Skip to content

Commit

Permalink
Update Turbopack development test manifest (#63959)
Browse files Browse the repository at this point in the history
This auto-generated PR updates the development integration test manifest used when testing Turbopack.
  • Loading branch information
vercel-release-bot authored Apr 2, 2024
1 parent 4f142dc commit 944159a
Showing 1 changed file with 76 additions and 14 deletions.
90 changes: 76 additions & 14 deletions test/turbopack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,12 @@
"normalizeCatchallRoutes should not add the catch-all route to non-catchall segments that are more specific",
"normalizeCatchallRoutes should not add the catch-all route to segments that have a more specific [dynamicRoute]",
"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",
"normalizeCatchallRoutes should only match optional catch-all paths to the \"index\" of a segment"
"normalizeCatchallRoutes should not add the catch-all to the interception route"
],
"failed": [],
"pending": [],
"pending": [
"normalizeCatchallRoutes should only match optional catch-all paths to the \"index\" of a segment"
],
"flakey": [],
"runtimeError": false
},
Expand Down Expand Up @@ -281,8 +282,8 @@
},
"packages/next/src/client/components/router-reducer/is-navigating-to-new-root-layout.test.ts": {
"passed": [
"shouldHardNavigate should return false if there is no new root layout",
"shouldHardNavigate should return true if there is a mismatch between the root layouts"
"isNavigatingToNewRootLayout should return false if there is no new root layout",
"isNavigatingToNewRootLayout should return true if there is a mismatch between the root layouts"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -1524,6 +1525,13 @@
"flakey": [],
"runtimeError": false
},
"test/development/basic/barrel-optimization/barrel-optimization-tremor.test.ts": {
"passed": ["optimizePackageImports - mui should work"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/development/basic/barrel-optimization/barrel-optimization.test.ts": {
"passed": [],
"failed": [],
Expand Down Expand Up @@ -1979,8 +1987,8 @@
"runtimeError": false
},
"test/development/next-font/font-loader-in-document-error.test.ts": {
"passed": [],
"failed": ["font-loader-in-document-error next/font inside _document"],
"passed": ["font-loader-in-document-error next/font inside _document"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -2328,6 +2336,7 @@
"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 redirect to a relative URL in a single pass",
"app-dir action handling fetch actions should handle redirects to routes that provide an invalid RSC response",
"app-dir action handling fetch actions should handle regular redirects",
"app-dir action handling fetch actions should handle revalidatePath",
"app-dir action handling fetch actions should handle revalidateTag",
Expand Down Expand Up @@ -3045,6 +3054,7 @@
"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 load stylesheets for next/scripts",
"app dir - basic next/script should pass `nonce`",
"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",
Expand Down Expand Up @@ -3164,8 +3174,22 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/asset-prefix-with-basepath/asset-prefix-with-basepath.test.ts": {
"passed": [
"app-dir assetPrefix with basePath handling bundles should return 200 on served assetPrefix",
"app-dir assetPrefix with basePath handling should redirect route when clicking link",
"app-dir assetPrefix with basePath handling should redirect route when requesting it directly",
"app-dir assetPrefix with basePath handling should redirect route when requesting it directly by browser",
"app-dir assetPrefix with basePath handling should render link"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/asset-prefix/asset-prefix.test.ts": {
"passed": [
"app-dir assetPrefix handling bundles should return 200 on served assetPrefix",
"app-dir assetPrefix handling should redirect route when clicking link",
"app-dir assetPrefix handling should redirect route when requesting it directly",
"app-dir assetPrefix handling should redirect route when requesting it directly by browser",
Expand Down Expand Up @@ -3410,6 +3434,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/dynamic-interception-route-revalidate/dynamic-interception-route-revalidate.test.ts": {
"passed": [
"dynamic-interception-route-revalidate should refresh the dynamic intercepted route when the interception route is revalidated"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/dynamic-requests/dynamic-requests.test.ts": {
"passed": [
"dynamic-requests should not error for dynamic requests in pages",
Expand Down Expand Up @@ -3830,6 +3863,7 @@
"test/e2e/app-dir/metadata-warnings/index.test.ts": {
"passed": [
"app dir - metadata missing metadataBase should fallback to localhost if metadataBase is missing for absolute urls resolving",
"app dir - metadata missing metadataBase should not warn for viewport properties during manually merging metadata",
"app dir - metadata missing metadataBase should not warn metadataBase is missing if there is only absolute url",
"app dir - metadata missing metadataBase should warn for unsupported metadata properties"
],
Expand All @@ -3842,6 +3876,7 @@
"passed": [
"app dir - metadata basic should apply metadata when navigating client-side",
"app dir - metadata basic should handle metadataBase for urls resolved as only URL type",
"app dir - metadata basic should not contain query in canonical url after client navigation",
"app dir - metadata basic should relative canonical url",
"app dir - metadata basic should support alternate tags",
"app dir - metadata basic should support appLinks tags",
Expand Down Expand Up @@ -3949,6 +3984,8 @@
"app dir - navigation query string should set query correctly",
"app dir - navigation query string useParams identity between renders should be stable in app",
"app dir - navigation query string useParams identity between renders should be stable in pages",
"app dir - navigation redirect components should only trigger the redirect once (/redirect/servercomponent)",
"app dir - navigation redirect components should only trigger the redirect once (redirect/redirect-with-loading)",
"app dir - navigation redirect components should redirect client-side",
"app dir - navigation redirect components should redirect in a client component",
"app dir - navigation redirect components should redirect in a server component",
Expand Down Expand Up @@ -4226,6 +4263,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/parallel-routes-catchall-specificity/parallel-routes-catchall-specificity.test.ts": {
"passed": [
"parallel-routes-catchall-specificity should match the catch-all route when navigating from a page with a similar path depth as the previously matched slot"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/parallel-routes-catchall/parallel-routes-catchall.test.ts": {
"passed": [
"parallel-routes-catchall should match both the catch-all page & slot",
Expand Down Expand Up @@ -4258,6 +4304,9 @@
},
"test/e2e/app-dir/parallel-routes-revalidation/parallel-routes-revalidation.test.ts": {
"passed": [
"parallel-routes-revalidation router.refresh should correctly refresh data for previously intercepted modal and active page slot",
"parallel-routes-revalidation router.refresh should correctly refresh data for the intercepted route and previously active page slot",
"parallel-routes-revalidation server action revalidation handles refreshing when multiple parallel slots are active",
"parallel-routes-revalidation should handle a redirect action when called in a slot",
"parallel-routes-revalidation should handle router.refresh() when called in a slot",
"parallel-routes-revalidation should not trigger full page when calling router.refresh() on an intercepted route",
Expand Down Expand Up @@ -5053,6 +5102,17 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/static-generation-status/index.test.ts": {
"passed": [
"app-dir static-generation-status should render the non existed route redirect with status 404",
"app-dir static-generation-status should render the page using notFound with status 404",
"app-dir static-generation-status should render the page using redirect with status 307"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/syntax-highlighter-crash/syntax-highlighter-crash.test.ts": {
"passed": ["syntax-highlighter-crash should render the page"],
"failed": [],
Expand Down Expand Up @@ -6614,6 +6674,7 @@
"opentelemetry incoming context propagation app router should handle RSC with fetch on edge",
"opentelemetry incoming context propagation app router should handle route handlers in app router",
"opentelemetry incoming context propagation app router should handle route handlers in app router on edge",
"opentelemetry incoming context propagation app router should propagate custom context without span",
"opentelemetry incoming context propagation app router should trace middleware",
"opentelemetry incoming context propagation pages should handle api routes in pages",
"opentelemetry incoming context propagation pages should handle api routes in pages on edge",
Expand All @@ -6625,6 +6686,7 @@
"opentelemetry root context app router should handle RSC with fetch on edge",
"opentelemetry root context app router should handle route handlers in app router",
"opentelemetry root context app router should handle route handlers in app router on edge",
"opentelemetry root context app router should propagate custom context without span",
"opentelemetry root context app router should trace middleware",
"opentelemetry root context pages should handle api routes in pages",
"opentelemetry root context pages should handle api routes in pages on edge",
Expand Down Expand Up @@ -7489,8 +7551,8 @@
},
"test/integration/app-dir-export/test/dynamic-missing-gsp-dev.test.ts": {
"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 client component has generateStaticParams"
"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 dynamic route is missing generateStaticParams"
],
"failed": [],
"pending": [],
Expand All @@ -7510,9 +7572,9 @@
"test/integration/app-dir-export/test/dynamicapiroute-dev.test.ts": {
"passed": [
"app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute 'error'",
"app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute 'force-dynamic'",
"app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute 'force-static'",
"app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute undefined",
"app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute 'force-dynamic'"
"app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute undefined"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -15385,12 +15447,12 @@
"Next.js Script - Primary Strategies - Strict Mode onReady should only fires once after loaded (issue #39993)",
"Next.js Script - Primary Strategies - Strict Mode onload fires correctly",
"Next.js Script - Primary Strategies - Strict Mode priority afterInteractive",
"Next.js Script - Primary Strategies - Strict Mode priority beforeInteractive",
"Next.js Script - Primary Strategies - Strict Mode priority beforeInteractive - older version",
"Next.js Script - Primary Strategies - Strict Mode priority beforeInteractive on navigate",
"Next.js Script - Primary Strategies - Strict Mode priority beforeInteractive with inline script",
"Next.js Script - Primary Strategies - Strict Mode priority beforeInteractive with inline script should execute",
"Next.js Script - Primary Strategies - Strict Mode priority lazyOnload",
"Next.js Script - Primary Strategies - Strict Mode priority beforeInteractive",
"Next.js Script - Primary Strategies - Strict Mode priority beforeInteractive - older version"
"Next.js Script - Primary Strategies - Strict Mode priority lazyOnload"
],
"failed": [],
"pending": [
Expand Down

0 comments on commit 944159a

Please sign in to comment.