|
802 | 802 | "app dir - prefetching dynamic rendering /revalidate-0 should update search params following a link click",
|
803 | 803 | "app dir - prefetching fetch priority should have an auto priority for all other fetch operations",
|
804 | 804 | "app dir - prefetching fetch priority should prefetch links in viewport with low priority",
|
805 |
| - "app dir - prefetching fetch priority should prefetch with high priority when navigating to a page without a prefetch entry", |
806 | 805 | "app dir - prefetching fetch priority should respect multiple prefetch types to the same URL",
|
807 | 806 | "app dir - prefetching invalid URLs should not throw when an invalid URL is passed to Link",
|
808 | 807 | "app dir - prefetching invalid URLs should throw when an invalid URL is passed to router.prefetch",
|
809 |
| - "app dir - prefetching prefetch cache seeding should not re-fetch the initial dynamic page if the same page is prefetched with prefetch={true}", |
810 |
| - "app dir - prefetching prefetch cache seeding should not re-fetch the initial static page if the same page is prefetched with prefetch={true}", |
811 |
| - "app dir - prefetching should calculate `_rsc` query based on `Next-Url`", |
812 | 808 | "app dir - prefetching should immediately render the loading state for a dynamic segment when fetched from higher up in the tree",
|
813 | 809 | "app dir - prefetching should navigate when prefetch is false",
|
814 | 810 | "app dir - prefetching should not fetch again when a static page was prefetched",
|
|
6186 | 6182 | "runtimeError": false
|
6187 | 6183 | },
|
6188 | 6184 | "test/e2e/app-dir/scss/invalid-module-document/invalid-module-document.test.ts": {
|
6189 |
| - "passed": [ |
6190 |
| - "Invalid SCSS in _document production only should fail to build" |
6191 |
| - ], |
| 6185 | + "passed": ["Invalid SCSS in _document should fail to build"], |
6192 | 6186 | "failed": [],
|
6193 | 6187 | "pending": [],
|
6194 | 6188 | "flakey": [],
|
|
6276 | 6270 | "runtimeError": false
|
6277 | 6271 | },
|
6278 | 6272 | "test/e2e/app-dir/scss/npm-import-bad/npm-import-bad.test.ts": {
|
6279 |
| - "passed": [ |
6280 |
| - "CSS Import from node_modules production only should fail the build" |
6281 |
| - ], |
| 6273 | + "passed": ["CSS Import from node_modules should fail the build"], |
6282 | 6274 | "failed": [],
|
6283 | 6275 | "pending": [],
|
6284 | 6276 | "flakey": [],
|
|
6624 | 6616 | },
|
6625 | 6617 | "test/e2e/app-dir/segment-cache/prefetch-layout-sharing/prefetch-layout-sharing.test.ts": {
|
6626 | 6618 | "passed": [
|
6627 |
| - "layout sharing in non-static prefetches full prefetches should include layouts that were only prefetched with a runtime prefetch", |
6628 |
| - "layout sharing in non-static prefetches full prefetches should omit layouts that were already prefetched with a full prefetch", |
6629 | 6619 | "layout sharing in non-static prefetches full prefetches should omit layouts that were prefetched with a runtime prefetch and had no dynamic holes",
|
6630 | 6620 | "layout sharing in non-static prefetches navigations should omit layouts that were already prefetched with a full prefetch",
|
6631 | 6621 | "layout sharing in non-static prefetches navigations should omit layouts that were prefetched with a runtime prefetch and had no dynamic holes",
|
6632 | 6622 | "layout sharing in non-static prefetches runtime prefetches should omit layouts that were already prefetched with a full prefetch",
|
6633 | 6623 | "layout sharing in non-static prefetches runtime prefetches should omit layouts that were already prefetched with a runtime prefetch",
|
6634 | 6624 | "layout sharing in non-static prefetches segment-level prefetch config does not unnecessarily use a runtime prefetch for sub-pages of runtime-prefetchable layouts",
|
6635 |
| - "layout sharing in non-static prefetches segment-level prefetch config statically prefetches a fully-static page segment if all its runtime-prefetchable parents are available", |
| 6625 | + "layout sharing in non-static prefetches segment-level prefetch config statically prefetches a fully-static page segment if all its runtime-prefetchable parents are available" |
| 6626 | + ], |
| 6627 | + "failed": [ |
| 6628 | + "layout sharing in non-static prefetches full prefetches should include layouts that were only prefetched with a runtime prefetch", |
| 6629 | + "layout sharing in non-static prefetches full prefetches should omit layouts that were already prefetched with a full prefetch", |
6636 | 6630 | "layout sharing in non-static prefetches segment-level prefetch config uses a runtime prefetch for sub-pages of runtime-prefetchable layouts if requested"
|
6637 | 6631 | ],
|
6638 |
| - "failed": [], |
6639 | 6632 | "pending": [],
|
6640 | 6633 | "flakey": [],
|
6641 | 6634 | "runtimeError": false
|
|
10576 | 10569 | },
|
10577 | 10570 | "test/integration/api-catch-all/test/index.test.js": {
|
10578 | 10571 | "passed": [
|
10579 |
| - "API routes dev support should return data when catch-all", |
10580 | 10572 | "API routes dev support should return data when catch-all with index and no trailing slash",
|
10581 | 10573 | "API routes dev support should return data when catch-all with index and trailing slash",
|
10582 | 10574 | "API routes dev support should return redirect when catch-all with index and trailing slash",
|
|
10585 | 10577 | "API routes production mode should return data when catch-all with index and trailing slash",
|
10586 | 10578 | "API routes production mode should return redirect when catch-all with index and trailing slash"
|
10587 | 10579 | ],
|
10588 |
| - "failed": [], |
| 10580 | + "failed": ["API routes dev support should return data when catch-all"], |
10589 | 10581 | "pending": [],
|
10590 | 10582 | "flakey": [],
|
10591 | 10583 | "runtimeError": false
|
@@ -11905,11 +11897,12 @@
|
11905 | 11897 | "passed": [
|
11906 | 11898 | "Custom _error development mode 1 should not warn with /_error and /404 when rendering error first",
|
11907 | 11899 | "Custom _error development mode 2 should not warn with /_error and /404",
|
11908 |
| - "Custom _error development mode 2 should warn on custom /_error without custom /404", |
11909 | 11900 | "Custom _error production mode renders custom _error successfully",
|
11910 | 11901 | "Custom _error production mode should not contain /_error in build output"
|
11911 | 11902 | ],
|
11912 |
| - "failed": [], |
| 11903 | + "failed": [ |
| 11904 | + "Custom _error development mode 2 should warn on custom /_error without custom /404" |
| 11905 | + ], |
11913 | 11906 | "pending": [],
|
11914 | 11907 | "flakey": [],
|
11915 | 11908 | "runtimeError": false
|
@@ -14933,11 +14926,11 @@
|
14933 | 14926 | "runtimeError": false
|
14934 | 14927 | },
|
14935 | 14928 | "test/integration/gssp-redirect-with-rewrites/test/index.test.js": {
|
14936 |
| - "passed": [ |
| 14929 | + "passed": [], |
| 14930 | + "failed": [ |
14937 | 14931 | "getServerSideProps redirects should fallback to browser navigation for an unknown URL",
|
14938 | 14932 | "getServerSideProps redirects should use a client-side navigation for a rewritten URL"
|
14939 | 14933 | ],
|
14940 |
| - "failed": [], |
14941 | 14934 | "pending": [],
|
14942 | 14935 | "flakey": [],
|
14943 | 14936 | "runtimeError": false
|
@@ -16853,10 +16846,11 @@
|
16853 | 16846 | },
|
16854 | 16847 | "test/integration/jsconfig-paths-wildcard/test/index.test.js": {
|
16855 | 16848 | "passed": [
|
16856 |
| - "jsconfig paths wildcard default behavior should resolve a wildcard alias", |
16857 | 16849 | "jsconfig paths without baseurl wildcard default behavior should resolve a wildcard alias"
|
16858 | 16850 | ],
|
16859 |
| - "failed": [], |
| 16851 | + "failed": [ |
| 16852 | + "jsconfig paths wildcard default behavior should resolve a wildcard alias" |
| 16853 | + ], |
16860 | 16854 | "pending": [],
|
16861 | 16855 | "flakey": [],
|
16862 | 16856 | "runtimeError": false
|
@@ -18065,14 +18059,15 @@
|
18065 | 18059 | },
|
18066 | 18060 | "test/integration/next-image-new/unoptimized/test/index.test.ts": {
|
18067 | 18061 | "passed": [
|
18068 |
| - "Unoptimized Image Tests development mode - component should not optimize any image", |
18069 |
| - "Unoptimized Image Tests development mode - getImageProps should not optimize any image", |
18070 | 18062 | "Unoptimized Image Tests production mode - component should build correct images-manifest.json",
|
18071 | 18063 | "Unoptimized Image Tests production mode - component should not optimize any image",
|
18072 | 18064 | "Unoptimized Image Tests production mode - getImageProps should build correct images-manifest.json",
|
18073 | 18065 | "Unoptimized Image Tests production mode - getImageProps should not optimize any image"
|
18074 | 18066 | ],
|
18075 |
| - "failed": [], |
| 18067 | + "failed": [ |
| 18068 | + "Unoptimized Image Tests development mode - component should not optimize any image", |
| 18069 | + "Unoptimized Image Tests development mode - getImageProps should not optimize any image" |
| 18070 | + ], |
18076 | 18071 | "pending": [],
|
18077 | 18072 | "flakey": [],
|
18078 | 18073 | "runtimeError": false
|
|
18584 | 18579 | "test/integration/read-only-source-hmr/test/index.test.js": {
|
18585 | 18580 | "passed": [
|
18586 | 18581 | "Read-only source HMR should detect a new page",
|
18587 |
| - "Read-only source HMR should detect changes to a page", |
18588 | 18582 | "Read-only source HMR should handle page deletion and subsequent recreation"
|
18589 | 18583 | ],
|
18590 |
| - "failed": [], |
| 18584 | + "failed": ["Read-only source HMR should detect changes to a page"], |
18591 | 18585 | "pending": [],
|
18592 | 18586 | "flakey": [],
|
18593 | 18587 | "runtimeError": false
|
|
0 commit comments