Skip to content

Commit

Permalink
Update Turbopack production test manifest (#67743)
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 14, 2024
1 parent ef41263 commit 96092dd
Showing 1 changed file with 74 additions and 14 deletions.
88 changes: 74 additions & 14 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
"app-dir action handling fetch actions should handle revalidateTag",
"app-dir action handling fetch actions should invalidate client cache on other routes when cookies.set is called",
"app-dir action handling fetch actions should invalidate client cache when path is revalidated",
"app-dir action handling fetch actions should invalidate client cache when tag is revalidated",
"app-dir action handling fetch actions should revalidate when cookies.set is called",
"app-dir action handling fetch actions should revalidate when cookies.set is called in a client action",
"app-dir action handling fetch actions should store revalidation data in the prefetch cache",
Expand Down Expand Up @@ -206,7 +207,6 @@
"app-dir action handling should work with interception routes"
],
"failed": [
"app-dir action handling fetch actions should invalidate client cache when tag is revalidated",
"app-dir action handling should not expose action content in sourcemaps"
],
"pending": [
Expand Down Expand Up @@ -1358,6 +1358,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/catchall-parallel-routes-group/catchall-parallel-routes-group.test.ts": {
"passed": [
"catchall-parallel-routes-group should work without throwing any errors about invalid pages"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/conflicting-page-segments/conflicting-page-segments.test.ts": {
"passed": [],
"failed": [
Expand Down Expand Up @@ -5293,6 +5302,7 @@
"Middleware Rewrite should not have unexpected errors",
"Middleware Rewrite should not mix component cache when navigating between dynamic routes",
"Middleware Rewrite should not prefetch non-SSG routes",
"Middleware Rewrite should opt out of prefetch caching for dynamic routes",
"Middleware Rewrite should override with rewrite externally correctly",
"Middleware Rewrite should override with rewrite internally correctly",
"Middleware Rewrite should resolve dynamic route after rewrite correctly",
Expand Down Expand Up @@ -5623,6 +5633,42 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/on-request-error/basic/basic.test.ts": {
"passed": [
"on-request-error - basic app router should catch app routes error in edge runtime",
"on-request-error - basic app router should catch app routes error in node runtime",
"on-request-error - basic app router should catch client component page error in edge runtime",
"on-request-error - basic app router should catch client component page error in node runtime",
"on-request-error - basic app router should catch server component page error in edge runtime",
"on-request-error - basic app router should catch server component page error in node runtime",
"on-request-error - basic middleware should catch middleware error",
"on-request-error - basic pages router should catch pages router api error in edge runtime",
"on-request-error - basic pages router should catch pages router api error in node runtime",
"on-request-error - basic pages router should catch pages router page error in edge runtime",
"on-request-error - basic pages router should catch pages router page error in node 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",
"on-request-error - skip-next-internal-error app router API should not catch server component redirect errors",
"on-request-error - skip-next-internal-error app router render should not catch client component dynamic usage errors",
"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 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"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/opentelemetry/client-trace-metadata/client-trace-metadata.test.ts": {
"passed": [
"clientTraceMetadata hard loading a dynamic page twice should yield different dynamic trace data",
Expand Down Expand Up @@ -6102,9 +6148,11 @@
"transpile packages optional deps should not throw an error when optional deps are not installed"
],
"failed": [],
"pending": [],
"pending": [
"transpile packages should handle optional peer dependencies"
],
"flakey": [],
"runtimeError": true
"runtimeError": false
},
"test/e2e/tsconfig-module-preserve/index.test.ts": {
"passed": [
Expand Down Expand Up @@ -6166,6 +6214,17 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/with-router/index.test.ts": {
"passed": [
"withRouter production mode allows observation of navigation events using top level Router",
"withRouter production mode allows observation of navigation events using top level Router deprecated behavior",
"withRouter production mode allows observation of navigation events using withRouter"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/yarn-pnp/test/with-eslint.test.ts": {
"passed": [],
"failed": [],
Expand Down Expand Up @@ -13748,6 +13807,7 @@
"Prefetching Links in viewport production mode should inject a <script> tag when onMouseEnter (even with invalid ref)",
"Prefetching Links in viewport production mode should inject script on hover with prefetching disabled",
"Prefetching Links in viewport production mode should inject script on hover with prefetching disabled and fetch data",
"Prefetching Links in viewport production mode should not duplicate prefetches",
"Prefetching Links in viewport production mode should not have unhandledRejection when failing to prefetch on link",
"Prefetching Links in viewport production mode should not prefetch when prefetch is explicitly set to false",
"Prefetching Links in viewport production mode should not prefetch with bot UA",
Expand All @@ -13762,11 +13822,10 @@
"Prefetching Links in viewport production mode should prefetch with link in viewport when href changes",
"Prefetching Links in viewport production mode should prefetch with non-bot UA"
],
"failed": [
"Prefetching Links in viewport production mode should not duplicate prefetches",
"failed": [],
"pending": [
"Prefetching Links in viewport production mode should not prefetch already loaded scripts"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
Expand Down Expand Up @@ -15671,8 +15730,8 @@
"passed": [
"error-hydration invokes _error's getInitialProps for client-side errors",
"error-hydration should log a message for client-side errors, including the full, custom error",
"error-hydration should not log server-side errors",
"error-hydration should not invoke the error page getInitialProps client-side for server-side errors"
"error-hydration should not invoke the error page getInitialProps client-side for server-side errors",
"error-hydration should not log server-side errors"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -15970,7 +16029,10 @@
"Production Usage With basic usage should render 404 for dotfiles in /static",
"Production Usage With basic usage should render 404 for routes that do not exist",
"Production Usage With basic usage should render the page",
"Production Usage With basic usage should return 200 on static file if If-Unmodified-Since is invalid date",
"Production Usage With basic usage should return 405 method on static then GET and HEAD",
"Production Usage With basic usage should return 412 on static file when If-Unmodified-Since is provided and file is modified",
"Production Usage With basic usage should set Cache-Control header",
"Production Usage With basic usage should set Content-Length header",
"Production Usage With basic usage should set correct Cache-Control header for static 404s",
"Production Usage With navigation should navigate to nested index via client side",
Expand All @@ -15981,6 +16043,7 @@
"Production Usage should change query correctly",
"Production Usage should clear all core performance marks",
"Production Usage should contain generated page count in output",
"Production Usage should contain the Next.js version in window export",
"Production Usage should handle AMP correctly in IE",
"Production Usage should handle failed param decoding",
"Production Usage should handle query/hash correctly during query updating ## $search",
Expand Down Expand Up @@ -16009,10 +16072,7 @@
"Production Usage should remove placeholder for next/image correctly",
"Production Usage should replace static pages with HTML files",
"Production Usage should respond with 405 for POST to static page",
"Production Usage should warn when prefetch is true",
"Production Usage With basic usage should return 200 on static file if If-Unmodified-Since is invalid date",
"Production Usage With basic usage should return 412 on static file when If-Unmodified-Since is provided and file is modified",
"Production Usage With basic usage should set Cache-Control header"
"Production Usage should warn when prefetch is true"
],
"failed": [
"Production Usage process.browser should eliminate client only code on the server",
Expand All @@ -16022,8 +16082,8 @@
"pending": [
"Production Usage With Security Related Issues should handle invalid URL properly",
"Production Usage With basic usage should allow etag header support with getServerSideProps",
"Production Usage should not contain currentScript usage for publicPath",
"Production Usage should not contain amp, rsc APIs in main chunk"
"Production Usage should not contain amp, rsc APIs in main chunk",
"Production Usage should not contain currentScript usage for publicPath"
],
"flakey": [],
"runtimeError": false
Expand Down

0 comments on commit 96092dd

Please sign in to comment.