Skip to content

Commit f7f9171

Browse files
Update Turbopack production test manifest (#80562)
This auto-generated PR updates the production integration test manifest used when testing Turbopack.
1 parent 92c273c commit f7f9171

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

test/turbopack-build-tests-manifest.json

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,8 @@
648648
},
649649
"test/e2e/app-dir/app-fetch-deduping/app-fetch-deduping.test.ts": {
650650
"passed": [
651-
"app-fetch-deduping during static generation dedupes requests amongst static workers"
651+
"app-fetch-deduping during static generation dedupes requests amongst static workers",
652+
"app-fetch-deduping during static generation does not print a fetch cache size limit warning"
652653
],
653654
"failed": [],
654655
"pending": [],
@@ -2424,23 +2425,6 @@
24242425
"flakey": [],
24252426
"runtimeError": false
24262427
},
2427-
"test/e2e/app-dir/empty-fallback-shells/empty-fallback-shells.test.ts": {
2428-
"passed": [
2429-
"empty-fallback-shells should not log a HANGING_PROMISE_REJECTION error",
2430-
"empty-fallback-shells with cached IO and the page not wrapped in Suspense and params.then/catch/finally passed to a cached function does not resume a postponed fallback shell",
2431-
"empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in a cached non-page function does not resume a postponed fallback shell",
2432-
"empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not render a fallback shell when using a params placeholder",
2433-
"empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not resume a postponed fallback shell",
2434-
"empty-fallback-shells with cached IO and the page wrapped in Suspense and params.then/catch/finally passed to a cached function resumes a postponed fallback shell",
2435-
"empty-fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in cached non-page function resumes a postponed fallback shell",
2436-
"empty-fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page resumes a postponed fallback shell",
2437-
"empty-fallback-shells without IO should start and not postpone the response"
2438-
],
2439-
"failed": [],
2440-
"pending": [],
2441-
"flakey": [],
2442-
"runtimeError": false
2443-
},
24442428
"test/e2e/app-dir/error-boundary-navigation/index.test.ts": {
24452429
"passed": [
24462430
"app dir - not found navigation should allow navigating to a non-existent page",
@@ -2532,6 +2516,27 @@
25322516
"flakey": [],
25332517
"runtimeError": false
25342518
},
2519+
"test/e2e/app-dir/fallback-shells/fallback-shells.test.ts": {
2520+
"passed": [
2521+
"fallback-shells should not log a HANGING_PROMISE_REJECTION error",
2522+
"fallback-shells with cached IO and the page not wrapped in Suspense and params.then/catch/finally passed to a cached function does not resume a postponed fallback shell",
2523+
"fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in a cached non-page function does not resume a postponed fallback shell",
2524+
"fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not render a fallback shell when using a params placeholder",
2525+
"fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not resume a postponed fallback shell",
2526+
"fallback-shells with cached IO and the page wrapped in Suspense and params.then/catch/finally passed to a cached function resumes a postponed fallback shell",
2527+
"fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in cached non-page function resumes a postponed fallback shell",
2528+
"fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page resumes a postponed fallback shell",
2529+
"fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page shares a cached parent layout between a prerendered route shell and the fallback shell",
2530+
"fallback-shells without IO should start and not postpone the response"
2531+
],
2532+
"failed": [],
2533+
"pending": [
2534+
"fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page does not produce hydration errors when resuming a fallback shell containing a layout with unused params",
2535+
"fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page shares a cached layout with unused params between a prerendered route shell and the fallback shell"
2536+
],
2537+
"flakey": [],
2538+
"runtimeError": false
2539+
},
25352540
"test/e2e/app-dir/forbidden/basic/forbidden-basic.test.ts": {
25362541
"passed": [
25372542
"app dir - forbidden with customized boundary should escalate forbidden to parent layout if no forbidden boundary present in current layer",

0 commit comments

Comments
 (0)