|
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 | 805 | "app dir - prefetching fetch priority should prefetch with high priority when navigating to a page without a prefetch entry",
|
806 |
| - "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 | 808 | "app dir - prefetching prefetch cache seeding should not re-fetch the initial dynamic page if the same page is prefetched with prefetch={true}",
|
|
821 | 820 | "app dir - prefetching should only prefetch the loading state and not the component tree when prefetching at the same segment",
|
822 | 821 | "app dir - prefetching should show layout eagerly when prefetched with loading one level down"
|
823 | 822 | ],
|
824 |
| - "failed": [], |
| 823 | + "failed": [ |
| 824 | + "app dir - prefetching fetch priority should respect multiple prefetch types to the same URL" |
| 825 | + ], |
825 | 826 | "pending": [
|
826 | 827 | "app dir - prefetching should not suppress prefetches after navigating back"
|
827 | 828 | ],
|
|
1796 | 1797 | "Cache Components Errors Build With --prerender-debug Static Route should not error the build when all routes are static",
|
1797 | 1798 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Platform With Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete",
|
1798 | 1799 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Platform Without Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete",
|
1799 |
| - "Cache Components Errors Build With --prerender-debug Sync Dynamic Request client params should not error the build when synchronously reading `params.slug`", |
1800 |
| - "Cache Components Errors Build With --prerender-debug Sync Dynamic Request client searchParams should not error the build when synchronously reading `searchParams.foo`", |
1801 |
| - "Cache Components Errors Build With --prerender-debug Sync Dynamic Request cookies at runtime should not error the build, but fail at runtime", |
1802 | 1800 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Request cookies should error the build with a runtime error",
|
1803 |
| - "Cache Components Errors Build With --prerender-debug Sync Dynamic Request draftMode should not error the build when synchronously reading `draftMode().isEnabled`", |
1804 |
| - "Cache Components Errors Build With --prerender-debug Sync Dynamic Request headers at runtime should not error the build, but fail at runtime", |
1805 | 1801 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Request headers should error the build with a runtime error",
|
1806 |
| - "Cache Components Errors Build With --prerender-debug Sync Dynamic Request server params should not error the build when synchronously reading `params.slug`", |
1807 |
| - "Cache Components Errors Build With --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`", |
1808 | 1802 | "Cache Components Errors Build With --prerender-debug Sync IO - Current Time - Date() should error the build if sync IO is used in a Server Component while prerendering",
|
1809 | 1803 | "Cache Components Errors Build With --prerender-debug Sync IO - Current Time - Date.now() should error the build if sync IO is used in a Server Component while prerendering",
|
1810 | 1804 | "Cache Components Errors Build With --prerender-debug Sync IO - Current Time - new Date() should error the build if sync IO is used in a Server Component while prerendering",
|
|
1843 | 1837 | "Cache Components Errors Build Without --prerender-debug Static Route should not error the build when all routes are static",
|
1844 | 1838 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Platform With Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete",
|
1845 | 1839 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Platform Without Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete",
|
1846 |
| - "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request client params should not error the build when synchronously reading `params.slug`", |
1847 |
| - "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request client searchParams should not error the build when synchronously reading `searchParams.foo`", |
1848 |
| - "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request cookies at runtime should not error the build, but fail at runtime", |
1849 | 1840 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request cookies should error the build with a runtime error",
|
1850 |
| - "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request draftMode should not error the build when synchronously reading `draftMode().isEnabled`", |
1851 |
| - "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request headers at runtime should not error the build, but fail at runtime", |
1852 | 1841 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request headers should error the build with a runtime error",
|
1853 |
| - "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server params should not error the build when synchronously reading `params.slug`", |
1854 |
| - "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`", |
1855 | 1842 | "Cache Components Errors Build Without --prerender-debug Sync IO - Current Time - Date() should error the build if sync IO is used in a Server Component while prerendering",
|
1856 | 1843 | "Cache Components Errors Build Without --prerender-debug Sync IO - Current Time - Date.now() should error the build if sync IO is used in a Server Component while prerendering",
|
1857 | 1844 | "Cache Components Errors Build Without --prerender-debug Sync IO - Current Time - new Date() should error the build if sync IO is used in a Server Component while prerendering",
|
|
6676 | 6663 | "runtime prefetching in a private cache includes dynamic params, but not dynamic content",
|
6677 | 6664 | "runtime prefetching in a private cache includes headers, but not dynamic content",
|
6678 | 6665 | "runtime prefetching in a private cache includes root params, but not dynamic content",
|
6679 |
| - "runtime prefetching in a private cache includes search params, but not dynamic content", |
6680 | 6666 | "runtime prefetching passed to a public cache can completely prefetch a page that uses cookies and no uncached IO",
|
6681 | 6667 | "runtime prefetching passed to a public cache includes cookies, but not dynamic content",
|
6682 | 6668 | "runtime prefetching passed to a public cache includes dynamic params, but not dynamic content",
|
|
6687 | 6673 | "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",
|
6688 | 6674 | "runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side private caches should return new results on each request"
|
6689 | 6675 | ],
|
6690 |
| - "failed": [], |
| 6676 | + "failed": [ |
| 6677 | + "runtime prefetching in a private cache includes search params, but not dynamic content" |
| 6678 | + ], |
6691 | 6679 | "pending": [],
|
6692 | 6680 | "flakey": [],
|
6693 | 6681 | "runtimeError": false
|
|
7100 | 7088 | "flakey": [],
|
7101 | 7089 | "runtimeError": false
|
7102 | 7090 | },
|
| 7091 | + "test/e2e/app-dir/undefined-default-export/undefined-default-export.test.ts": { |
| 7092 | + "passed": [ |
| 7093 | + "Undefined default export errors the build with helpful error messages" |
| 7094 | + ], |
| 7095 | + "failed": [], |
| 7096 | + "pending": [], |
| 7097 | + "flakey": [], |
| 7098 | + "runtimeError": false |
| 7099 | + }, |
7103 | 7100 | "test/e2e/app-dir/underscore-ignore-app-paths/underscore-ignore-app-paths.test.ts": {
|
7104 | 7101 | "passed": [
|
7105 | 7102 | "underscore-ignore-app-paths should not serve app path with underscore",
|
|
9804 | 9801 | "passed": [
|
9805 | 9802 | "react-compiler babelrc should memoize Components",
|
9806 | 9803 | "react-compiler babelrc should name functions in dev",
|
9807 |
| - "react-compiler babelrc should show an experimental warning", |
9808 | 9804 | "react-compiler babelrc should work with a library that uses the react-server condition",
|
9809 | 9805 | "react-compiler babelrc should work with a library using use client",
|
9810 | 9806 | "react-compiler babelrc throws if the React Compiler is used in a React Server environment",
|
9811 | 9807 | "react-compiler default should memoize Components",
|
9812 | 9808 | "react-compiler default should name functions in dev",
|
9813 |
| - "react-compiler default should show an experimental warning", |
9814 | 9809 | "react-compiler default should work with a library that uses the react-server condition",
|
9815 | 9810 | "react-compiler default should work with a library using use client",
|
9816 | 9811 | "react-compiler default throws if the React Compiler is used in a React Server environment"
|
|
19920 | 19915 | "production - app dir - build output should fail the build if you use a dynamic API outside of a render context - headers",
|
19921 | 19916 | "production - app dir - build output should fail the build if you use a dynamic API outside of a render context - notFound",
|
19922 | 19917 | "production - app dir - build output should fail the build if you use a dynamic API outside of a render context - redirect",
|
19923 |
| - "production - app dir - build output should fail the build if you use a dynamic API outside of a render context - searchParams", |
19924 | 19918 | "production - app dir - build output should log errors not caught by the worker without terminating the process",
|
19925 | 19919 | "production - app dir - build output should match the expected output format",
|
19926 | 19920 | "production - app dir - build output should only log app routes"
|
|
20539 | 20533 | "runtimeError": false
|
20540 | 20534 | },
|
20541 | 20535 | "test/production/escheck-output/index.test.ts": {
|
20542 |
| - "passed": ["ES Check .next output should emit ES2020 with default"], |
20543 |
| - "failed": [], |
| 20536 | + "passed": [], |
| 20537 | + "failed": ["ES Check .next output should emit ES2020 with default"], |
20544 | 20538 | "pending": [],
|
20545 | 20539 | "flakey": [],
|
20546 | 20540 | "runtimeError": false
|
|
0 commit comments