Update Turbopack test manifest (#59326)

This auto-generated PR updates the integration test manifest used when
testing Turbopack.
This commit is contained in:
Vercel Release Bot 2023-12-06 08:49:58 -05:00 committed by GitHub
parent 182a4b44f4
commit 8db04a8332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -338,7 +338,6 @@
"packages/next/src/client/components/router-reducer/reducers/server-patch-reducer.test.tsx": {
"passed": [
"serverPatchReducer should apply server patch",
"serverPatchReducer should apply server patch (concurrent)",
"serverPatchReducer should apply server patch without affecting focusAndScrollRef"
],
"failed": [],
@ -828,7 +827,8 @@
"getNamedRouteRegex should handle interception markers not adjacent to dynamic path segments",
"getNamedRouteRegex should handle multi-level interception markers",
"getNamedRouteRegex should handle optional catch-all dynamic path segments",
"getNamedRouteRegex should handle optional dynamic path segments"
"getNamedRouteRegex should handle optional dynamic path segments",
"getNamedRouteRegex should match named routes correctly when interception markers are adjacent to dynamic segments"
],
"failed": [],
"pending": [],
@ -1459,8 +1459,8 @@
"optimizePackageImports app - should render the icons correctly without creating all the modules",
"optimizePackageImports pages - should optimize recursive wildcard export mapping",
"optimizePackageImports pages - should render the icons correctly without creating all the modules",
"optimizePackageImports should support visx",
"optimizePackageImports should support MUI"
"optimizePackageImports should support MUI",
"optimizePackageImports should support visx"
],
"pending": [],
"flakey": [],
@ -1604,6 +1604,7 @@
"basic next/dynamic usage, basePath: \"\" with \"document.getInitialProps\" compiler document.getInitialProps Dynamic import default behavior should render dynamic import components using a function as first parameter",
"basic next/dynamic usage, basePath: \"\" with \"document.getInitialProps\" compiler document.getInitialProps Dynamic import default behavior should render even there are no physical chunk exists",
"basic next/dynamic usage, basePath: \"\" with \"document.getInitialProps\" compiler document.getInitialProps Dynamic import default behavior should render the component Head content",
"basic next/dynamic usage, basePath: \"\" with \"document.getInitialProps\" compiler document.getInitialProps Dynamic import ssr:false option should import and render the ESM module correctly on client side",
"basic next/dynamic usage, basePath: \"\" with \"document.getInitialProps\" compiler document.getInitialProps Dynamic import ssr:false option should not render loading on the server side",
"basic next/dynamic usage, basePath: \"\" with \"document.getInitialProps\" compiler document.getInitialProps Dynamic import ssr:false option should render the component on client side",
"basic next/dynamic usage, basePath: \"\" with \"document.getInitialProps\" compiler document.getInitialProps Dynamic import ssr:true option Should render the component on the server side",
@ -1616,6 +1617,7 @@
"basic next/dynamic usage, basePath: \"\" with \"swc\" compiler swc Dynamic import default behavior should render dynamic import components using a function as first parameter",
"basic next/dynamic usage, basePath: \"\" with \"swc\" compiler swc Dynamic import default behavior should render even there are no physical chunk exists",
"basic next/dynamic usage, basePath: \"\" with \"swc\" compiler swc Dynamic import default behavior should render the component Head content",
"basic next/dynamic usage, basePath: \"\" with \"swc\" compiler swc Dynamic import ssr:false option should import and render the ESM module correctly on client side",
"basic next/dynamic usage, basePath: \"\" with \"swc\" compiler swc Dynamic import ssr:false option should not render loading on the server side",
"basic next/dynamic usage, basePath: \"\" with \"swc\" compiler swc Dynamic import ssr:false option should render the component on client side",
"basic next/dynamic usage, basePath: \"\" with \"swc\" compiler swc Dynamic import ssr:true option Should render the component on the server side",
@ -1628,6 +1630,7 @@
"basic next/dynamic usage, basePath: \"/docs\" with \"swc\" compiler swc Dynamic import default behavior should render dynamic import components using a function as first parameter",
"basic next/dynamic usage, basePath: \"/docs\" with \"swc\" compiler swc Dynamic import default behavior should render even there are no physical chunk exists",
"basic next/dynamic usage, basePath: \"/docs\" with \"swc\" compiler swc Dynamic import default behavior should render the component Head content",
"basic next/dynamic usage, basePath: \"/docs\" with \"swc\" compiler swc Dynamic import ssr:false option should import and render the ESM module correctly on client side",
"basic next/dynamic usage, basePath: \"/docs\" with \"swc\" compiler swc Dynamic import ssr:false option should not render loading on the server side",
"basic next/dynamic usage, basePath: \"/docs\" with \"swc\" compiler swc Dynamic import ssr:false option should render the component on client side",
"basic next/dynamic usage, basePath: \"/docs\" with \"swc\" compiler swc Dynamic import ssr:true option Should render the component on the server side",
@ -1648,6 +1651,7 @@
"basic next/dynamic usage, basePath: \"\" with \"babel\" compiler babel Dynamic import default behavior should render dynamic import components using a function as first parameter",
"basic next/dynamic usage, basePath: \"\" with \"babel\" compiler babel Dynamic import default behavior should render even there are no physical chunk exists",
"basic next/dynamic usage, basePath: \"\" with \"babel\" compiler babel Dynamic import default behavior should render the component Head content",
"basic next/dynamic usage, basePath: \"\" with \"babel\" compiler babel Dynamic import ssr:false option should import and render the ESM module correctly on client side",
"basic next/dynamic usage, basePath: \"\" with \"babel\" compiler babel Dynamic import ssr:false option should not render loading on the server side",
"basic next/dynamic usage, basePath: \"\" with \"babel\" compiler babel Dynamic import ssr:false option should render the component on client side",
"basic next/dynamic usage, basePath: \"\" with \"babel\" compiler babel Dynamic import ssr:true option Should render the component on the server side",
@ -2271,7 +2275,8 @@
"app-dir action handling should support notFound (javascript disabled)",
"app-dir action handling should support setting cookies in route handlers with the correct overrides",
"app-dir action handling should support uploading files",
"app-dir action handling should trigger a refresh for a server action that gets discarded due to a navigation"
"app-dir action handling should trigger a refresh for a server action that gets discarded due to a navigation",
"app-dir action handling should work with interception routes"
],
"failed": [],
"pending": [
@ -2430,6 +2435,8 @@
},
"test/e2e/app-dir/app-external/app-external.test.ts": {
"passed": [
"app dir - external dependency mixed syntax external modules should handle mixed module in server and client components",
"app dir - external dependency mixed syntax external modules should handle mixed module with next/dynamic",
"app dir - external dependency react in external esm packages should use the same react in client app",
"app dir - external dependency react in external esm packages should use the same react in edge server app",
"app dir - external dependency react in external esm packages should use the same react in pages",
@ -2938,6 +2945,7 @@
"app dir - basic should not serve when layout is provided but no folder index",
"app dir - basic should not share edge workers",
"app dir - basic should pass props from getServerSideProps in root layout",
"app dir - basic should return normalized dynamic route params for catch-all edge page",
"app dir - basic should return the `vary` header from edge runtime",
"app dir - basic should return the `vary` header from pages for flight requests",
"app dir - basic should serve /index as separate page",
@ -3317,8 +3325,18 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/interception-dynamic-segment/interception-dynamic-segment.test.ts": {
"passed": [
"interception-dynamic-segment should work when interception route is paired with a dynamic segment"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/interception-middleware-rewrite/interception-middleware-rewrite.test.ts": {
"passed": [
"interception-middleware-rewrite should continue to show the intercepted page when revisiting it",
"interception-middleware-rewrite should continue to work after using browser back button and following another intercepting route",
"interception-middleware-rewrite should support intercepting routes with a middleware rewrite"
],
@ -3597,20 +3615,20 @@
"test/e2e/app-dir/next-font/next-font.test.ts": {
"passed": [],
"failed": [
"app app dir - next-font Dev errors should recover on font loader error",
"app app dir - next-font computed styles should have correct styles at /",
"app app dir - next-font computed styles should have correct styles at /client",
"app app dir - next-font import values should have correct values at /",
"app app dir - next-font import values should have correct values at /client",
"app app dir - next-font import values should transform code in node_modules",
"app app dir - next-font navigation should not have duplicate preload tags on navigation",
"app-old app dir - next-font Dev errors should recover on font loader error",
"app-old app dir - next-font computed styles should have correct styles at /",
"app-old app dir - next-font computed styles should have correct styles at /client",
"app-old app dir - next-font import values should have correct values at /",
"app-old app dir - next-font import values should have correct values at /client",
"app-old app dir - next-font import values should transform code in node_modules",
"app-old app dir - next-font navigation should not have duplicate preload tags on navigation"
"app dir - next/font app app dir - next-font Dev errors should recover on font loader error",
"app dir - next/font app app dir - next-font computed styles should have correct styles at /",
"app dir - next/font app app dir - next-font computed styles should have correct styles at /client",
"app dir - next/font app app dir - next-font import values should have correct values at /",
"app dir - next/font app app dir - next-font import values should have correct values at /client",
"app dir - next/font app app dir - next-font import values should transform code in node_modules",
"app dir - next/font app app dir - next-font navigation should not have duplicate preload tags on navigation",
"app dir - next/font app-old app dir - next-font Dev errors should recover on font loader error",
"app dir - next/font app-old app dir - next-font computed styles should have correct styles at /",
"app dir - next/font app-old app dir - next-font computed styles should have correct styles at /client",
"app dir - next/font app-old app dir - next-font import values should have correct values at /",
"app dir - next/font app-old app dir - next-font import values should have correct values at /client",
"app dir - next/font app-old app dir - next-font import values should transform code in node_modules",
"app dir - next/font app-old app dir - next-font navigation should not have duplicate preload tags on navigation"
],
"pending": [],
"flakey": [],
@ -3791,17 +3809,17 @@
"runtimeError": false
},
"test/e2e/app-dir/ppr-errors/ppr-errors.test.ts": {
"passed": [
"ppr build errors outside of a suspense boundary should fail the build for uncaught errors",
"ppr build errors outside of a suspense boundary when a postpone call was made but missing postpone data should fail the build",
"ppr build errors outside of a suspense boundary when a postpone call was made but missing postpone data should fail the build & surface any errors that were thrown by user code",
"ppr build errors when a postpone call is caught and logged it should should include a message telling why",
"ppr build errors within a suspense boundary should fail the build for uncaught prerender errors",
"ppr build errors within a suspense boundary when a postpone call was made but missing postpone data should fail the build",
"ppr build errors within a suspense boundary when a postpone call was made but missing postpone data should fail the build & surface any errors that were thrown by user code"
],
"passed": [],
"failed": [],
"pending": [],
"pending": [
"ppr build errors production mode outside of a suspense boundary should fail the build for uncaught errors",
"ppr build errors production mode outside of a suspense boundary when a postpone call was made but missing postpone data should fail the build",
"ppr build errors production mode outside of a suspense boundary when a postpone call was made but missing postpone data should fail the build & surface any errors that were thrown by user code",
"ppr build errors production mode when a postpone call is caught and logged it should should include a message telling why",
"ppr build errors production mode within a suspense boundary should fail the build for uncaught prerender errors",
"ppr build errors production mode within a suspense boundary when a postpone call was made but missing postpone data should fail the build",
"ppr build errors production mode within a suspense boundary when a postpone call was made but missing postpone data should fail the build & surface any errors that were thrown by user code"
],
"flakey": [],
"runtimeError": false
},
@ -5013,6 +5031,7 @@
"Middleware Runtime with i18n allows to access env variables",
"Middleware Runtime with i18n hard-navigates when the data request failed",
"Middleware Runtime with i18n passes search params with rewrites",
"Middleware Runtime with i18n refreshes the page when middleware changes ",
"Middleware Runtime with i18n should accept a URL instance for fetch",
"Middleware Runtime with i18n should add a rewrite header on data requests for rewrites",
"Middleware Runtime with i18n should allow to abort a fetch request",
@ -5050,6 +5069,7 @@
"Middleware Runtime without i18n allows to access env variables",
"Middleware Runtime without i18n hard-navigates when the data request failed",
"Middleware Runtime without i18n passes search params with rewrites",
"Middleware Runtime without i18n refreshes the page when middleware changes ",
"Middleware Runtime without i18n should accept a URL instance for fetch",
"Middleware Runtime without i18n should add a rewrite header on data requests for rewrites",
"Middleware Runtime without i18n should allow to abort a fetch request",
@ -5062,6 +5082,7 @@
"Middleware Runtime without i18n should have correct route params for chained rewrite from middleware to config rewrite",
"Middleware Runtime without i18n should have correct route params for rewrite from config dynamic route",
"Middleware Runtime without i18n should have correct route params for rewrite from config non-dynamic route",
"Middleware Runtime without i18n should have init header for NextResponse.redirect",
"Middleware Runtime without i18n should keep non data requests in their original shape",
"Middleware Runtime without i18n should normalize data requests into page requests",
"Middleware Runtime without i18n should only contain middleware route in dev middleware manifest",
@ -5081,11 +5102,7 @@
"Middleware Runtime without i18n should warn when using Response.redirect with a relative URL",
"Middleware Runtime without i18n should work with notFound: true correctly"
],
"failed": [
"Middleware Runtime with i18n refreshes the page when middleware changes ",
"Middleware Runtime without i18n refreshes the page when middleware changes ",
"Middleware Runtime without i18n should have init header for NextResponse.redirect"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@ -5273,9 +5290,11 @@
"test/e2e/middleware-trailing-slash/test/index.test.ts": {
"passed": [
"Middleware Runtime trailing slash allows shallow linking with middleware",
"Middleware Runtime trailing slash refreshes the page when middleware changes ",
"Middleware Runtime trailing slash should add a rewrite header on data requests for rewrites",
"Middleware Runtime trailing slash should have correct dynamic route params for middleware rewrite to dynamic route",
"Middleware Runtime trailing slash should have correct dynamic route params on client-transition to dynamic route",
"Middleware Runtime trailing slash should have correct query values for rewrite to ssg page",
"Middleware Runtime trailing slash should have correct route params for chained rewrite from middleware to config rewrite",
"Middleware Runtime trailing slash should have correct route params for rewrite from config dynamic route",
"Middleware Runtime trailing slash should have correct route params for rewrite from config non-dynamic route",
@ -5295,10 +5314,7 @@
"Middleware Runtime trailing slash without .html extension should work when navigating",
"Middleware Runtime trailing slash without .html extension should work when requesting the page directly"
],
"failed": [
"Middleware Runtime trailing slash refreshes the page when middleware changes ",
"Middleware Runtime trailing slash should have correct query values for rewrite to ssg page"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@ -5862,6 +5878,26 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/testmode/testmode.test.ts": {
"passed": [
"testmode app router should handle API with fetch in edge function",
"testmode app router should handle API with fetch in serverless function",
"testmode app router should handle API with http.get in serverless function",
"testmode app router should handle RSC with fetch in edge function",
"testmode app router should handle RSC with fetch in serverless function",
"testmode app router should handle RSC with http.get in serverless function",
"testmode middleware should intercept fetchs in middleware",
"testmode page router should handle API with fetch",
"testmode page router should handle API with http.get",
"testmode page router should handle getServerSideProps with fetch",
"testmode page router should handle getServerSideProps with http.get",
"testmode rewrites should handle rewrites"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/third-parties/index.test.ts": {
"passed": [
"@next/third-parties basic usage renders GTM",
@ -6797,11 +6833,10 @@
"runtimeError": false
},
"test/integration/clean-distdir/test/index.test.js": {
"passed": [
"Cleaning distDir disabled write should not clean up .next before build start"
],
"passed": [],
"failed": [],
"pending": [
"Cleaning distDir production mode disabled write should not clean up .next before build start",
"Cleaning distDir production mode should clean up .next before build start"
],
"flakey": [],
@ -6809,13 +6844,6 @@
},
"test/integration/cli/test/index.test.js": {
"passed": [
"CLI Usage build --help",
"CLI Usage build -h",
"CLI Usage build invalid directory",
"CLI Usage build should exit when SIGINT is signalled",
"CLI Usage build should exit when SIGTERM is signalled",
"CLI Usage build should not throw UnhandledPromiseRejectionWarning",
"CLI Usage build should warn when unknown argument provided",
"CLI Usage dev --experimental-https",
"CLI Usage dev --experimental-https with provided key/cert",
"CLI Usage dev --help",
@ -6850,6 +6878,13 @@
],
"failed": [],
"pending": [
"CLI Usage production mode build --help",
"CLI Usage production mode build -h",
"CLI Usage production mode build invalid directory",
"CLI Usage production mode build should exit when SIGINT is signalled",
"CLI Usage production mode build should exit when SIGTERM is signalled",
"CLI Usage production mode build should not throw UnhandledPromiseRejectionWarning",
"CLI Usage production mode build should warn when unknown argument provided",
"CLI Usage production mode start --help",
"CLI Usage production mode start --keepAliveTimeout Infinity",
"CLI Usage production mode start --keepAliveTimeout happy path",
@ -6932,18 +6967,19 @@
},
"test/integration/config-experimental-warning/test/index.test.js": {
"passed": [
"Config Experimental Warning should not show next app info in next start",
"Config Experimental Warning should not show warning with config from object",
"Config Experimental Warning should not show warning with default config from function",
"Config Experimental Warning should not show warning with default value",
"Config Experimental Warning should show next app info with all experimental features in next build",
"Config Experimental Warning should show unrecognized experimental features in warning but not in start log experiments section",
"Config Experimental Warning should show warning with config from function with experimental",
"Config Experimental Warning should show warning with config from object with experimental",
"Config Experimental Warning should show warning with config from object with experimental and multiple keys"
],
"failed": [],
"pending": [],
"pending": [
"Config Experimental Warning production mode should not show next app info in next start",
"Config Experimental Warning production mode should show next app info with all experimental features in next build",
"Config Experimental Warning production mode should show unrecognized experimental features in warning but not in start log experiments section"
],
"flakey": [],
"runtimeError": false
},
@ -7340,14 +7376,14 @@
},
"test/integration/css/test/css-modules.test.js": {
"passed": [
"CSS Modules Composes Ordering Development Mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering Development Mode should have correct color on index page (on load)",
"Ordering with Global CSS and Modules (dev) should not execute scripts in any order"
],
"failed": [
"Basic CSS Modules Ordering Development Mode should have correct color on index page (on hover)",
"Basic CSS Modules Ordering Development Mode should have correct color on index page (on load)",
"Basic CSS Modules Ordering Development Mode should have correct color on index page (on nav)",
"CSS Modules Composes Ordering Development Mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering Development Mode should have correct color on index page (on load)",
"Ordering with Global CSS and Modules (dev) should have the correct color (css ordering)",
"Ordering with Global CSS and Modules (dev) should have the correct color (css ordering) during hot reloads"
],
@ -13410,15 +13446,14 @@
"runtimeError": false
},
"test/integration/page-extensions/test/index.test.js": {
"passed": [
"Page Extensions should throw if pageExtensions has invalid extensions",
"Page Extensions should throw if pageExtensions is an empty array"
"passed": [],
"failed": [],
"pending": [
"Page Extensions production mode should not throw if .d.ts file inside the pages folder",
"Page Extensions production mode should throw if pageExtensions has invalid extensions",
"Page Extensions production mode should throw if pageExtensions is an empty array",
"Page Extensions production mode should use the default pageExtensions if set to undefined"
],
"failed": [
"Page Extensions should not throw if .d.ts file inside the pages folder",
"Page Extensions should use the default pageExtensions if set to undefined"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
@ -13736,15 +13771,14 @@
"Basics default setting with react 18 dev should contain dynamicIds in next data for dynamic imports",
"Basics default setting with react 18 dev should only render once in SSR",
"Basics default setting with react 18 dev useId() values should match on hydration",
"Concurrent mode in the experimental-edge runtime dev <RouteAnnouncer /> should not have the initial route announced",
"Concurrent mode in the experimental-edge runtime dev flushes styled-jsx styles as the page renders",
"Concurrent mode in the experimental-edge runtime dev should not have invalid config warning",
"Concurrent mode in the nodejs runtime dev <RouteAnnouncer /> should not have the initial route announced",
"Concurrent mode in the nodejs runtime dev flushes styled-jsx styles as the page renders",
"Concurrent mode in the nodejs runtime dev should not have invalid config warning"
],
"failed": [
"Concurrent mode in the experimental-edge runtime dev <RouteAnnouncer /> should not have the initial route announced"
],
"failed": [],
"pending": [
"Basics production mode default setting with react 18 prod hydrates correctly for normal page",
"Basics production mode default setting with react 18 prod no warnings for image related link props",
@ -14597,23 +14631,22 @@
"Telemetry CLI can print telemetry status",
"Telemetry CLI can re-disable telemetry",
"Telemetry CLI can re-enable telemetry",
"Telemetry CLI cli session: babel tooling config",
"Telemetry CLI cli session: custom babel config (plugin)",
"Telemetry CLI cli session: custom babel config (preset)",
"Telemetry CLI cli session: next config with webpack",
"Telemetry CLI cli session: package.json custom babel config (plugin)",
"Telemetry CLI detects correct cli session defaults",
"Telemetry CLI detects isSrcDir dir correctly for `next dev`",
"Telemetry CLI emits event when swc fails to load"
],
"failed": [
"Telemetry CLI detects isSrcDir dir correctly for `next build`",
"Telemetry CLI detects tests correctly for `next build`",
"Telemetry CLI logs completed `next build` with warnings"
"Telemetry CLI detects isSrcDir dir correctly for `next dev`"
],
"failed": [],
"pending": [
"Telemetry CLI production mode cli session: babel tooling config",
"Telemetry CLI production mode cli session: custom babel config (plugin)",
"Telemetry CLI production mode cli session: custom babel config (preset)",
"Telemetry CLI production mode cli session: next config with webpack",
"Telemetry CLI production mode cli session: package.json custom babel config (plugin)",
"Telemetry CLI production mode detect page counts correctly for `next build`",
"Telemetry CLI production mode detect static 404 correctly for `next build`"
"Telemetry CLI production mode detect static 404 correctly for `next build`",
"Telemetry CLI production mode detects correct cli session defaults",
"Telemetry CLI production mode detects isSrcDir dir correctly for `next build`",
"Telemetry CLI production mode detects tests correctly for `next build`",
"Telemetry CLI production mode emits event when swc fails to load",
"Telemetry CLI production mode logs completed `next build` with warnings"
],
"flakey": [],
"runtimeError": false