You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"interception-dynamic-segment Default.tsx injection validation (no 404s allowed) should handle repeated interceptions without 404",
3224
+
"interception-dynamic-segment Default.tsx injection validation (no 404s allowed) should navigate between different interception routes without 404",
3225
+
"interception-dynamic-segment Default.tsx injection validation (no 404s allowed) should navigate to /explicit-layout/deeper without 404",
3226
+
"interception-dynamic-segment Default.tsx injection validation (no 404s allowed) should navigate to /has-both without 404 (has both @sidebar and page)",
3227
+
"interception-dynamic-segment Default.tsx injection validation (no 404s allowed) should navigate to /has-page without 404 (page fills children)",
3228
+
"interception-dynamic-segment Default.tsx injection validation (no 404s allowed) should navigate to /no-parallel-routes/deeper without 404",
3229
+
"interception-dynamic-segment Default.tsx injection validation (no 404s allowed) should navigate to /regular-route/deeper without 404 (has page)",
3230
+
"interception-dynamic-segment Default.tsx injection validation (no 404s allowed) should navigate to /simple-page without 404 (no parallel routes)",
3231
+
"interception-dynamic-segment Default.tsx injection validation (no 404s allowed) should navigate to /test-nested without 404 (auto null default)",
3232
+
"interception-dynamic-segment Default.tsx injection validation (no 404s allowed) should navigate to /test-nested/deeper without 404",
3233
+
"interception-dynamic-segment Default.tsx injection validation (no 404s allowed) should not render a 404 for the intercepted route with dynamic segments",
3215
3234
"interception-dynamic-segment should correctly prerender segments with generateStaticParams",
3216
3235
"interception-dynamic-segment should intercept consistently with back/forward navigation",
3217
3236
"interception-dynamic-segment should intercept multiple times from root",
"runtime prefetching cache stale time handling includes private caches with cacheLife(\"seconds\")",
6832
+
"runtime prefetching cache stale time handling includes public caches with cacheLife(\"seconds\")",
6833
+
"runtime prefetching cache stale time handling includes short-lived public caches with a long enough staleTime",
6834
+
"runtime prefetching cache stale time handling omits private caches with a short enough staleTime",
6835
+
"runtime prefetching cache stale time handling omits short-lived public caches with a short enough staleTime",
6812
6836
"runtime prefetching can completely prefetch a page that is fully static",
6837
+
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a private cache",
6838
+
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache",
6839
+
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting cookies()",
6840
+
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting dynamic params",
6841
+
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting headers()",
6842
+
"runtime prefetching errors should trigger error boundaries for errors that occurred in runtime-prefetched content",
6813
6843
"runtime prefetching in a page can completely prefetch a page that uses cookies and no uncached IO",
6814
6844
"runtime prefetching in a page includes cookies, but not dynamic content",
6815
6845
"runtime prefetching in a page includes dynamic params, but not dynamic content",
6816
6846
"runtime prefetching in a page includes headers, but not dynamic content",
6817
6847
"runtime prefetching in a page includes root params, but not dynamic content",
6818
6848
"runtime prefetching in a page includes search params, but not dynamic content",
6819
6849
"runtime prefetching in a private cache can completely prefetch a page that uses cookies and no uncached IO",
6820
-
"runtime prefetching in a private cache includes cookies, but not dynamic content",
6821
-
"runtime prefetching in a private cache includes dynamic params, but not dynamic content",
6822
6850
"runtime prefetching in a private cache includes headers, but not dynamic content",
6823
6851
"runtime prefetching in a private cache includes root params, but not dynamic content",
6824
6852
"runtime prefetching in a private cache includes search params, but not dynamic content",
6825
6853
"runtime prefetching passed to a public cache can completely prefetch a page that uses cookies and no uncached IO",
6826
6854
"runtime prefetching passed to a public cache includes cookies, but not dynamic content",
6827
-
"runtime prefetching passed to a public cache includes dynamic params, but not dynamic content",
6828
-
"runtime prefetching passed to a public cache includes headers, but not dynamic content",
6829
6855
"runtime prefetching passed to a public cache includes root params, but not dynamic content",
6830
6856
"runtime prefetching passed to a public cache includes search params, but not dynamic content",
6831
-
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a page",
6832
6857
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a private cache",
6833
6858
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side private caches should return new results on each request"
6834
6859
],
6835
-
"failed": [],
6836
-
"pending": [
6837
-
"runtime prefetching cache stale time handling includes private caches with cacheLife(\"seconds\")",
6838
-
"runtime prefetching cache stale time handling includes public caches with cacheLife(\"seconds\")",
6839
-
"runtime prefetching cache stale time handling includes short-lived public caches with a long enough staleTime",
6840
-
"runtime prefetching cache stale time handling omits private caches with a short enough staleTime",
6841
-
"runtime prefetching cache stale time handling omits short-lived public caches with a short enough staleTime",
6842
-
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a private cache",
6843
-
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache",
6844
-
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting cookies()",
6845
-
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting headers()",
6860
+
"failed": [
6846
6861
"runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting searchParams",
6847
-
"runtime prefetching errors should trigger error boundaries for errors that occurred in runtime-prefetched content"
6862
+
"runtime prefetching in a private cache includes cookies, but not dynamic content",
6863
+
"runtime prefetching in a private cache includes dynamic params, but not dynamic content",
6864
+
"runtime prefetching passed to a public cache includes dynamic params, but not dynamic content",
6865
+
"runtime prefetching passed to a public cache includes headers, but not dynamic content",
6866
+
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a page"
"app-dir action body finalize with nodejs middleware and output-standalone should handle large payload through server action after nodejs middleware with delayed body finalize"
"browser-chunks must not bundle any dev overlay into browser chunks",
20447
-
"browser-chunks must not bundle any server modules into browser chunks"
20478
+
"browser-chunks must not bundle any server modules into browser chunks",
20479
+
"browser-chunks must not include heavy dependencies into browser chunks"
20448
20480
],
20449
20481
"failed": [],
20450
20482
"pending": [],
@@ -20463,11 +20495,11 @@
20463
20495
"build-output-prerender with a next config file with --debug-prerender prints a warning and the customized experimental flags",
20464
20496
"build-output-prerender with a next config file with --debug-prerender shows all prerender errors with readable stacks and code frames",
20465
20497
"build-output-prerender with a next config file without --debug-prerender shows only a single prerender error with a mangled stack",
20466
-
"build-output-prerender without a next config file with --debug-prerender prints a warning and the customized experimental flags",
20467
20498
"build-output-prerender without a next config file without --debug-prerender prints no experimental flags (unless enabled via env variable)"
20468
20499
],
20469
20500
"failed": [
20470
-
"build-output-prerender with a next config file without --debug-prerender prints only the user-selected experimental flags (and the ones enabled via env variable)"
20501
+
"build-output-prerender with a next config file without --debug-prerender prints only the user-selected experimental flags (and the ones enabled via env variable)",
20502
+
"build-output-prerender without a next config file with --debug-prerender prints a warning and the customized experimental flags"
0 commit comments