|
1819 | 1819 | "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", |
1820 | 1820 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Request client params should not error the build when synchronously reading `params.slug`", |
1821 | 1821 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Request client searchParams should not error the build when synchronously reading `searchParams.foo`", |
| 1822 | + "Cache Components Errors Build With --prerender-debug Sync Dynamic Request cookies at runtime should not error the build, but fail at runtime", |
1822 | 1823 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Request cookies should error the build with a runtime error", |
1823 | 1824 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Request draftMode should not error the build when synchronously reading `draftMode().isEnabled`", |
| 1825 | + "Cache Components Errors Build With --prerender-debug Sync Dynamic Request headers at runtime should not error the build, but fail at runtime", |
1824 | 1826 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Request headers should error the build with a runtime error", |
1825 | 1827 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Request server params should not error the build when synchronously reading `params.slug`", |
1826 | 1828 | "Cache Components Errors Build With --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`", |
|
1847 | 1849 | "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", |
1848 | 1850 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request client params should not error the build when synchronously reading `params.slug`", |
1849 | 1851 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request client searchParams should not error the build when synchronously reading `searchParams.foo`", |
| 1852 | + "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request cookies at runtime should not error the build, but fail at runtime", |
1850 | 1853 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request cookies should error the build with a runtime error", |
1851 | 1854 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request draftMode should not error the build when synchronously reading `draftMode().isEnabled`", |
| 1855 | + "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request headers at runtime should not error the build, but fail at runtime", |
1852 | 1856 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request headers should error the build with a runtime error", |
1853 | 1857 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server params should not error the build when synchronously reading `params.slug`", |
1854 | 1858 | "Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`", |
|
6092 | 6096 | "flakey": [], |
6093 | 6097 | "runtimeError": false |
6094 | 6098 | }, |
| 6099 | + "test/e2e/app-dir/segment-cache/search-params/segment-cache-search-params-shared-loading-state.test.ts": { |
| 6100 | + "passed": [ |
| 6101 | + "segment cache (search params shared loading state) if there's no matching prefetch entry for a page with particulular search params, optimistically reuse a prefetch entry with the same pathname and different search params" |
| 6102 | + ], |
| 6103 | + "failed": [], |
| 6104 | + "pending": [], |
| 6105 | + "flakey": [], |
| 6106 | + "runtimeError": false |
| 6107 | + }, |
6095 | 6108 | "test/e2e/app-dir/segment-cache/search-params/segment-cache-search-params.test.ts": { |
6096 | 6109 | "passed": [ |
6097 | 6110 | "segment cache (search params) handles rewrites to the same page but with different search params", |
|
6362 | 6375 | "flakey": [], |
6363 | 6376 | "runtimeError": false |
6364 | 6377 | }, |
| 6378 | + "test/e2e/app-dir/typed-routes-validator/typed-routes-validator.test.ts": { |
| 6379 | + "passed": [ |
| 6380 | + "typed-routes-validator should fail type checking with invalid API route exports", |
| 6381 | + "typed-routes-validator should fail type checking with invalid layout exports", |
| 6382 | + "typed-routes-validator should fail type checking with invalid page exports", |
| 6383 | + "typed-routes-validator should fail type checking with invalid route handler params", |
| 6384 | + "typed-routes-validator should fail type checking with invalid route handler return type", |
| 6385 | + "typed-routes-validator should generate route validation correctly", |
| 6386 | + "typed-routes-validator should pass type checking with valid API route exports", |
| 6387 | + "typed-routes-validator should pass type checking with valid layout exports", |
| 6388 | + "typed-routes-validator should pass type checking with valid page exports", |
| 6389 | + "typed-routes-validator should pass type checking with valid route handler exports" |
| 6390 | + ], |
| 6391 | + "failed": [], |
| 6392 | + "pending": [], |
| 6393 | + "flakey": [], |
| 6394 | + "runtimeError": false |
| 6395 | + }, |
6365 | 6396 | "test/e2e/app-dir/typed-routes/typed-links.test.ts": { |
6366 | 6397 | "passed": [ |
6367 | 6398 | "typed-links should fail type checking with invalid routes", |
|
6377 | 6408 | "test/e2e/app-dir/typed-routes/typed-routes.test.ts": { |
6378 | 6409 | "passed": [ |
6379 | 6410 | "typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax", |
| 6411 | + "typed-routes should generate RouteContext type for route handlers", |
6380 | 6412 | "typed-routes should generate route types correctly", |
6381 | 6413 | "typed-routes should throw type errors" |
6382 | 6414 | ], |
|
7095 | 7127 | "flakey": [], |
7096 | 7128 | "runtimeError": false |
7097 | 7129 | }, |
| 7130 | + "test/e2e/deprecation-warnings/deprecation-warnings.test.ts": { |
| 7131 | + "passed": [ |
| 7132 | + "deprecation-warnings with deprecated config options should emit deprecation warnings for explicitly configured deprecated options", |
| 7133 | + "deprecation-warnings without next.config.js should not emit any deprecation warnings when no config file exists" |
| 7134 | + ], |
| 7135 | + "failed": [], |
| 7136 | + "pending": [], |
| 7137 | + "flakey": [], |
| 7138 | + "runtimeError": false |
| 7139 | + }, |
7098 | 7140 | "test/e2e/disable-js-preload/test/index.test.js": { |
7099 | 7141 | "passed": [ |
7100 | 7142 | "disabled JS preloads should not have JS preload links", |
|
0 commit comments