|
854 | 854 | "app dir - prefetching (custom staleTime) should not fetch again when a static page was prefetched when navigating to it twice", |
855 | 855 | "app dir - prefetching (custom staleTime) should renew the stale time after refetching expired RSC data" |
856 | 856 | ], |
857 | | - "failed": [ |
| 857 | + "failed": [], |
| 858 | + "pending": [ |
858 | 859 | "app dir - prefetching (custom staleTime) should not re-fetch cached data when navigating back to a route group" |
859 | 860 | ], |
860 | | - "pending": [], |
861 | 861 | "flakey": [], |
862 | 862 | "runtimeError": false |
863 | 863 | }, |
|
882 | 882 | "app dir - prefetching should not prefetch for a bot user agent", |
883 | 883 | "app dir - prefetching should not re-render error component when triggering a prefetch action", |
884 | 884 | "app dir - prefetching should not unintentionally modify the requested prefetch by escaping the uri encoded query params", |
885 | | - "app dir - prefetching should only prefetch the loading state and not the component tree when prefetching at the same segment" |
886 | | - ], |
887 | | - "failed": [ |
| 885 | + "app dir - prefetching should only prefetch the loading state and not the component tree when prefetching at the same segment", |
888 | 886 | "app dir - prefetching should show layout eagerly when prefetched with loading one level down" |
889 | 887 | ], |
| 888 | + "failed": [], |
890 | 889 | "pending": [ |
891 | 890 | "app dir - prefetching should not suppress prefetches after navigating back" |
892 | 891 | ], |
|
2927 | 2926 | "flakey": [], |
2928 | 2927 | "runtimeError": false |
2929 | 2928 | }, |
| 2929 | + "test/e2e/app-dir/fetch-abort-on-refresh/fetch-abort-on-refresh.test.ts": { |
| 2930 | + "passed": [], |
| 2931 | + "failed": [], |
| 2932 | + "pending": [ |
| 2933 | + "fetch-abort-on-refresh should not show abort error in global error boundary when restoring from bfcache" |
| 2934 | + ], |
| 2935 | + "flakey": [], |
| 2936 | + "runtimeError": false |
| 2937 | + }, |
2930 | 2938 | "test/e2e/app-dir/forbidden/basic/forbidden-basic.test.ts": { |
2931 | 2939 | "passed": [ |
2932 | 2940 | "app dir - forbidden with customized boundary should escalate forbidden to parent layout if no forbidden boundary present in current layer", |
|
5831 | 5839 | "flakey": [], |
5832 | 5840 | "runtimeError": false |
5833 | 5841 | }, |
| 5842 | + "test/e2e/app-dir/proxy-nfc-traced/proxy-nfc-traced.test.ts": { |
| 5843 | + "passed": [ |
| 5844 | + "proxy-nfc-traced should have renamed trace file as middleware instead of proxy", |
| 5845 | + "proxy-nfc-traced should successfully build and be redirected from proxy" |
| 5846 | + ], |
| 5847 | + "failed": [], |
| 5848 | + "pending": [], |
| 5849 | + "flakey": [], |
| 5850 | + "runtimeError": false |
| 5851 | + }, |
5834 | 5852 | "test/e2e/app-dir/proxy-runtime-nodejs/proxy-runtime-nodejs.test.ts": { |
5835 | 5853 | "passed": [ |
5836 | 5854 | "proxy-runtime-nodejs should use nodejs runtime for proxy by default" |
|
6830 | 6848 | }, |
6831 | 6849 | "test/e2e/app-dir/segment-cache/prefetch-runtime/prefetch-runtime.test.ts": { |
6832 | 6850 | "passed": [ |
6833 | | - "runtime prefetching cache stale time handling includes private caches with cacheLife(\"seconds\")", |
6834 | | - "runtime prefetching cache stale time handling includes public caches with cacheLife(\"seconds\")", |
6835 | 6851 | "runtime prefetching cache stale time handling includes short-lived public caches with a long enough staleTime", |
6836 | 6852 | "runtime prefetching cache stale time handling omits private caches with a short enough staleTime", |
6837 | 6853 | "runtime prefetching cache stale time handling omits short-lived public caches with a short enough staleTime", |
6838 | 6854 | "runtime prefetching can completely prefetch a page that is fully static", |
6839 | | - "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a private cache", |
6840 | 6855 | "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a quickly-expiring public cache", |
6841 | 6856 | "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting cookies()", |
6842 | 6857 | "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting dynamic params", |
6843 | | - "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting headers()", |
6844 | | - "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting searchParams", |
6845 | 6858 | "runtime prefetching errors should trigger error boundaries for errors that occurred in runtime-prefetched content", |
6846 | 6859 | "runtime prefetching in a page can completely prefetch a page that uses cookies and no uncached IO", |
6847 | | - "runtime prefetching in a page includes cookies, but not dynamic content", |
6848 | | - "runtime prefetching in a page includes dynamic params, but not dynamic content", |
6849 | 6860 | "runtime prefetching in a page includes headers, but not dynamic content", |
6850 | | - "runtime prefetching in a page includes root params, but not dynamic content", |
6851 | | - "runtime prefetching in a page includes search params, but not dynamic content", |
6852 | 6861 | "runtime prefetching in a private cache can completely prefetch a page that uses cookies and no uncached IO", |
6853 | 6862 | "runtime prefetching in a private cache includes cookies, but not dynamic content", |
6854 | 6863 | "runtime prefetching in a private cache includes dynamic params, but not dynamic content", |
6855 | 6864 | "runtime prefetching in a private cache includes headers, but not dynamic content", |
6856 | 6865 | "runtime prefetching in a private cache includes root params, but not dynamic content", |
6857 | | - "runtime prefetching in a private cache includes search params, but not dynamic content", |
6858 | 6866 | "runtime prefetching passed to a public cache can completely prefetch a page that uses cookies and no uncached IO", |
6859 | | - "runtime prefetching passed to a public cache includes cookies, but not dynamic content", |
6860 | 6867 | "runtime prefetching passed to a public cache includes dynamic params, but not dynamic content", |
6861 | 6868 | "runtime prefetching passed to a public cache includes headers, but not dynamic content", |
| 6869 | + "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", |
| 6870 | + "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" |
| 6871 | + ], |
| 6872 | + "failed": [ |
| 6873 | + "runtime prefetching cache stale time handling includes private caches with cacheLife(\"seconds\")", |
| 6874 | + "runtime prefetching cache stale time handling includes public caches with cacheLife(\"seconds\")", |
| 6875 | + "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting a private cache", |
| 6876 | + "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting headers()", |
| 6877 | + "runtime prefetching errors aborts the prerender without logging an error when sync IO is used after awaiting searchParams", |
| 6878 | + "runtime prefetching in a page includes cookies, but not dynamic content", |
| 6879 | + "runtime prefetching in a page includes dynamic params, but not dynamic content", |
| 6880 | + "runtime prefetching in a page includes root params, but not dynamic content", |
| 6881 | + "runtime prefetching in a page includes search params, but not dynamic content", |
| 6882 | + "runtime prefetching in a private cache includes search params, but not dynamic content", |
| 6883 | + "runtime prefetching passed to a public cache includes cookies, but not dynamic content", |
6862 | 6884 | "runtime prefetching passed to a public cache includes root params, but not dynamic content", |
6863 | 6885 | "runtime prefetching passed to a public cache includes search params, but not dynamic content", |
6864 | | - "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", |
6865 | | - "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", |
6866 | 6886 | "runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side private caches should return new results on each request" |
6867 | 6887 | ], |
6868 | | - "failed": [], |
6869 | 6888 | "pending": [], |
6870 | 6889 | "flakey": [], |
6871 | 6890 | "runtimeError": false |
|
6895 | 6914 | }, |
6896 | 6915 | "test/e2e/app-dir/segment-cache/revalidation/segment-cache-revalidation.test.ts": { |
6897 | 6916 | "passed": [ |
| 6917 | + "segment cache (revalidation) call router.prefetch(..., {onInvalidate}) after cache is revalidated", |
| 6918 | + "segment cache (revalidation) delay re-prefetch after revalidation to allow CDN propagation", |
6898 | 6919 | "segment cache (revalidation) evict client cache when Server Action calls revalidatePath", |
| 6920 | + "segment cache (revalidation) evict client cache when Server Action calls revalidateTag", |
6899 | 6921 | "segment cache (revalidation) re-fetch visible links after a navigation, if needed", |
6900 | 6922 | "segment cache (revalidation) refetch visible Form components after cache is revalidated" |
6901 | 6923 | ], |
6902 | | - "failed": [ |
6903 | | - "segment cache (revalidation) call router.prefetch(..., {onInvalidate}) after cache is revalidated", |
6904 | | - "segment cache (revalidation) delay re-prefetch after revalidation to allow CDN propagation", |
6905 | | - "segment cache (revalidation) evict client cache when Server Action calls revalidateTag" |
6906 | | - ], |
| 6924 | + "failed": [], |
6907 | 6925 | "pending": [], |
6908 | 6926 | "flakey": [], |
6909 | 6927 | "runtimeError": false |
|
7514 | 7532 | "use-cache usage in node_modules should cache results when using a directive without a handler", |
7515 | 7533 | "use-cache works with \"use cache\" in method props", |
7516 | 7534 | "use-cache works with \"use cache\" in static class methods", |
7517 | | - "use-cache works with useActionState if previousState parameter is not used in \"use cache\" function" |
| 7535 | + "use-cache works with useActionState if previousState parameter is not used in \"use cache\" function", |
| 7536 | + "use-cache works with useActionState if previousState parameter is not used in \"use cache\" function (separate export)" |
7518 | 7537 | ], |
7519 | 7538 | "failed": [], |
7520 | 7539 | "pending": [], |
|
7944 | 7963 | }, |
7945 | 7964 | "test/e2e/chrome-devtools-workspace/chrome-devtools-workspace.test.ts": { |
7946 | 7965 | "passed": [ |
7947 | | - "chrome-devtools-workspace default should be able to connect to Chrome DevTools in dev" |
| 7966 | + "chrome-devtools-workspace default should be able to connect to Chrome DevTools in dev", |
| 7967 | + "chrome-devtools-workspace proxy should be able to connect to Chrome DevTools in dev" |
7948 | 7968 | ], |
7949 | 7969 | "failed": [], |
7950 | 7970 | "pending": [], |
|
0 commit comments