Skip to content

Commit

Permalink
another update
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Sep 29, 2023
1 parent 4fb61bb commit b3da8c1
Showing 1 changed file with 46 additions and 40 deletions.
86 changes: 46 additions & 40 deletions test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1207,16 +1207,15 @@
"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",
"ReactRefreshRequire provides fresh value for module.exports in parents",
"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",
Expand Down Expand Up @@ -2537,45 +2536,40 @@
"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",
"app-dir - data fetching with cache logging with verbose logging should log 'skip' cache status with a reason when revalidate: 0 is used",
"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",
Expand All @@ -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",
Expand All @@ -2609,14 +2600,23 @@
"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",
"app-dir static/dynamic handling useSearchParams client should bailout to client rendering - with suspense boundary",
"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",
Expand All @@ -2627,26 +2627,21 @@
"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",
"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",
Expand All @@ -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",
Expand All @@ -2683,14 +2675,23 @@
"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",
"app-dir static/dynamic handling useSearchParams client should bailout to client rendering - with suspense boundary",
"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",
Expand Down Expand Up @@ -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 /",
Expand All @@ -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": [
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b3da8c1

Please sign in to comment.