Update Turbopack test manifest (#60306)

This auto-generated PR updates the integration test manifest used when
testing Turbopack.
This commit is contained in:
Vercel Release Bot 2024-01-07 03:51:32 -05:00 committed by GitHub
parent af24c45398
commit 2d0ad0a7a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,6 +111,18 @@
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
}, },
"packages/next/src/build/normalize-catchall-routes.test.ts": {
"passed": [
"normalizeCatchallRoutes should add the catch-all route to all matched paths at the root",
"normalizeCatchallRoutes should add the catch-all route to all matched paths when nested",
"normalizeCatchallRoutes should not add the catch-all route to segments that have a more specific default",
"normalizeCatchallRoutes should not add the catch-all to the interception route"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"packages/next/src/build/webpack/loaders/metadata/resolve-route-data.test.ts": { "packages/next/src/build/webpack/loaders/metadata/resolve-route-data.test.ts": {
"passed": [ "passed": [
"resolveRouteData resolveRobots should error with ts when specify both wildcard userAgent and specific userAgent", "resolveRouteData resolveRobots should error with ts when specify both wildcard userAgent and specific userAgent",
@ -338,7 +350,8 @@
"packages/next/src/client/components/router-reducer/reducers/server-patch-reducer.test.tsx": { "packages/next/src/client/components/router-reducer/reducers/server-patch-reducer.test.tsx": {
"passed": [ "passed": [
"serverPatchReducer should apply server patch", "serverPatchReducer should apply server patch",
"serverPatchReducer should apply server patch without affecting focusAndScrollRef" "serverPatchReducer should apply server patch without affecting focusAndScrollRef",
"serverPatchReducer should gracefully recover if the server patch doesn't match the current tree"
], ],
"failed": [], "failed": [],
"pending": [], "pending": [],
@ -1044,11 +1057,12 @@
"runtimeError": false "runtimeError": false
}, },
"test/development/acceptance-app/editor-links.test.ts": { "test/development/acceptance-app/editor-links.test.ts": {
"passed": [], "passed": [
"Error overlay - editor links should be possible to open source file on build error"
],
"failed": [ "failed": [
"Error overlay - editor links should be possible to open import trace files on RSC parse error", "Error overlay - editor links should be possible to open import trace files on RSC parse error",
"Error overlay - editor links should be possible to open import trace files on module not found error", "Error overlay - editor links should be possible to open import trace files on module not found error"
"Error overlay - editor links should be possible to open source file on build error"
], ],
"pending": [], "pending": [],
"flakey": [], "flakey": [],
@ -1123,17 +1137,16 @@
}, },
"test/development/acceptance-app/rsc-build-errors.test.ts": { "test/development/acceptance-app/rsc-build-errors.test.ts": {
"passed": [ "passed": [
"Error overlay - RSC build errors should error for invalid undefined module retuning from next dynamic",
"Error overlay - RSC build errors should error when page component export is not valid",
"Error overlay - RSC build errors should error when page component export is not valid on initial load",
"Error overlay - RSC build errors should freeze parent resolved metadata to avoid mutating in generateMetadata",
"Error overlay - RSC build errors should allow to use and handle rsc poisoning client-only", "Error overlay - RSC build errors should allow to use and handle rsc poisoning client-only",
"Error overlay - RSC build errors should error for invalid undefined module retuning from next dynamic",
"Error overlay - RSC build errors should error when Component from react is used in server component", "Error overlay - RSC build errors should error when Component from react is used in server component",
"Error overlay - RSC build errors should error when PureComponent from react is used in server component", "Error overlay - RSC build errors should error when PureComponent from react is used in server component",
"Error overlay - RSC build errors should error when createContext from react is used in server component", "Error overlay - RSC build errors should error when createContext from react is used in server component",
"Error overlay - RSC build errors should error when createFactory from react is used in server component", "Error overlay - RSC build errors should error when createFactory from react is used in server component",
"Error overlay - RSC build errors should error when findDOMNode from react-dom is used in server component", "Error overlay - RSC build errors should error when findDOMNode from react-dom is used in server component",
"Error overlay - RSC build errors should error when flushSync from react-dom is used in server component", "Error overlay - RSC build errors should error when flushSync from react-dom is used in server component",
"Error overlay - RSC build errors should error when page component export is not valid",
"Error overlay - RSC build errors should error when page component export is not valid on initial load",
"Error overlay - RSC build errors should error when unstable_batchedUpdates from react-dom is used in server component", "Error overlay - RSC build errors should error when unstable_batchedUpdates from react-dom is used in server component",
"Error overlay - RSC build errors should error when useDeferredValue from react is used in server component", "Error overlay - RSC build errors should error when useDeferredValue from react is used in server component",
"Error overlay - RSC build errors should error when useEffect from react is used in server component", "Error overlay - RSC build errors should error when useEffect from react is used in server component",
@ -1148,6 +1161,7 @@
"Error overlay - RSC build errors should error when useState from react is used in server component", "Error overlay - RSC build errors should error when useState from react is used in server component",
"Error overlay - RSC build errors should error when useSyncExternalStore from react is used in server component", "Error overlay - RSC build errors should error when useSyncExternalStore from react is used in server component",
"Error overlay - RSC build errors should error when useTransition from react is used in server component", "Error overlay - RSC build errors should error when useTransition from react is used in server component",
"Error overlay - RSC build errors should freeze parent resolved metadata to avoid mutating in generateMetadata",
"Error overlay - RSC build errors should throw an error when \"Component\" is imported in server components", "Error overlay - RSC build errors should throw an error when \"Component\" is imported in server components",
"Error overlay - RSC build errors should throw an error when \"use client\" is on the top level but after other expressions" "Error overlay - RSC build errors should throw an error when \"use client\" is on the top level but after other expressions"
], ],
@ -1832,6 +1846,13 @@
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
}, },
"test/development/duplicate-pages/duplicate-pages.test.ts": {
"passed": ["Handles Duplicate Pages Shows warning in development"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/development/experimental-https-server/https-server.generated-key.test.ts": { "test/development/experimental-https-server/https-server.generated-key.test.ts": {
"passed": [ "passed": [
"experimental-https-server (generated certificate) only runs on CI as it requires administrator privileges" "experimental-https-server (generated certificate) only runs on CI as it requires administrator privileges"
@ -2272,6 +2293,9 @@
"app-dir action handling Edge SSR should handle unicode search params", "app-dir action handling Edge SSR should handle unicode search params",
"app-dir action handling Edge SSR should return error response for hoc auth wrappers in edge runtime", "app-dir action handling Edge SSR should return error response for hoc auth wrappers in edge runtime",
"app-dir action handling HMR should support updating the action", "app-dir action handling HMR should support updating the action",
"app-dir action handling caching disabled by default should not override force-cache in server action",
"app-dir action handling caching disabled by default should not override revalidate in server action",
"app-dir action handling caching disabled by default should use no-store as default for server action",
"app-dir action handling encryption should send encrypted values from the closed over closure", "app-dir action handling encryption should send encrypted values from the closed over closure",
"app-dir action handling fetch actions should handle a fetch action initiated from a static page", "app-dir action handling fetch actions should handle a fetch action initiated from a static page",
"app-dir action handling fetch actions should handle redirect to a relative URL in a single pass", "app-dir action handling fetch actions should handle redirect to a relative URL in a single pass",
@ -2403,6 +2427,7 @@
"app dir - css css support client pages should support css modules inside client pages", "app dir - css css support client pages should support css modules inside client pages",
"app dir - css css support client pages should support global css inside client pages", "app dir - css css support client pages should support global css inside client pages",
"app dir - css css support css ordering should have inner layers take precedence over outer layers", "app dir - css css support css ordering should have inner layers take precedence over outer layers",
"app dir - css css support multiple entries should deduplicate styles on the module level",
"app dir - css css support page extensions should include css imported in MDX pages", "app dir - css css support page extensions should include css imported in MDX pages",
"app dir - css css support server layouts should support css modules inside server layouts", "app dir - css css support server layouts should support css modules inside server layouts",
"app dir - css css support server pages should not contain pages css in app dir page", "app dir - css css support server pages should not contain pages css in app dir page",
@ -2430,7 +2455,6 @@
"app dir - css HMR should not create duplicate link tags during HMR", "app dir - css HMR should not create duplicate link tags during HMR",
"app dir - css Suspensey CSS should suspend on CSS imports if its slow on client navigation", "app dir - css Suspensey CSS should suspend on CSS imports if its slow on client navigation",
"app dir - css css support chunks should bundle css resources into chunks", "app dir - css css support chunks should bundle css resources into chunks",
"app dir - css css support multiple entries should deduplicate styles on the module level",
"app dir - css css support multiple entries should only include the same style once in the flight data", "app dir - css css support multiple entries should only include the same style once in the flight data",
"app dir - css css support should not preload styles twice during HMR", "app dir - css css support should not preload styles twice during HMR",
"app dir - css css support special entries should include css imported in loading.js" "app dir - css css support special entries should include css imported in loading.js"
@ -2445,6 +2469,17 @@
], ],
"runtimeError": false "runtimeError": false
}, },
"test/e2e/app-dir/app-custom-cache-handler/index.test.ts": {
"passed": [
"app-dir - custom-cache-handler - cjs cjs module exports should have logs from cache-handler",
"app-dir - custom-cache-handler - cjs-default-export cjs default export should have logs from cache-handler",
"app-dir - custom-cache-handler - esm esm default export should have logs from cache-handler"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/app-edge-root-layout/index.test.ts": { "test/e2e/app-dir/app-edge-root-layout/index.test.ts": {
"passed": [ "passed": [
"app-dir edge runtime root layout should not emit metadata files into bad paths" "app-dir edge runtime root layout should not emit metadata files into bad paths"
@ -2470,6 +2505,16 @@
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
}, },
"test/e2e/app-dir/app-esm-js/index.test.ts": {
"passed": [
"app-dir - esm js extension should be able to render nextjs api in app router",
"app-dir - esm js extension should be able to use nextjs api in pages router"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/app-external/app-external.test.ts": { "test/e2e/app-dir/app-external/app-external.test.ts": {
"passed": [ "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 in server and client components",
@ -2479,12 +2524,12 @@
"app dir - external dependency react in external esm packages should use the same react in pages", "app dir - external dependency react in external esm packages should use the same react in pages",
"app dir - external dependency react in external esm packages should use the same react in server app", "app dir - external dependency react in external esm packages should use the same react in server app",
"app dir - external dependency should correctly collect global css imports and mark them as side effects", "app dir - external dependency should correctly collect global css imports and mark them as side effects",
"app dir - external dependency should emit cjs helpers for external cjs modules when compiled",
"app dir - external dependency should export client module references in esm", "app dir - external dependency should export client module references in esm",
"app dir - external dependency should handle external async module libraries correctly", "app dir - external dependency should handle external async module libraries correctly",
"app dir - external dependency should handle external css modules", "app dir - external dependency should handle external css modules",
"app dir - external dependency should handle external css modules in pages", "app dir - external dependency should handle external css modules in pages",
"app dir - external dependency should handle external next/font", "app dir - external dependency should handle external next/font",
"app dir - external dependency should not prefer to resolve esm over cjs for bundling optout packages",
"app dir - external dependency should resolve 3rd party package exports based on the react-server condition", "app dir - external dependency should resolve 3rd party package exports based on the react-server condition",
"app dir - external dependency should resolve the subset react in server components based on the react-server condition", "app dir - external dependency should resolve the subset react in server components based on the react-server condition",
"app dir - external dependency should support exporting multiple star re-exports", "app dir - external dependency should support exporting multiple star re-exports",
@ -2493,9 +2538,10 @@
"app dir - external dependency should use the same export type for packages in both ssr and client" "app dir - external dependency should use the same export type for packages in both ssr and client"
], ],
"failed": [ "failed": [
"app dir - external dependency server actions should compile server actions from node_modules in client components",
"app dir - external dependency server actions should not prefer to resolve esm over cjs for bundling optout packages",
"app dir - external dependency should be able to opt-out 3rd party packages being bundled in server components", "app dir - external dependency should be able to opt-out 3rd party packages being bundled in server components",
"app dir - external dependency should have proper tree-shaking for known modules in CJS", "app dir - external dependency should have proper tree-shaking for known modules in CJS"
"app dir - external dependency server actions should compile server actions from node_modules in client components"
], ],
"pending": [], "pending": [],
"flakey": [], "flakey": [],
@ -2511,6 +2557,18 @@
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
}, },
"test/e2e/app-dir/app-invalid-revalidate/app-invalid-revalidate.test.ts": {
"passed": [
"app-invalid-revalidate should error properly for invalid revalidate at layout",
"app-invalid-revalidate should error properly for invalid revalidate at page",
"app-invalid-revalidate should error properly for invalid revalidate on fetch",
"app-invalid-revalidate should error properly for invalid revalidate on unstable_cache"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/app-middleware/app-middleware.test.ts": { "test/e2e/app-dir/app-middleware/app-middleware.test.ts": {
"passed": [ "passed": [
"app dir - middleware with middleware in src dir works without crashing when using requestAsyncStorage", "app dir - middleware with middleware in src dir works without crashing when using requestAsyncStorage",
@ -2731,13 +2789,6 @@
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
}, },
"test/e2e/app-dir/app-static/app-static-custom-cache-handler-esm.test.ts": {
"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": { "test/e2e/app-dir/app-static/app-static-custom-handler.test.ts": {
"passed": [ "passed": [
"app-dir static/dynamic handling should allow dynamic routes to access cookies", "app-dir static/dynamic handling should allow dynamic routes to access cookies",
@ -2769,6 +2820,7 @@
"app-dir static/dynamic handling should honor fetch cache correctly", "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 correctly (edge)",
"app-dir static/dynamic handling should keep querystring on static page", "app-dir static/dynamic handling should keep querystring on static page",
"app-dir static/dynamic handling should load large data only once when using custom cache handler and force-cache mode",
"app-dir static/dynamic handling should navigate to static path correctly", "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 correctly with POST method request init",
"app-dir static/dynamic handling should not cache non-ok statusCode", "app-dir static/dynamic handling should not cache non-ok statusCode",
@ -2935,6 +2987,8 @@
"app dir - basic known bugs should support React fetch instrumentation server component client-navigation", "app dir - basic known bugs should support React fetch instrumentation server component client-navigation",
"app dir - basic next/script should insert preload tags for beforeInteractive and afterInteractive scripts", "app dir - basic next/script should insert preload tags for beforeInteractive and afterInteractive scripts",
"app dir - basic next/script should load stylesheets for next/scripts", "app dir - basic next/script should load stylesheets for next/scripts",
"app dir - basic next/script should pass on extra props for beforeInteractive scripts with a src prop",
"app dir - basic next/script should pass on extra props for beforeInteractive scripts without a src prop",
"app dir - basic next/script should support next/script and render in correct order", "app dir - basic next/script should support next/script and render in correct order",
"app dir - basic rewrites should support rewrites on client-side navigation", "app dir - basic rewrites should support rewrites on client-side navigation",
"app dir - basic rewrites should support rewrites on client-side navigation from pages to app with existing pages path", "app dir - basic rewrites should support rewrites on client-side navigation from pages to app with existing pages path",
@ -3099,6 +3153,15 @@
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
}, },
"test/e2e/app-dir/conflicting-page-segments/conflicting-page-segments.test.ts": {
"passed": [],
"failed": [
"conflicting-page-segments should throw an error when a route groups causes a conflict with a parallel segment"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/create-root-layout/create-root-layout.test.ts": { "test/e2e/app-dir/create-root-layout/create-root-layout.test.ts": {
"passed": [], "passed": [],
"failed": [ "failed": [
@ -3394,6 +3457,37 @@
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
}, },
"test/e2e/app-dir/interception-route-groups/interception-route-groups.test.ts": {
"passed": [
"interception route groups (no default) should use the default fallback (a 404) if there is no custom default page"
],
"failed": [
"interception route groups (with default) should render the root default when a route group doesn't have a default",
"interception route groups (with default) should work when nested a level deeper"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/interception-route-prefetch-cache/interception-route-prefetch-cache.test.ts": {
"passed": [
"interception-route-prefetch-cache should render the correct interception when two distinct layouts share the same path structure"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/interception-routes-root-catchall/interception-routes-root-catchall.test.ts": {
"passed": [
"interception-routes-root-catchall should handle non-intercepted catch-all pages",
"interception-routes-root-catchall should support having a root catch-all and a catch-all in a parallel route group"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/interoperability-with-pages/navigation.test.ts": { "test/e2e/app-dir/interoperability-with-pages/navigation.test.ts": {
"passed": [ "passed": [
"navigation between pages and app dir It should be able to navigate app -> pages", "navigation between pages and app dir It should be able to navigate app -> pages",
@ -3811,9 +3905,23 @@
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
}, },
"test/e2e/app-dir/parallel-route-not-found/parallel-route-not-found.test.ts": {
"passed": [
"parallel-route-not-found should not log any warnings for a regular not found page",
"parallel-route-not-found should render the page & slots if all parallel routes are found"
],
"failed": [
"parallel-route-not-found should handle a layout that attempts to render a missing parallel route",
"parallel-route-not-found should handle multiple missing parallel routes"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts": { "test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts": {
"passed": [ "passed": [
"parallel-routes-and-interception parallel routes should display all parallel route params with useParams", "parallel-routes-and-interception parallel routes should display all parallel route params with useParams",
"parallel-routes-and-interception parallel routes should gracefully handle when two page segments match the `children` parallel slot",
"parallel-routes-and-interception parallel routes should match parallel routes", "parallel-routes-and-interception parallel routes should match parallel routes",
"parallel-routes-and-interception parallel routes should match parallel routes in route groups", "parallel-routes-and-interception parallel routes should match parallel routes in route groups",
"parallel-routes-and-interception parallel routes should navigate with a link with prefetch=false", "parallel-routes-and-interception parallel routes should navigate with a link with prefetch=false",
@ -3837,8 +3945,38 @@
"parallel-routes-and-interception route intercepting with dynamic routes should render intercepted route" "parallel-routes-and-interception route intercepting with dynamic routes should render intercepted route"
], ],
"failed": [ "failed": [
"parallel-routes-and-interception parallel routes Should match the catch-all routes of the more specific path, If there is more than one catch-all route", "parallel-routes-and-interception parallel routes should apply the catch-all route to the parallel route if no matching route is found",
"parallel-routes-and-interception parallel routes should apply the catch-all route to the parallel route if no matching route is found" "parallel-routes-and-interception parallel routes should match the catch-all routes of the more specific path, if there is more than one catch-all route"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/parallel-routes-catchall-default/parallel-routes-catchall-default.test.ts": {
"passed": [
"parallel-routes-catchall-default should match default paths before catch-all"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/parallel-routes-catchall-groups/parallel-routes-catchall-groups.test.ts": {
"passed": [
"parallel-routes-catchall-groups should work without throwing any errors about conflicting paths"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/parallel-routes-catchall/parallel-routes-catchall.test.ts": {
"passed": [],
"failed": [
"parallel-routes-catchall should match both the catch-all page & slot",
"parallel-routes-catchall should match correctly when defining an explicit page & slot",
"parallel-routes-catchall should match correctly when defining an explicit page but no slot",
"parallel-routes-catchall should match correctly when defining an explicit slot but no page"
], ],
"pending": [], "pending": [],
"flakey": [], "flakey": [],
@ -3997,6 +4135,7 @@
"ppr for /suspense/node/nested/2 should serve the static part", "ppr for /suspense/node/nested/2 should serve the static part",
"ppr for /suspense/node/nested/3 should have the dynamic part", "ppr for /suspense/node/nested/3 should have the dynamic part",
"ppr for /suspense/node/nested/3 should serve the static part", "ppr for /suspense/node/nested/3 should serve the static part",
"ppr search parameters should render the page with the search parameters",
"ppr should indicate the feature is experimental", "ppr should indicate the feature is experimental",
"ppr with suspense for /suspense/edge should eventually render the dynamic part", "ppr with suspense for /suspense/edge should eventually render the dynamic part",
"ppr with suspense for /suspense/node should eventually render the dynamic part", "ppr with suspense for /suspense/node should eventually render the dynamic part",
@ -4115,6 +4254,7 @@
"passed": [ "passed": [
"app dir - rsc basics react@experimental should opt into the react@experimental when enabling ppr", "app dir - rsc basics react@experimental should opt into the react@experimental when enabling ppr",
"app dir - rsc basics react@experimental should opt into the react@experimental when enabling taint", "app dir - rsc basics react@experimental should opt into the react@experimental when enabling taint",
"app dir - rsc basics should be able to call legacy react-dom/server APIs in client components",
"app dir - rsc basics should be able to navigate between rsc routes", "app dir - rsc basics should be able to navigate between rsc routes",
"app dir - rsc basics should correctly render component returning null", "app dir - rsc basics should correctly render component returning null",
"app dir - rsc basics should correctly render component returning undefined", "app dir - rsc basics should correctly render component returning undefined",
@ -4584,14 +4724,15 @@
"runtimeError": false "runtimeError": false
}, },
"test/e2e/edge-can-use-wasm-files/index.test.ts": { "test/e2e/edge-can-use-wasm-files/index.test.ts": {
"passed": [], "passed": [
"failed": [
"edge api endpoints can use wasm files uses the wasm file", "edge api endpoints can use wasm files uses the wasm file",
"middleware can use wasm files can be called twice", "middleware can use wasm files can be called twice",
"middleware can use wasm files lists the necessary wasm bindings in the manifest",
"middleware can use wasm files uses the wasm file", "middleware can use wasm files uses the wasm file",
"middleware can use wasm files with the experimental modes on uses the wasm file" "middleware can use wasm files with the experimental modes on uses the wasm file"
], ],
"failed": [
"middleware can use wasm files lists the necessary wasm bindings in the manifest"
],
"pending": [], "pending": [],
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
@ -6558,7 +6699,8 @@
}, },
"test/integration/app-dir-export/test/dynamic-missing-gsp-dev.test.ts": { "test/integration/app-dir-export/test/dynamic-missing-gsp-dev.test.ts": {
"passed": [ "passed": [
"app dir - with output export - dynamic missing gsp dev development mode should error when dynamic route is missing generateStaticParams" "app dir - with output export - dynamic missing gsp dev development mode should error when dynamic route is missing generateStaticParams",
"app dir - with output export - dynamic missing gsp dev development mode should error when generateStaticParams returns an empty array"
], ],
"failed": [ "failed": [
"app dir - with output export - dynamic missing gsp dev development mode should error when client component has generateStaticParams" "app dir - with output export - dynamic missing gsp dev development mode should error when client component has generateStaticParams"
@ -6572,7 +6714,8 @@
"failed": [], "failed": [],
"pending": [ "pending": [
"app dir - with output export - dynamic missing gsp prod production mode should error when client component has generateStaticParams", "app dir - with output export - dynamic missing gsp prod production mode should error when client component has generateStaticParams",
"app dir - with output export - dynamic missing gsp prod production mode should error when dynamic route is missing generateStaticParams" "app dir - with output export - dynamic missing gsp prod production mode should error when dynamic route is missing generateStaticParams",
"app dir - with output export - dynamic missing gsp prod production mode should error when generateStaticParams returns an empty array"
], ],
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
@ -6912,7 +7055,8 @@
"Build Output production mode Custom App Output should not include custom error", "Build Output production mode Custom App Output should not include custom error",
"Build Output production mode Custom Error Output should not include custom app", "Build Output production mode Custom Error Output should not include custom app",
"Build Output production mode Custom Static Error Output should not specify /404 as lambda when static", "Build Output production mode Custom Static Error Output should not specify /404 as lambda when static",
"Build Output production mode With AMP Output should not include custom error" "Build Output production mode With AMP Output should not include custom error",
"Build Output production mode With Parallel Routes should not have duplicate paths that resolve to the same route"
], ],
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
@ -7199,7 +7343,8 @@
"failed": [], "failed": [],
"pending": [ "pending": [
"next.config.js validation production mode it should validate correctly for invalid config types", "next.config.js validation production mode it should validate correctly for invalid config types",
"next.config.js validation production mode it should validate correctly for unexpected config fields" "next.config.js validation production mode it should validate correctly for unexpected config fields",
"next.config.js validation production mode should allow undefined environment variables"
], ],
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
@ -8078,15 +8223,6 @@
"flakey": [], "flakey": [],
"runtimeError": false "runtimeError": false
}, },
"test/integration/duplicate-pages/test/index.test.js": {
"passed": ["Handles Duplicate Pages dev mode Shows warning in development"],
"failed": [],
"pending": [
"Handles Duplicate Pages production mode Throws an error during build"
],
"flakey": [],
"runtimeError": false
},
"test/integration/dynamic-optional-routing-root-fallback/test/index.test.js": { "test/integration/dynamic-optional-routing-root-fallback/test/index.test.js": {
"passed": [ "passed": [
"Dynamic Optional Routing Root Fallback dev mode should render optional catch-all top-level route with no segments", "Dynamic Optional Routing Root Fallback dev mode should render optional catch-all top-level route with no segments",
@ -8549,19 +8685,20 @@
"runtimeError": false "runtimeError": false
}, },
"test/integration/edge-runtime-dynamic-code/test/index.test.js": { "test/integration/edge-runtime-dynamic-code/test/index.test.js": {
"passed": [], "passed": [
"failed": [
"Edge route usage of dynamic code evaluation dev mode does not show a warning when running WebAssembly.instantiate with a module parameter", "Edge route usage of dynamic code evaluation dev mode does not show a warning when running WebAssembly.instantiate with a module parameter",
"Edge route usage of dynamic code evaluation dev mode does not show warning when no code uses eval", "Edge route usage of dynamic code evaluation dev mode does not show warning when no code uses eval",
"Middleware usage of dynamic code evaluation dev mode does not show a warning when running WebAssembly.instantiate with a module parameter",
"Middleware usage of dynamic code evaluation dev mode does not show warning when no code uses eval",
"Page using eval in dev mode does issue dynamic code evaluation warnings"
],
"failed": [
"Edge route usage of dynamic code evaluation dev mode shows a warning when running WebAssembly.compile", "Edge route usage of dynamic code evaluation dev mode shows a warning when running WebAssembly.compile",
"Edge route usage of dynamic code evaluation dev mode shows a warning when running WebAssembly.instantiate with a buffer parameter", "Edge route usage of dynamic code evaluation dev mode shows a warning when running WebAssembly.instantiate with a buffer parameter",
"Edge route usage of dynamic code evaluation dev mode shows a warning when running code with eval", "Edge route usage of dynamic code evaluation dev mode shows a warning when running code with eval",
"Middleware usage of dynamic code evaluation dev mode does not show a warning when running WebAssembly.instantiate with a module parameter",
"Middleware usage of dynamic code evaluation dev mode does not show warning when no code uses eval",
"Middleware usage of dynamic code evaluation dev mode shows a warning when running WebAssembly.compile", "Middleware usage of dynamic code evaluation dev mode shows a warning when running WebAssembly.compile",
"Middleware usage of dynamic code evaluation dev mode shows a warning when running WebAssembly.instantiate with a buffer parameter", "Middleware usage of dynamic code evaluation dev mode shows a warning when running WebAssembly.instantiate with a buffer parameter",
"Middleware usage of dynamic code evaluation dev mode shows a warning when running code with eval", "Middleware usage of dynamic code evaluation dev mode shows a warning when running code with eval"
"Page using eval in dev mode does issue dynamic code evaluation warnings"
], ],
"pending": [ "pending": [
"Edge route usage of dynamic code evaluation production mode should have middleware warning during build", "Edge route usage of dynamic code evaluation production mode should have middleware warning during build",