|
718 | 718 | "app-dir with middleware should be possible to read cookies that are set during the middleware handling of a server action",
|
719 | 719 | "app-dir with middleware should filter correctly after middleware rewrite",
|
720 | 720 | "app-dir with middleware should ignore x-middleware-set-cookie as a request header",
|
| 721 | + "app-dir with middleware should not incorrectly treat a Location header as a rewrite", |
721 | 722 | "app-dir with middleware should omit internal headers for middleware cookies",
|
722 | 723 | "app-dir with middleware should respect cookie options of merged middleware cookies"
|
723 | 724 | ],
|
|
2200 | 2201 | "flakey": [],
|
2201 | 2202 | "runtimeError": false
|
2202 | 2203 | },
|
| 2204 | + "test/e2e/app-dir/css-modules-rsc-postcss/css-modules-rsc-postcss.test.ts": { |
| 2205 | + "passed": [ |
| 2206 | + "css-modules-rsc-postcss should compile successfully and apply the correct styles" |
| 2207 | + ], |
| 2208 | + "failed": [], |
| 2209 | + "pending": [], |
| 2210 | + "flakey": [], |
| 2211 | + "runtimeError": false |
| 2212 | + }, |
2203 | 2213 | "test/e2e/app-dir/css-modules-scoping/css-modules-scoping.test.ts": {
|
2204 | 2214 | "passed": [
|
2205 | 2215 | "css-modules-scoping should not prefix grid areas",
|
|
5106 | 5116 | "flakey": [],
|
5107 | 5117 | "runtimeError": false
|
5108 | 5118 | },
|
| 5119 | + "test/e2e/app-dir/resuming-head-runtime-search-param/resuming-head-runtime-search-param.test.ts": { |
| 5120 | + "passed": [ |
| 5121 | + "resuming-head-runtime-search-param should not show resumable slots error when using runtime search params" |
| 5122 | + ], |
| 5123 | + "failed": [], |
| 5124 | + "pending": [], |
| 5125 | + "flakey": [], |
| 5126 | + "runtimeError": false |
| 5127 | + }, |
5109 | 5128 | "test/e2e/app-dir/revalidate-dynamic/revalidate-dynamic.test.ts": {
|
5110 | 5129 | "passed": [
|
5111 | 5130 | "app-dir revalidate-dynamic should correctly mark a route handler that uses unstable_expireTag as dynamic",
|
|
6018 | 6037 | "<Link prefetch={true}> (runtime prefetch) cache stale time handling omits private caches with a short enough staleTime",
|
6019 | 6038 | "<Link prefetch={true}> (runtime prefetch) cache stale time handling omits short-lived public caches with a short enough staleTime",
|
6020 | 6039 | "<Link prefetch={true}> (runtime prefetch) can completely prefetch a page that is fully static",
|
6021 |
| - "<Link prefetch={true}> (runtime prefetch) errors aborts the prerender and logs an error when sync IO is used after cookies()", |
| 6040 | + "<Link prefetch={true}> (runtime prefetch) errors aborts the prerender and logs an error when sync IO is used after awaiting a private cache", |
| 6041 | + "<Link prefetch={true}> (runtime prefetch) errors aborts the prerender and logs an error when sync IO is used after awaiting a quickly-expiring public cache", |
| 6042 | + "<Link prefetch={true}> (runtime prefetch) errors aborts the prerender and logs an error when sync IO is used after awaiting cookies()", |
| 6043 | + "<Link prefetch={true}> (runtime prefetch) errors aborts the prerender and logs an error when sync IO is used after awaiting searchParams", |
6022 | 6044 | "<Link prefetch={true}> (runtime prefetch) errors should trigger error boundaries for errors that occurred in runtime-prefetched content",
|
6023 | 6045 | "<Link prefetch={true}> (runtime prefetch) in a page can completely prefetch a page that uses cookies and no uncached IO",
|
6024 | 6046 | "<Link prefetch={true}> (runtime prefetch) in a page includes cookies, but not dynamic content",
|
|
6030 | 6052 | "<Link prefetch={true}> (runtime prefetch) in a private cache includes dynamic params, but not dynamic content",
|
6031 | 6053 | "<Link prefetch={true}> (runtime prefetch) in a private cache includes root params, but not dynamic content",
|
6032 | 6054 | "<Link prefetch={true}> (runtime prefetch) in a private cache includes search params, but not dynamic content",
|
| 6055 | + "<Link prefetch={true}> (runtime prefetch) passed to a public cache can completely prefetch a page that uses cookies and no uncached IO", |
| 6056 | + "<Link prefetch={true}> (runtime prefetch) passed to a public cache includes cookies, but not dynamic content", |
| 6057 | + "<Link prefetch={true}> (runtime prefetch) passed to a public cache includes dynamic params, but not dynamic content", |
| 6058 | + "<Link prefetch={true}> (runtime prefetch) passed to a public cache includes root params, but not dynamic content", |
| 6059 | + "<Link prefetch={true}> (runtime prefetch) passed to a public cache includes search params, but not dynamic content", |
6033 | 6060 | "<Link prefetch={true}> (runtime prefetch) should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a page",
|
6034 | 6061 | "<Link prefetch={true}> (runtime prefetch) should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a private cache",
|
6035 | 6062 | "<Link prefetch={true}> (runtime prefetch) should not cache runtime prefetch responses in the browser cache or server-side private caches should return new results on each request"
|
|
6335 | 6362 | "flakey": [],
|
6336 | 6363 | "runtimeError": false
|
6337 | 6364 | },
|
| 6365 | + "test/e2e/app-dir/typed-routes/typed-links.test.ts": { |
| 6366 | + "passed": [ |
| 6367 | + "typed-links should fail type checking with invalid routes", |
| 6368 | + "typed-links should generate types for next/link", |
| 6369 | + "typed-links should pass type checking with valid routes", |
| 6370 | + "typed-links should work with Route type casting" |
| 6371 | + ], |
| 6372 | + "failed": [], |
| 6373 | + "pending": [], |
| 6374 | + "flakey": [], |
| 6375 | + "runtimeError": false |
| 6376 | + }, |
6338 | 6377 | "test/e2e/app-dir/typed-routes/typed-routes.test.ts": {
|
6339 | 6378 | "passed": [
|
6340 | 6379 | "typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax",
|
|
6493 | 6532 | "runtimeError": false
|
6494 | 6533 | },
|
6495 | 6534 | "test/e2e/app-dir/use-cache-search-params/use-cache-search-params.test.ts": {
|
6496 |
| - "passed": ["use-cache-search-params should fail the build with errors"], |
| 6535 | + "passed": [ |
| 6536 | + "use-cache-search-params should fail the build with errors", |
| 6537 | + "use-cache-search-params should resume a cached page that does not access search params without hydration errors" |
| 6538 | + ], |
6497 | 6539 | "failed": [],
|
6498 | 6540 | "pending": [],
|
6499 | 6541 | "flakey": [],
|
@@ -10158,10 +10200,10 @@
|
10158 | 10200 | },
|
10159 | 10201 | "test/integration/app-types/app-types.test.js": {
|
10160 | 10202 | "passed": [
|
10161 |
| - "app type checking production mode should generate route types correctly and report form errors", |
10162 |
| - "app type checking production mode should generate route types correctly and report link error", |
10163 |
| - "app type checking production mode should generate route types correctly and report router API errors", |
10164 |
| - "app type checking production mode should type check invalid entry exports" |
| 10203 | + "app type checking - production mode should generate route types correctly and report form errors", |
| 10204 | + "app type checking - production mode should generate route types correctly and report router API errors", |
| 10205 | + "app type checking - production mode should report link errors", |
| 10206 | + "app type checking - production mode should type check invalid entry exports" |
10165 | 10207 | ],
|
10166 | 10208 | "failed": [],
|
10167 | 10209 | "pending": [],
|
|
10301 | 10343 | "flakey": [],
|
10302 | 10344 | "runtimeError": false
|
10303 | 10345 | },
|
| 10346 | + "test/integration/build-trace-extra-entries-monorepo/test/index.test.ts": { |
| 10347 | + "passed": [ |
| 10348 | + "build trace with extra entries in monorepo production mode should build and trace correctly" |
| 10349 | + ], |
| 10350 | + "failed": [], |
| 10351 | + "pending": [], |
| 10352 | + "flakey": [], |
| 10353 | + "runtimeError": false |
| 10354 | + }, |
10304 | 10355 | "test/integration/build-trace-extra-entries-turbo/test/index.test.js": {
|
10305 | 10356 | "passed": [
|
10306 | 10357 | "build trace with extra entries production mode should build and trace correctly"
|
|
0 commit comments