Skip to content

Commit

Permalink
Update Turbopack production test manifest (#68022)
Browse files Browse the repository at this point in the history
This auto-generated PR updates the production integration test manifest
used when testing Turbopack.
  • Loading branch information
vercel-release-bot authored Jul 25, 2024
1 parent 6af8da5 commit d4eb89d
Showing 1 changed file with 97 additions and 39 deletions.
136 changes: 97 additions & 39 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,9 @@
"app-dir with middleware Mutate request headers for next/headers Supports draft mode",
"app-dir with middleware Mutate request headers for next/headers Updates headers",
"app-dir with middleware should be possible to modify cookies & read them in an RSC in a single request",
"app-dir with middleware should filter correctly after middleware rewrite"
"app-dir with middleware should be possible to read cookies that are set during the middleware handling of a server action",
"app-dir with middleware should filter correctly after middleware rewrite",
"app-dir with middleware should respect cookie options of merged middleware cookies"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -1043,6 +1045,7 @@
"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 outputs correct build-diagnostics.json",
"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 initial load",
Expand Down Expand Up @@ -1076,6 +1079,7 @@
"app dir - basic server components should serve client component should serve client-side",
"app dir - basic server components should serve client component should serve server-side",
"app dir - basic server components should serve shared component",
"app dir - basic should contain framework.json",
"app dir - basic should ensure the </body></html> suffix is at the end of the stream",
"app dir - basic should handle hash in initial url",
"app dir - basic should have correct searchParams and params (client)",
Expand Down Expand Up @@ -1130,7 +1134,11 @@
"passed": [],
"failed": [],
"pending": [
"should output updated trace files should have file hashes in trace files"
"should output updated trace files should hard navigate on chunk load failure",
"should output updated trace files should have file hashes in trace files",
"should output updated trace files should only rebuild a changed app and pages route correctly",
"should output updated trace files should only rebuild just a changed app route correctly",
"should output updated trace files should only rebuild just a changed pages route correctly"
],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -1169,6 +1177,7 @@
"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 outputs correct build-diagnostics.json",
"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 initial load",
Expand Down Expand Up @@ -1202,6 +1211,7 @@
"app dir - basic server components should serve client component should serve client-side",
"app dir - basic server components should serve client component should serve server-side",
"app dir - basic server components should serve shared component",
"app dir - basic should contain framework.json",
"app dir - basic should ensure the </body></html> suffix is at the end of the stream",
"app dir - basic should handle hash in initial url",
"app dir - basic should have correct preferredRegion values in manifest",
Expand All @@ -1214,7 +1224,6 @@
"app dir - basic should match redirects in pages correctly $path",
"app dir - basic should not apply client router filter on shallow",
"app dir - basic should not create new root layout when nested (optional)",
"app dir - basic should not have entire prerender-manifest for edge",
"app dir - basic should not include parent when not in parent directory",
"app dir - basic should not rerender layout when navigating between routes in the same layout",
"app dir - basic should not serve when layout is provided but no folder index",
Expand Down Expand Up @@ -1243,9 +1252,7 @@
"failed": [
"app dir - basic should encode chunk path correctly",
"app dir - basic should generate build traces correctly",
"app dir - basic should not have loader generated function for edge runtime",
"app dir - basic should contain framework.json",
"app dir - basic outputs correct build-diagnostics.json"
"app dir - basic should not have loader generated function for edge runtime"
],
"pending": [
"app dir - basic known bugs should support React fetch instrumentation client component",
Expand All @@ -1257,15 +1264,6 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/app/provide-paths.test.ts": {
"passed": [],
"failed": [
"Provided page/app paths should only build the provided paths"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/app/standalone-gsp.test.ts": {
"passed": [],
"failed": [
Expand Down Expand Up @@ -1542,6 +1540,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/disable-logging-route/disable-logging-route.test.ts": {
"passed": [
"app-dir - disable-logging-route should not log if disabled logging"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/draft-mode-middleware/draft-mode-middleware.test.ts": {
"passed": [
"app-dir - draft-mode-middleware should be able to disable draft mode with middleware present",
Expand Down Expand Up @@ -2001,7 +2008,7 @@
"app-dir - logging with default logging should not log fetch requests at all",
"app-dir - logging with fetches default logging should only log requests in development mode",
"app-dir - logging with fetches verbose logging should only log requests in development mode",
"app-dir - logging with verbose logging for edge runtime should not log fetch requests at all"
"app-dir - logging with verbose logging for edge runtime should only log requests in development mode"
],
"failed": [],
"pending": [],
Expand All @@ -2010,9 +2017,7 @@
},
"test/e2e/app-dir/logging/fetch-warning.test.ts": {
"passed": [
"app-dir - fetch warnings should log when request input is a Request instance",
"app-dir - fetch warnings should log when request input is a string",
"app-dir - fetch warnings should not log when overriding cache within the Request object"
"app-dir - fetch warnings should not log fetch warnings in production"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -3277,6 +3282,13 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/remove-console/remove-console.test.ts": {
"passed": ["remove-console should remove console.log"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/resolve-extensions/resolve-extensions.test.ts": {
"passed": [
"turbo-resolve-extensions should SSR",
Expand Down Expand Up @@ -4961,6 +4973,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/instrumentation-hook/register-once/register-once.test.ts": {
"passed": [
"instrumentation-hook - register-once should only register once"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/link-with-api-rewrite/index.test.ts": {
"passed": [
"link-with-api-rewrite should perform hard navigation for direct urls",
Expand Down Expand Up @@ -5665,6 +5686,31 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/on-request-error/dynamic-routes/dynamic-routes.test.ts": {
"passed": [
"on-request-error - dynamic-routes app router should catch app router dynamic page error with search params",
"on-request-error - dynamic-routes app router should catch app router dynamic routes error with search params",
"on-request-error - dynamic-routes app router should catch suspense rendering page error in node runtime",
"on-request-error - dynamic-routes pages router should catch pages router dynamic API route error with search params",
"on-request-error - dynamic-routes pages router should catch pages router dynamic page error with search params"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/on-request-error/server-action-error/server-action-error.test.ts": {
"passed": [
"on-request-error - server-action-error should catch server action error in listener callback in edge runtime",
"on-request-error - server-action-error should catch server action error in listener callback in nodejs runtime",
"on-request-error - server-action-error should catch the server action form error in edge runtime",
"on-request-error - server-action-error should catch the server action form error in nodejs runtime"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/on-request-error/skip-next-internal-error/skip-next-internal-error.test.ts": {
"passed": [
"on-request-error - skip-next-internal-error app router API should not catch server component not-found errors",
Expand All @@ -5673,6 +5719,8 @@
"on-request-error - skip-next-internal-error app router render should not catch client component not-found errors",
"on-request-error - skip-next-internal-error app router render should not catch client component redirect errors",
"on-request-error - skip-next-internal-error app router render should not catch next dynamic no-ssr errors",
"on-request-error - skip-next-internal-error app router render should not catch server action not-found errors",
"on-request-error - skip-next-internal-error app router render should not catch server action redirect errors",
"on-request-error - skip-next-internal-error app router render should not catch server component dynamic usage errors",
"on-request-error - skip-next-internal-error app router render should not catch server component not-found errors",
"on-request-error - skip-next-internal-error app router render should not catch server component redirect errors"
Expand Down Expand Up @@ -6470,15 +6518,27 @@
"passed": [],
"failed": [],
"pending": [
"AMP Usage production mode With basic AMP usage should not output client pages for AMP only",
"AMP Usage production mode With basic AMP usage should not output client pages for AMP only with config exported after declaration",
"AMP Usage AMP dev no-warn should not warn on valid amp",
"AMP Usage AMP development mode should add data-ampdevmode to development script tags",
"AMP Usage AMP development mode should detect amp validator warning on custom scripts",
"AMP Usage AMP development mode should detect amp validator warning on invalid amp",
"AMP Usage AMP development mode should detect changes and refresh a hybrid AMP page",
"AMP Usage AMP development mode should detect changes and refresh an AMP page",
"AMP Usage AMP development mode should detect changes and refresh an AMP page at root pages/",
"AMP Usage AMP development mode should detect changes to component and refresh an AMP page",
"AMP Usage AMP development mode should detect the changes and display it",
"AMP Usage AMP development mode should navigate from non-AMP to AMP without error",
"AMP Usage AMP development mode should not contain missing files warning",
"AMP Usage AMP development mode should not reload unless the page is edited for an AMP page",
"AMP Usage production mode With AMP context should render nested AMP page with AMP hook",
"AMP Usage production mode With AMP context should render nested normal page with AMP hook",
"AMP Usage production mode With AMP context should render the AMP page that uses the AMP hook",
"AMP Usage production mode With AMP context should render the normal page that uses the AMP hook",
"AMP Usage production mode With basic AMP usage should auto import extensions",
"AMP Usage production mode With basic AMP usage should drop custom scripts",
"AMP Usage production mode With basic AMP usage should not drop custom amp scripts",
"AMP Usage production mode With basic AMP usage should not output client pages for AMP only",
"AMP Usage production mode With basic AMP usage should not output client pages for AMP only with config exported after declaration",
"AMP Usage production mode With basic AMP usage should optimize clean",
"AMP Usage production mode With basic AMP usage should render the page as valid AMP",
"AMP Usage production mode With basic AMP usage should render the page without leaving render target",
Expand All @@ -6495,19 +6555,7 @@
"AMP Usage production mode combined styles should combine style tags",
"AMP Usage production mode combined styles should remove sourceMaps from styles",
"AMP Usage production mode should have amp optimizer in trace",
"AMP Usage production mode should not contain missing files warning",
"AMP Usage AMP dev no-warn should not warn on valid amp",
"AMP Usage AMP development mode should add data-ampdevmode to development script tags",
"AMP Usage AMP development mode should detect amp validator warning on custom scripts",
"AMP Usage AMP development mode should detect amp validator warning on invalid amp",
"AMP Usage AMP development mode should navigate from non-AMP to AMP without error",
"AMP Usage AMP development mode should not contain missing files warning",
"AMP Usage AMP development mode should detect changes and refresh a hybrid AMP page",
"AMP Usage AMP development mode should detect changes and refresh an AMP page",
"AMP Usage AMP development mode should detect changes and refresh an AMP page at root pages/",
"AMP Usage AMP development mode should detect changes to component and refresh an AMP page",
"AMP Usage AMP development mode should detect the changes and display it",
"AMP Usage AMP development mode should not reload unless the page is edited for an AMP page"
"AMP Usage production mode should not contain missing files warning"
],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -12756,14 +12804,14 @@
},
"test/integration/next-image-legacy/base-path/test/static.test.ts": {
"passed": [
"Build Error Tests for basePath production mode should throw build error when import statement is used with missing file",
"Static Image Component Tests for basePath production mode Should add a blur placeholder to statically imported jpg",
"Static Image Component Tests for basePath production mode Should add a blur placeholder to statically imported png",
"Static Image Component Tests for basePath production mode Should allow an image with a static src to omit height and width",
"Static Image Component Tests for basePath production mode Should allow provided width and height to override intrinsic",
"Static Image Component Tests for basePath production mode Should automatically provide an image height and width",
"Static Image Component Tests for basePath production mode Should use immutable cache-control header even when unoptimized",
"Static Image Component Tests for basePath production mode Should use immutable cache-control header for static import",
"Build Error Tests for basePath production mode should throw build error when import statement is used with missing file"
"Static Image Component Tests for basePath production mode Should use immutable cache-control header for static import"
],
"failed": [],
"pending": [
Expand Down Expand Up @@ -15517,6 +15565,16 @@
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/ssg-single-pass/ssg-single-pass.test.ts": {
"passed": [
"ssg-single-pass should only render the page once during an ISR revalidation",
"ssg-single-pass should only render the page once during build"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/subresource-integrity/subresource-integrity.test.ts": {
"passed": [],
"failed": [],
Expand Down Expand Up @@ -15900,7 +15958,7 @@
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": true
"runtimeError": false
},
"test/production/jest/new-link-behavior.test.ts": {
"passed": ["next/jest newLinkBehavior should use new link behavior"],
Expand Down Expand Up @@ -15928,7 +15986,7 @@
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": true
"runtimeError": false
},
"test/production/jest/rsc/lib/utils.test.js": {
"passed": ["works with server-only code"],
Expand Down Expand Up @@ -16064,6 +16122,7 @@
"Production Usage should handle query/hash correctly during query updating #hello? $search",
"Production Usage should handle query/hash correctly during query updating #hello?world $search",
"Production Usage should have defer on all script tags",
"Production Usage should navigate through history after query update",
"Production Usage should navigate to external site and back",
"Production Usage should navigate to external site and back (with query)",
"Production Usage should navigate to page with CSS and back",
Expand All @@ -16083,7 +16142,6 @@
"failed": [
"Production Usage process.browser should eliminate client only code on the server",
"Production Usage process.browser should eliminate server only code on the client",
"Production Usage should navigate through history after query update",
"Production Usage should output traces"
],
"pending": [
Expand Down

0 comments on commit d4eb89d

Please sign in to comment.