From b3da8c160a2863d87f56558a2c90becf992e33b7 Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Fri, 29 Sep 2023 16:25:24 +0200 Subject: [PATCH] another update --- test/turbopack-tests-manifest.json | 86 ++++++++++++++++-------------- 1 file changed, 46 insertions(+), 40 deletions(-) diff --git a/test/turbopack-tests-manifest.json b/test/turbopack-tests-manifest.json index 2527b59fdecfc..352a6eef07af6 100644 --- a/test/turbopack-tests-manifest.json +++ b/test/turbopack-tests-manifest.json @@ -1207,6 +1207,7 @@ "ReactRefreshRequire can continue hot updates after module-level errors with module.exports", "ReactRefreshRequire can replace a module before it is loaded", "ReactRefreshRequire does not accumulate stale exports over time", + "ReactRefreshRequire propagates a module that stops accepting in next version", "ReactRefreshRequire provides fresh value for ES6 default import in parents", "ReactRefreshRequire provides fresh value for ES6 named import in parents", "ReactRefreshRequire provides fresh value for exports.* in parents", @@ -1214,9 +1215,7 @@ "ReactRefreshRequire runs dependencies before dependents", "ReactRefreshRequire stops update propagation after module-level errors" ], - "failed": [ - "ReactRefreshRequire propagates a module that stops accepting in next version" - ], + "failed": [], "pending": [], "flakey": [ "ReactRefreshRequire propagates a hot update to closest accepted module", @@ -2537,8 +2536,7 @@ "runtimeError": false }, "test/e2e/app-dir/app-static/app-fetch-logging.test.ts": { - "passed": [], - "failed": [ + "passed": [ "app-dir - data fetching with cache logging with default logging should not log fetch requests at all", "app-dir - data fetching with cache logging with verbose logging for edge runtime should not log fetch requests at all", "app-dir - data fetching with cache logging with verbose logging should log 'skip' cache status with a reason when cache: 'no-cache' is used", @@ -2546,36 +2544,32 @@ "app-dir - data fetching with cache logging with verbose logging should log 'skip' cache status with a reason when the browser indicates caching should be ignored", "app-dir - data fetching with cache logging with verbose logging should only log requests in dev mode" ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false }, "test/e2e/app-dir/app-static/app-static-custom-cache-handler-esm.test.ts": { - "passed": [], - "failed": ["app-static-custom-cache-handler-esm should skip"], + "passed": ["app-static-custom-cache-handler-esm should skip"], + "failed": [], "pending": [], "flakey": [], "runtimeError": false }, "test/e2e/app-dir/app-static/app-static-custom-handler.test.ts": { - "passed": [], - "failed": [ + "passed": [ "app-dir static/dynamic handling should allow dynamic routes to access cookies", "app-dir static/dynamic handling should bypass fetch cache with cache-control: no-cache", "app-dir static/dynamic handling should cache correctly for cache: no-store", "app-dir static/dynamic handling should cache correctly for fetchCache = default-cache", "app-dir static/dynamic handling should cache correctly for fetchCache = force-cache", - "app-dir static/dynamic handling should cache correctly handle JSON body", "app-dir static/dynamic handling should cache correctly with POST method and revalidate", "app-dir static/dynamic handling should cache correctly with authorization header and revalidate", "app-dir static/dynamic handling should cache correctly with cookie header and revalidate", "app-dir static/dynamic handling should cache correctly with post method and revalidate", - "app-dir static/dynamic handling should cache correctly with post method and revalidate edge", "app-dir static/dynamic handling should cache correctly with utf8 encoding", - "app-dir static/dynamic handling should cache correctly with utf8 encoding edge", "app-dir static/dynamic handling should correctly handle fetchCache = \"force-no-store\"", "app-dir static/dynamic handling should correctly handle multi-level generateStaticParams when some levels are missing", - "app-dir static/dynamic handling should correctly handle statusCode with notFound + ISR", "app-dir static/dynamic handling should correctly include headers instance in cache key", "app-dir static/dynamic handling should correctly skip caching POST fetch for POST handler", "app-dir static/dynamic handling should error correctly for invalid params from generateStaticParams", @@ -2587,17 +2581,14 @@ "app-dir static/dynamic handling should handle partial-gen-params with page dynamicParams = false correctly", "app-dir static/dynamic handling should have logs from cache-handler", "app-dir static/dynamic handling should honor fetch cache correctly", - "app-dir static/dynamic handling should honor fetch cache correctly (edge)", "app-dir static/dynamic handling should keep querystring on static page", "app-dir static/dynamic handling should navigate to static path correctly", - "app-dir static/dynamic handling should not cache correctly with POST method request init", "app-dir static/dynamic handling should not cache non-ok statusCode", "app-dir static/dynamic handling should not error with force-dynamic and catch-all routes", "app-dir static/dynamic handling should not error with generateStaticParams and authed data on revalidate", "app-dir static/dynamic handling should not error with generateStaticParams and dynamic data", "app-dir static/dynamic handling should not have cache tags header for non-minimal mode", "app-dir static/dynamic handling should not throw Dynamic Server Usage error when using generateStaticParams with draftMode", - "app-dir static/dynamic handling should render not found pages correctly and fallback to the default one", "app-dir static/dynamic handling should skip cache in draft mode", "app-dir static/dynamic handling should ssr dynamically when detected automatically with fetch cache option", "app-dir static/dynamic handling should ssr dynamically when forced via config", @@ -2609,7 +2600,6 @@ "app-dir static/dynamic handling should work with forced dynamic path", "app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-edge", "app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-node", - "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge", "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-node", "app-dir static/dynamic handling usePathname should have the correct values", "app-dir static/dynamic handling usePathname should have values from canonical url on rewrite", @@ -2617,6 +2607,16 @@ "app-dir static/dynamic handling useSearchParams client should bailout to client rendering - without suspense boundary", "app-dir static/dynamic handling useSearchParams client should have values from canonical url on rewrite" ], + "failed": [ + "app-dir static/dynamic handling should cache correctly handle JSON body", + "app-dir static/dynamic handling should cache correctly with post method and revalidate edge", + "app-dir static/dynamic handling should cache correctly with utf8 encoding edge", + "app-dir static/dynamic handling should correctly handle statusCode with notFound + ISR", + "app-dir static/dynamic handling should honor fetch cache correctly (edge)", + "app-dir static/dynamic handling should not cache correctly with POST method request init", + "app-dir static/dynamic handling should render not found pages correctly and fallback to the default one", + "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge" + ], "pending": [ "app-dir static/dynamic handling should correctly de-dupe fetch without next cache /react-fetch-deduping-edge", "app-dir static/dynamic handling should correctly de-dupe fetch without next cache /react-fetch-deduping-node", @@ -2627,8 +2627,7 @@ "runtimeError": false }, "test/e2e/app-dir/app-static/app-static.test.ts": { - "passed": [], - "failed": [ + "passed": [ "app-dir static/dynamic handling it should revalidate tag correctly with edge route handler", "app-dir static/dynamic handling it should revalidate tag correctly with node route handler", "app-dir static/dynamic handling should allow dynamic routes to access cookies", @@ -2636,17 +2635,13 @@ "app-dir static/dynamic handling should cache correctly for cache: no-store", "app-dir static/dynamic handling should cache correctly for fetchCache = default-cache", "app-dir static/dynamic handling should cache correctly for fetchCache = force-cache", - "app-dir static/dynamic handling should cache correctly handle JSON body", "app-dir static/dynamic handling should cache correctly with POST method and revalidate", "app-dir static/dynamic handling should cache correctly with authorization header and revalidate", "app-dir static/dynamic handling should cache correctly with cookie header and revalidate", "app-dir static/dynamic handling should cache correctly with post method and revalidate", - "app-dir static/dynamic handling should cache correctly with post method and revalidate edge", "app-dir static/dynamic handling should cache correctly with utf8 encoding", - "app-dir static/dynamic handling should cache correctly with utf8 encoding edge", "app-dir static/dynamic handling should correctly handle fetchCache = \"force-no-store\"", "app-dir static/dynamic handling should correctly handle multi-level generateStaticParams when some levels are missing", - "app-dir static/dynamic handling should correctly handle statusCode with notFound + ISR", "app-dir static/dynamic handling should correctly include headers instance in cache key", "app-dir static/dynamic handling should correctly skip caching POST fetch for POST handler", "app-dir static/dynamic handling should error correctly for invalid params from generateStaticParams", @@ -2659,18 +2654,15 @@ "app-dir static/dynamic handling should honor dynamic = \"force-static\" correctly", "app-dir static/dynamic handling should honor dynamic = \"force-static\" correctly (lazy)", "app-dir static/dynamic handling should honor fetch cache correctly", - "app-dir static/dynamic handling should honor fetch cache correctly (edge)", "app-dir static/dynamic handling should honor fetch cache in generateStaticParams", "app-dir static/dynamic handling should keep querystring on static page", "app-dir static/dynamic handling should navigate to static path correctly", - "app-dir static/dynamic handling should not cache correctly with POST method request init", "app-dir static/dynamic handling should not cache non-ok statusCode", "app-dir static/dynamic handling should not error with force-dynamic and catch-all routes", "app-dir static/dynamic handling should not error with generateStaticParams and authed data on revalidate", "app-dir static/dynamic handling should not error with generateStaticParams and dynamic data", "app-dir static/dynamic handling should not have cache tags header for non-minimal mode", "app-dir static/dynamic handling should not throw Dynamic Server Usage error when using generateStaticParams with draftMode", - "app-dir static/dynamic handling should render not found pages correctly and fallback to the default one", "app-dir static/dynamic handling should revalidate correctly with config and fetch revalidate", "app-dir static/dynamic handling should skip cache in draft mode", "app-dir static/dynamic handling should ssr dynamically when detected automatically with fetch cache option", @@ -2683,7 +2675,6 @@ "app-dir static/dynamic handling should work with forced dynamic path", "app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-edge", "app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-node", - "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge", "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-node", "app-dir static/dynamic handling usePathname should have the correct values", "app-dir static/dynamic handling usePathname should have values from canonical url on rewrite", @@ -2691,6 +2682,16 @@ "app-dir static/dynamic handling useSearchParams client should bailout to client rendering - without suspense boundary", "app-dir static/dynamic handling useSearchParams client should have values from canonical url on rewrite" ], + "failed": [ + "app-dir static/dynamic handling should cache correctly handle JSON body", + "app-dir static/dynamic handling should cache correctly with post method and revalidate edge", + "app-dir static/dynamic handling should cache correctly with utf8 encoding edge", + "app-dir static/dynamic handling should correctly handle statusCode with notFound + ISR", + "app-dir static/dynamic handling should honor fetch cache correctly (edge)", + "app-dir static/dynamic handling should not cache correctly with POST method request init", + "app-dir static/dynamic handling should render not found pages correctly and fallback to the default one", + "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge" + ], "pending": [ "app-dir static/dynamic handling should correctly de-dupe fetch without next cache /react-fetch-deduping-edge", "app-dir static/dynamic handling should correctly de-dupe fetch without next cache /react-fetch-deduping-node", @@ -4554,8 +4555,7 @@ "runtimeError": false }, "test/e2e/manual-client-base-path/index.test.ts": { - "passed": [], - "failed": [ + "passed": [ "manual-client-base-path should navigate correctly from another", "manual-client-base-path should navigate correctly from index", "manual-client-base-path should not update with basePath on mount /", @@ -4564,9 +4564,10 @@ "manual-client-base-path should not update with basePath on mount /dynamic/second", "manual-client-base-path should not warn for flag in output" ], + "failed": [], "pending": [], "flakey": [], - "runtimeError": true + "runtimeError": false }, "test/e2e/middleware-base-path/test/index.test.ts": { "passed": [ @@ -5748,8 +5749,11 @@ "runtimeError": false }, "test/integration/amphtml-custom-validator/test/index.test.js": { - "passed": ["AMP Custom Validator should build and start successfully"], - "failed": ["AMP Custom Validator should run in dev mode successfully"], + "passed": [ + "AMP Custom Validator should build and start successfully", + "AMP Custom Validator should run in dev mode successfully" + ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false @@ -5787,14 +5791,15 @@ "runtimeError": false }, "test/integration/amphtml/test/index.test.js": { - "passed": [], - "failed": [ - "AMP Usage AMP dev mode should add data-ampdevmode to development script tags", + "passed": [ "AMP Usage AMP dev mode should detect amp validator warning on invalid amp", "AMP Usage AMP dev mode should navigate from non-AMP to AMP without error", "AMP Usage AMP dev mode should not contain missing files warning", "AMP Usage AMP dev no-warn should not warn on valid amp" ], + "failed": [ + "AMP Usage AMP dev mode should add data-ampdevmode to development script tags" + ], "pending": [ "AMP Usage AMP dev mode should detect changes and refresh a hybrid AMP page", "AMP Usage AMP dev mode should detect changes and refresh an AMP page", @@ -6137,10 +6142,8 @@ "runtimeError": false }, "test/integration/app-document/test/index.test.js": { - "passed": [], - "failed": [ + "passed": [ "Document and App Client side It should share module state with pages", - "Document and App Client side should detect the changes to pages/_app.js and display it", "Document and App Client side should detect the changes to pages/_document.js and display it", "Document and App Client side should keep state between page navigations", "Document and App Rendering via HTTP _app It should share module state with pages", @@ -6159,6 +6162,9 @@ "Document and App With CSP enabled should load inline script by nonce", "Document and App should not have any missing key warnings" ], + "failed": [ + "Document and App Client side should detect the changes to pages/_app.js and display it" + ], "pending": [], "flakey": [], "runtimeError": false @@ -6173,8 +6179,8 @@ "runtimeError": false }, "test/integration/app-functional/test/index.test.js": { - "passed": [], - "failed": ["Document and App should not have any missing key warnings"], + "passed": ["Document and App should not have any missing key warnings"], + "failed": [], "pending": [], "flakey": [], "runtimeError": false