Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Turbopack production test manifest #67232

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
71 changes: 58 additions & 13 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
{
"version": 2,
"suites": {
"test/e2e/app-dir/app/provide-paths.test.ts": {
"passed": [],
"pending": [],
"failed": ["Provided page/app paths should only build the provided paths"]
},
"test/e2e/404-page-router/index.test.ts": {
"passed": [
"404-page-router 404-page-router with basePath of false and i18n of false and middleware false for /error should have the correct router parameters after it is ready",
Expand Down Expand Up @@ -813,6 +808,7 @@
"app-dir static/dynamic handling should cache correctly for fetchCache = default-cache",
"app-dir static/dynamic handling should cache correctly for fetchCache = force-cache",
"app-dir static/dynamic handling should cache correctly handle JSON body",
"app-dir static/dynamic handling should cache correctly when accessing search params opts into dynamic rendering",
"app-dir static/dynamic handling should cache correctly with POST method and revalidate",
"app-dir static/dynamic handling should cache correctly with authorization header and revalidate",
"app-dir static/dynamic handling should cache correctly with cookie header and revalidate",
Expand Down Expand Up @@ -909,6 +905,7 @@
"app-dir static/dynamic handling should cache correctly for fetchCache = default-cache",
"app-dir static/dynamic handling should cache correctly for fetchCache = force-cache",
"app-dir static/dynamic handling should cache correctly handle JSON body",
"app-dir static/dynamic handling should cache correctly when accessing search params opts into dynamic rendering",
"app-dir static/dynamic handling should cache correctly with POST method and revalidate",
"app-dir static/dynamic handling should cache correctly with authorization header and revalidate",
"app-dir static/dynamic handling should cache correctly with cookie header and revalidate",
Expand Down Expand Up @@ -1254,6 +1251,15 @@
"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 @@ -1609,7 +1615,9 @@
"app dir - next/dynamic should generate correct client manifest for dynamic chunks",
"app dir - next/dynamic should handle next/dynamic in SSR correctly",
"app dir - next/dynamic should handle next/dynamic in hydration correctly",
"app dir - next/dynamic should handle ssr: false in pages when appDir is enabled"
"app dir - next/dynamic should handle ssr: false in pages when appDir is enabled",
"app dir - next/dynamic should not render loading by default",
"app dir - next/dynamic should render loading by default if loading is specified and loader is slow"
],
"failed": [
"app dir - next/dynamic no SSR should not render client component imported through ssr: false in client components in edge runtime"
Expand Down Expand Up @@ -1976,7 +1984,8 @@
"runtimeError": false
},
"test/e2e/app-dir/mdx/mdx.test.ts": {
"passed": [
"passed": [],
"failed": [
"mdx with-mdx-rs app directory should allow importing client components",
"mdx with-mdx-rs app directory should allow overriding components",
"mdx with-mdx-rs app directory should work in initial html",
Expand All @@ -1990,7 +1999,6 @@
"mdx with-mdx-rs pages directory should work using browser",
"mdx with-mdx-rs pages directory should work using browser with mdx import"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -2304,7 +2312,7 @@
"passed": [
"next-dynamic-css should have correct order of global styles between layout and pages",
"next-dynamic-css should have correct order of styles between global and css modules",
"next-dynamic-css should have correct order of styles on next/dymamic loaded component"
"next-dynamic-css should have correct order of styles on next/dynamic loaded component"
],
"failed": [
"next-dynamic-css should have correct order of styles on client component that is sharing styles with next/dynamic"
Expand Down Expand Up @@ -2430,6 +2438,16 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/not-found/default/default.test.ts": {
"passed": [
"app dir - not-found - default should contain noindex contain in the page",
"app dir - not-found - default should has noindex in the head html"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/not-found/group-route-root-not-found/index.test.ts": {
"passed": [
"app dir - group routes with root not-found should render default 404 with root layout for non-existent page",
Expand Down Expand Up @@ -3096,6 +3114,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/react-owner-stacks-svgr/react-owner-stacks-svgr.test.ts": {
"passed": [
"react-owner-stacks-svgr renders an SVG that is transformed by @svgr/webpack into a React component"
],
"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 @@ -3710,6 +3737,16 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/server-actions-redirect-middleware-rewrite/server-actions-redirect-middleware-rewrite.test.ts": {
"passed": [
"app-dir - server-actions-redirect-middleware-rewrite.test should redirect correctly in edge runtime with middleware rewrite",
"app-dir - server-actions-redirect-middleware-rewrite.test should redirect correctly in nodejs runtime with middleware rewrite"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/server-actions-relative-redirect/server-actions-relative-redirect.test.ts": {
"passed": [
"server-actions-relative-redirect should work with absolute redirect",
Expand Down Expand Up @@ -5595,6 +5632,7 @@
"Prerender should not supply query values to params or useRouter non-dynamic page SSR",
"Prerender should not throw error for on-demand revalidate for SSR path",
"Prerender should of formatted build output correctly",
"Prerender should on-demand revalidate for fallback: blocking with onlyGenerated if generated",
"Prerender should on-demand revalidate for revalidate: false",
"Prerender should on-demand revalidate that returns notFound: true",
"Prerender should only show warning once per page when large amount of page data is returned",
Expand All @@ -5620,7 +5658,6 @@
"Prerender should navigate between pages successfully",
"Prerender should not error when rewriting to fallback dynamic SSG page",
"Prerender should not show error for invalid JSON returned from getStaticProps on SSR",
"Prerender should on-demand revalidate for fallback: blocking with onlyGenerated if generated",
"Prerender should output traces",
"Prerender should parse query values on mount correctly",
"Prerender should render correctly for SSG pages that starts with api-docs",
Expand Down Expand Up @@ -8820,7 +8857,6 @@
"Next Build production mode custom directories",
"Next Build production mode eslint cache lives in the user defined build directory",
"Next Build production mode eslint caching is enabled",
"Next Build production mode first time setup",
"Next Build production mode ignore during builds",
"Next Build production mode invalid older eslint version",
"Next Build production mode missing Next.js plugin",
Expand Down Expand Up @@ -15510,6 +15546,16 @@
"flakey": [],
"runtimeError": false
},
"test/production/eslint/test/next-build-and-lint.test.ts": {
"passed": [
"Next Build production mode first time setup",
"Next Build production mode first time setup with TypeScript"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/export/index.test.ts": {
"passed": [
"static export API routes export Should throw if a route is matched",
Expand Down Expand Up @@ -15997,8 +16043,7 @@
"required server files app router should properly handle fallback for bot request",
"required server files app router should properly handle prerender for bot request",
"required server files app router should properly stream resume",
"required server files app router should send cache tags in minimal mode for ISR",
"required server files app router should still render when postponed is corrupted"
"required server files app router should send cache tags in minimal mode for ISR"
],
"pending": [],
"flakey": [],
Expand Down
Loading