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 development test manifest #63716

Merged
merged 1 commit into from
Mar 26, 2024
Merged
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
117 changes: 67 additions & 50 deletions test/turbopack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@
"passed": [
"resolveRouteData resolveRobots should error with ts when specify both wildcard userAgent and specific userAgent",
"resolveRouteData resolveRobots should resolve robots.txt",
"resolveRouteData resolveSitemap should resolve sitemap.xml"
"resolveRouteData resolveSitemap should resolve sitemap.xml",
"resolveRouteData resolveSitemap should resolve sitemap.xml with alternates"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -1587,6 +1588,7 @@
"basic HMR, basePath: \"\" Error Recovery should recover after exporting an invalid page",
"basic HMR, basePath: \"\" Error Recovery should recover after loader parse error in an imported file",
"basic HMR, basePath: \"\" Error Recovery should recover after undefined exported as default",
"basic HMR, basePath: \"\" Error Recovery should recover after webpack parse error in an imported file",
"basic HMR, basePath: \"\" Error Recovery should recover from 404 after a page has been added",
"basic HMR, basePath: \"\" Error Recovery should recover from 404 after a page has been added with dynamic segments",
"basic HMR, basePath: \"\" Error Recovery should recover from errors in getInitialProps in client",
Expand All @@ -1611,6 +1613,7 @@
"basic HMR, basePath: \"/docs\" Error Recovery should recover after exporting an invalid page",
"basic HMR, basePath: \"/docs\" Error Recovery should recover after loader parse error in an imported file",
"basic HMR, basePath: \"/docs\" Error Recovery should recover after undefined exported as default",
"basic HMR, basePath: \"/docs\" Error Recovery should recover after webpack parse error in an imported file",
"basic HMR, basePath: \"/docs\" Error Recovery should recover from 404 after a page has been added",
"basic HMR, basePath: \"/docs\" Error Recovery should recover from 404 after a page has been added with dynamic segments",
"basic HMR, basePath: \"/docs\" Error Recovery should recover from errors in getInitialProps in client",
Expand All @@ -1628,10 +1631,7 @@
"basic HMR, basePath: \"/docs\" should have correct router.isReady for getStaticProps page",
"basic HMR, basePath: \"/docs\" should show hydration error correctly"
],
"failed": [
"basic HMR, basePath: \"\" Error Recovery should recover after webpack parse error in an imported file",
"basic HMR, basePath: \"/docs\" Error Recovery should recover after webpack parse error in an imported file"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -3400,6 +3400,17 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/dynamic-in-generate-params/index.test.ts": {
"passed": [
"app-dir - dynamic in generate params should be able to call fetch while generating multiple dynamic pages",
"app-dir - dynamic in generate params should be able to call while generating multiple dynamic sitemaps",
"app-dir - dynamic in generate params should render sitemap with generateSitemaps in force-dynamic config dynamically"
],
"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 @@ -3782,7 +3793,8 @@
"app dir - metadata dynamic routes social image routes should support params as argument in dynamic routes",
"app dir - metadata dynamic routes text routes should handle robots.[ext] dynamic routes",
"app dir - metadata dynamic routes text routes should handle sitemap.[ext] dynamic routes",
"app dir - metadata dynamic routes text routes should not throw if client components are imported but not used"
"app dir - metadata dynamic routes text routes should not throw if client components are imported but not used",
"app dir - metadata dynamic routes text routes should support alternate.languages in sitemap"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -4537,6 +4549,7 @@
"router autoscrolling on navigation bugs Should scroll to the top of the layout when the first child is position fixed",
"router autoscrolling on navigation bugs Should scroll to the top of the layout when the first child is position sticky",
"router autoscrolling on navigation horizontal scroll should't scroll horizontally",
"router autoscrolling on navigation router.refresh() should not scroll the page when we hot reload",
"router autoscrolling on navigation router.refresh() should not scroll when called alone",
"router autoscrolling on navigation router.refresh() should not stop router.push() from scrolling",
"router autoscrolling on navigation vertical scroll should not scroll to top of document if page in viewport",
Expand All @@ -4547,9 +4560,7 @@
"router autoscrolling on navigation vertical scroll should scroll to top of page when scrolling to phe top of the document wouldn't have the page in the viewport"
],
"failed": [],
"pending": [
"router autoscrolling on navigation router.refresh() should not scroll the page when we hot reload"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
Expand Down Expand Up @@ -4692,11 +4703,9 @@
"runtimeError": false
},
"test/e2e/app-dir/scss/dynamic-route-module/dynamic-route-module.test.ts": {
"passed": [],
"passed": ["Dynamic Route CSS Module Usage should apply styles correctly"],
"failed": [],
"pending": [
"Dynamic Route CSS Module Usage production mode should apply styles correctly"
],
"pending": [],
"flakey": [],
"runtimeError": false
},
Expand Down Expand Up @@ -4863,6 +4872,13 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/scss/scss-mixins/scss-mixins.test.ts": {
"passed": ["Scss Mixins should work using browser"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/scss/single-global-src/single-global-src.test.ts": {
"passed": ["Basic Global Support with src/ dir should render the page"],
"failed": [],
Expand Down Expand Up @@ -6922,6 +6938,7 @@
"test/e2e/testmode/testmode.test.ts": {
"passed": [
"testmode app router should avoid fetch cache",
"testmode app router should fetch real data when Next-Test-* headers are not present",
"testmode app router should handle API with fetch in edge function",
"testmode app router should handle API with fetch in serverless function",
"testmode app router should handle API with http.get in serverless function",
Expand Down Expand Up @@ -7150,10 +7167,10 @@
},
"test/integration/500-page/test/index.test.js": {
"passed": [
"500 Page Support development mode 2 shows error with getInitialProps in pages/500 dev",
"500 Page Support development mode should not error when visited directly",
"500 Page Support development mode should set correct status code with pages/500",
"500 Page Support development mode should use pages/500",
"500 Page Support development mode 2 shows error with getInitialProps in pages/500 dev"
"500 Page Support development mode should use pages/500"
],
"failed": [],
"pending": [
Expand Down Expand Up @@ -7251,11 +7268,11 @@
},
"test/integration/amphtml/test/index.test.js": {
"passed": [
"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 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 dev no-warn should not warn on valid amp"
"AMP Usage AMP development mode should not contain missing files warning"
],
"failed": [],
"pending": [
Expand Down Expand Up @@ -8497,20 +8514,20 @@
"Basic CSS Modules Ordering useLightnincsss(true) production mode should have correct color on index page (on hover)",
"Basic CSS Modules Ordering useLightnincsss(true) production mode should have correct color on index page (on load)",
"Basic CSS Modules Ordering useLightnincsss(true) production mode should have correct color on index page (on nav)",
"CSS Modules Composes Ordering useLightnincsss(false) Development Mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering useLightnincsss(false) Development Mode should have correct color on index page (on load)",
"CSS Modules Composes Ordering useLightnincsss(false) Development Mode should have correct color on index page (on nav from index)",
"CSS Modules Composes Ordering useLightnincsss(false) Development Mode should have correct color on index page (on nav from other)",
"CSS Modules Composes Ordering useLightnincsss(false) development mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering useLightnincsss(false) development mode should have correct color on index page (on load)",
"CSS Modules Composes Ordering useLightnincsss(false) development mode should have correct color on index page (on nav from index)",
"CSS Modules Composes Ordering useLightnincsss(false) development mode should have correct color on index page (on nav from other)",
"CSS Modules Composes Ordering useLightnincsss(false) production mode should have correct CSS injection order",
"CSS Modules Composes Ordering useLightnincsss(false) production mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering useLightnincsss(false) production mode should have correct color on index page (on load)",
"CSS Modules Composes Ordering useLightnincsss(false) production mode should have correct color on index page (on nav from index)",
"CSS Modules Composes Ordering useLightnincsss(false) production mode should have correct color on index page (on nav from other)",
"CSS Modules Composes Ordering useLightnincsss(false) production mode should not change color on hover",
"CSS Modules Composes Ordering useLightnincsss(true) Development Mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering useLightnincsss(true) Development Mode should have correct color on index page (on load)",
"CSS Modules Composes Ordering useLightnincsss(true) Development Mode should have correct color on index page (on nav from index)",
"CSS Modules Composes Ordering useLightnincsss(true) Development Mode should have correct color on index page (on nav from other)",
"CSS Modules Composes Ordering useLightnincsss(true) development mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering useLightnincsss(true) development mode should have correct color on index page (on load)",
"CSS Modules Composes Ordering useLightnincsss(true) development mode should have correct color on index page (on nav from index)",
"CSS Modules Composes Ordering useLightnincsss(true) development mode should have correct color on index page (on nav from other)",
"CSS Modules Composes Ordering useLightnincsss(true) production mode should have correct CSS injection order",
"CSS Modules Composes Ordering useLightnincsss(true) production mode should have correct color on index page (on hover)",
"CSS Modules Composes Ordering useLightnincsss(true) production mode should have correct color on index page (on load)",
Expand Down Expand Up @@ -9035,13 +9052,13 @@
},
"test/integration/draft-mode/test/index.test.ts": {
"passed": [
"Test Draft Mode Development Mode should disable draft mode",
"Test Draft Mode Development Mode should enable draft mode",
"Test Draft Mode Development Mode should fetch draft data on CST",
"Test Draft Mode Development Mode should fetch draft data on SSR",
"Test Draft Mode Development Mode should return cookies to be expired after dev server reboot",
"Test Draft Mode Development Mode should start development application",
"Test Draft Mode Development Mode should start the client-side browser"
"Test Draft Mode development mode should disable draft mode",
"Test Draft Mode development mode should enable draft mode",
"Test Draft Mode development mode should fetch draft data on CST",
"Test Draft Mode development mode should fetch draft data on SSR",
"Test Draft Mode development mode should return cookies to be expired after dev server reboot",
"Test Draft Mode development mode should start development application",
"Test Draft Mode development mode should start the client-side browser"
],
"failed": [],
"pending": [
Expand Down Expand Up @@ -9570,12 +9587,12 @@
},
"test/integration/edge-runtime-module-errors/test/module-imports.test.js": {
"passed": [
"Edge runtime code with imports Edge API dynamically importing 3rd party module throws not-found module error in dev at runtime and highlights the faulty line",
"Edge runtime code with imports Edge API importing unused node.js module does not throw in dev at runtime",
"Edge runtime code with imports Edge API statically importing node.js module throws unsupported module error in dev at runtime and highlights the faulty line",
"Edge runtime code with imports Middleware dynamically importing 3rd party module throws not-found module error in dev at runtime and highlights the faulty line",
"Edge runtime code with imports Middleware importing unused node.js module does not throw in dev at runtime",
"Edge runtime code with imports Middleware statically importing node.js module throws unsupported module error in dev at runtime and highlights the faulty line",
"Edge runtime code with imports Edge API dynamically importing 3rd party module throws not-found module error in dev at runtime and highlights the faulty line",
"Edge runtime code with imports Middleware dynamically importing 3rd party module throws not-found module error in dev at runtime and highlights the faulty line"
"Edge runtime code with imports Middleware statically importing node.js module throws unsupported module error in dev at runtime and highlights the faulty line"
],
"failed": [
"Edge runtime code with imports Edge API importing unused 3rd party module throws not-found module error in dev at runtime and highlights the faulty line",
Expand Down Expand Up @@ -11533,13 +11550,13 @@
},
"test/integration/getserversideprops-preview/test/index.test.js": {
"passed": [
"ServerSide Props Preview Mode Development Mode should enable preview mode",
"ServerSide Props Preview Mode Development Mode should fetch prerendered data",
"ServerSide Props Preview Mode Development Mode should fetch preview data on CST",
"ServerSide Props Preview Mode Development Mode should fetch preview data on SSR",
"ServerSide Props Preview Mode Development Mode should return cookies to be expired after dev server reboot",
"ServerSide Props Preview Mode Development Mode should start development application",
"ServerSide Props Preview Mode Development Mode should start the client-side browser"
"ServerSide Props Preview Mode development mode should enable preview mode",
"ServerSide Props Preview Mode development mode should fetch prerendered data",
"ServerSide Props Preview Mode development mode should fetch preview data on CST",
"ServerSide Props Preview Mode development mode should fetch preview data on SSR",
"ServerSide Props Preview Mode development mode should return cookies to be expired after dev server reboot",
"ServerSide Props Preview Mode development mode should start development application",
"ServerSide Props Preview Mode development mode should start the client-side browser"
],
"failed": [],
"pending": [
Expand Down Expand Up @@ -14695,14 +14712,14 @@
},
"test/integration/prerender-preview/test/index.test.js": {
"passed": [
"Prerender Preview Mode Development Mode should enable preview mode",
"Prerender Preview Mode Development Mode should fetch live static props with preview active",
"Prerender Preview Mode Development Mode should fetch prerendered data",
"Prerender Preview Mode Development Mode should fetch preview data on CST",
"Prerender Preview Mode Development Mode should fetch preview data on SSR",
"Prerender Preview Mode Development Mode should return cookies to be expired after dev server reboot",
"Prerender Preview Mode Development Mode should start development application",
"Prerender Preview Mode Development Mode should start the client-side browser"
"Prerender Preview Mode development mode should enable preview mode",
"Prerender Preview Mode development mode should fetch live static props with preview active",
"Prerender Preview Mode development mode should fetch prerendered data",
"Prerender Preview Mode development mode should fetch preview data on CST",
"Prerender Preview Mode development mode should fetch preview data on SSR",
"Prerender Preview Mode development mode should return cookies to be expired after dev server reboot",
"Prerender Preview Mode development mode should start development application",
"Prerender Preview Mode development mode should start the client-side browser"
],
"failed": [],
"pending": [
Expand Down