|
648 | 648 | },
|
649 | 649 | "test/e2e/app-dir/app-fetch-deduping/app-fetch-deduping.test.ts": {
|
650 | 650 | "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" |
652 | 653 | ],
|
653 | 654 | "failed": [],
|
654 | 655 | "pending": [],
|
|
2424 | 2425 | "flakey": [],
|
2425 | 2426 | "runtimeError": false
|
2426 | 2427 | },
|
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 |
| - }, |
2444 | 2428 | "test/e2e/app-dir/error-boundary-navigation/index.test.ts": {
|
2445 | 2429 | "passed": [
|
2446 | 2430 | "app dir - not found navigation should allow navigating to a non-existent page",
|
|
2532 | 2516 | "flakey": [],
|
2533 | 2517 | "runtimeError": false
|
2534 | 2518 | },
|
| 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 | + }, |
2535 | 2540 | "test/e2e/app-dir/forbidden/basic/forbidden-basic.test.ts": {
|
2536 | 2541 | "passed": [
|
2537 | 2542 | "app dir - forbidden with customized boundary should escalate forbidden to parent layout if no forbidden boundary present in current layer",
|
|
0 commit comments