|
5953 | 5953 | "Cache Components Errors Dev With `use cache: private` without Suspense should show a redbox error" |
5954 | 5954 | ], |
5955 | 5955 | "failed": [ |
| 5956 | + "Cache Components Errors Dev Sync Dynamic Request cookies at runtime should show a redbox with a sync access error and a runtime error", |
5956 | 5957 | "Cache Components Errors Dev Sync Dynamic Request cookies should show a redbox with a sync access error and a runtime error", |
5957 | 5958 | "Cache Components Errors Dev Sync Dynamic Request draftMode should show a collapsed redbox with a sync access error", |
| 5959 | + "Cache Components Errors Dev Sync Dynamic Request headers at runtime should show a redbox with a sync access error and a runtime error", |
5958 | 5960 | "Cache Components Errors Dev Sync Dynamic Request headers should show a redbox with a sync access error and a runtime error" |
5959 | 5961 | ], |
5960 | 5962 | "pending": [], |
|
6817 | 6819 | "test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": { |
6818 | 6820 | "passed": [ |
6819 | 6821 | "app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment", |
6820 | | - "app-dir - error-on-next-codemod-comment should error with inline comment as well" |
| 6822 | + "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment" |
6821 | 6823 | ], |
6822 | 6824 | "failed": [ |
6823 | | - "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment", |
| 6825 | + "app-dir - error-on-next-codemod-comment should error with inline comment as well", |
6824 | 6826 | "app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left" |
6825 | 6827 | ], |
6826 | 6828 | "pending": [], |
|
7292 | 7294 | "app-dir - logging with fetches default logging should log 'skip' cache status with a reason when revalidate: 0 is used", |
7293 | 7295 | "app-dir - logging with fetches default logging should log 'skip' cache status with a reason when the browser indicates caching should be ignored", |
7294 | 7296 | "app-dir - logging with fetches default logging should log each page request only once", |
| 7297 | + "app-dir - logging with fetches default logging should log requests for after revalidation via server action", |
7295 | 7298 | "app-dir - logging with fetches default logging should log requests for client-side navigations", |
7296 | 7299 | "app-dir - logging with fetches default logging should log requests with correct indentation", |
7297 | 7300 | "app-dir - logging with fetches default logging should not contain metadata internal segments for dynamic metadata routes", |
|
7307 | 7310 | "app-dir - logging with fetches verbose logging should log 'skip' cache status with a reason when revalidate: 0 is used", |
7308 | 7311 | "app-dir - logging with fetches verbose logging should log 'skip' cache status with a reason when the browser indicates caching should be ignored", |
7309 | 7312 | "app-dir - logging with fetches verbose logging should log each page request only once", |
| 7313 | + "app-dir - logging with fetches verbose logging should log requests for after revalidation via server action", |
7310 | 7314 | "app-dir - logging with fetches verbose logging should log requests for client-side navigations", |
7311 | 7315 | "app-dir - logging with fetches verbose logging should log requests with correct indentation", |
7312 | 7316 | "app-dir - logging with fetches verbose logging should not contain metadata internal segments for dynamic metadata routes", |
|
7322 | 7326 | "app-dir - logging with verbose logging for edge runtime should log 'skip' cache status with a reason when revalidate: 0 is used", |
7323 | 7327 | "app-dir - logging with verbose logging for edge runtime should log 'skip' cache status with a reason when the browser indicates caching should be ignored", |
7324 | 7328 | "app-dir - logging with verbose logging for edge runtime should log each page request only once", |
| 7329 | + "app-dir - logging with verbose logging for edge runtime should log requests for after revalidation via server action", |
7325 | 7330 | "app-dir - logging with verbose logging for edge runtime should log requests for client-side navigations", |
7326 | 7331 | "app-dir - logging with verbose logging for edge runtime should log requests with correct indentation", |
7327 | 7332 | "app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes", |
|
9900 | 9905 | "flakey": [], |
9901 | 9906 | "runtimeError": false |
9902 | 9907 | }, |
| 9908 | + "test/e2e/app-dir/segment-cache/search-params/segment-cache-search-params-shared-loading-state.test.ts": { |
| 9909 | + "passed": [ |
| 9910 | + "segment cache (search params shared loading state) prefetching is disabled" |
| 9911 | + ], |
| 9912 | + "failed": [], |
| 9913 | + "pending": [], |
| 9914 | + "flakey": [], |
| 9915 | + "runtimeError": false |
| 9916 | + }, |
9903 | 9917 | "test/e2e/app-dir/segment-cache/search-params/segment-cache-search-params.test.ts": { |
9904 | 9918 | "passed": ["segment cache (search params) ppr is disabled"], |
9905 | 9919 | "failed": [], |
|
10155 | 10169 | "flakey": [], |
10156 | 10170 | "runtimeError": false |
10157 | 10171 | }, |
| 10172 | + "test/e2e/app-dir/typed-routes-validator/typed-routes-validator.test.ts": { |
| 10173 | + "passed": [ |
| 10174 | + "typed-routes-validator should generate route validation correctly" |
| 10175 | + ], |
| 10176 | + "failed": [], |
| 10177 | + "pending": [], |
| 10178 | + "flakey": [], |
| 10179 | + "runtimeError": false |
| 10180 | + }, |
10158 | 10181 | "test/e2e/app-dir/typed-routes/typed-links.test.ts": { |
10159 | 10182 | "passed": ["typed-links should generate types for next/link"], |
10160 | 10183 | "failed": [], |
|
10165 | 10188 | "test/e2e/app-dir/typed-routes/typed-routes.test.ts": { |
10166 | 10189 | "passed": [ |
10167 | 10190 | "typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax", |
| 10191 | + "typed-routes should generate RouteContext type for route handlers", |
10168 | 10192 | "typed-routes should generate route types correctly", |
10169 | 10193 | "typed-routes should update route types file when routes change" |
10170 | 10194 | ], |
|
10889 | 10913 | "flakey": [], |
10890 | 10914 | "runtimeError": false |
10891 | 10915 | }, |
| 10916 | + "test/e2e/deprecation-warnings/deprecation-warnings.test.ts": { |
| 10917 | + "passed": [ |
| 10918 | + "deprecation-warnings with deprecated config options should emit deprecation warnings for explicitly configured deprecated options", |
| 10919 | + "deprecation-warnings without next.config.js should not emit any deprecation warnings when no config file exists" |
| 10920 | + ], |
| 10921 | + "failed": [], |
| 10922 | + "pending": [], |
| 10923 | + "flakey": [], |
| 10924 | + "runtimeError": false |
| 10925 | + }, |
10892 | 10926 | "test/e2e/disable-js-preload/test/index.test.js": { |
10893 | 10927 | "passed": [ |
10894 | 10928 | "disabled JS preloads should not have JS preload links", |
|
0 commit comments