|
5865 | 5865 | "runtimeError": false
|
5866 | 5866 | },
|
5867 | 5867 | "test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
|
5868 |
| - "passed": [ |
| 5868 | + "passed": [], |
| 5869 | + "failed": [ |
5869 | 5870 | "app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment",
|
5870 | 5871 | "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
|
5871 |
| - "app-dir - error-on-next-codemod-comment should error with inline comment as well" |
5872 |
| - ], |
5873 |
| - "failed": [ |
| 5872 | + "app-dir - error-on-next-codemod-comment should error with inline comment as well", |
5874 | 5873 | "app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
|
5875 | 5874 | ],
|
5876 | 5875 | "pending": [],
|
5877 | 5876 | "flakey": [],
|
5878 |
| - "runtimeError": false |
| 5877 | + "runtimeError": true |
5879 | 5878 | },
|
5880 | 5879 | "test/e2e/app-dir/errors/index.test.ts": {
|
5881 | 5880 | "passed": [
|
|
6276 | 6275 | "app-dir - logging with verbose logging for edge runtime should not log _rsc query for client navigation RSC request",
|
6277 | 6276 | "app-dir - logging with verbose logging for edge runtime should only log requests in development mode",
|
6278 | 6277 | "app-dir - logging with verbose logging for edge runtime should respect request.init.cache when use with fetch input is instance",
|
6279 |
| - "app-dir - logging with verbose logging for edge runtime should show cache reason of noStore when use with fetch" |
| 6278 | + "app-dir - logging with verbose logging for edge runtime should show cache reason of noStore when use with fetch", |
| 6279 | + "app-dir - logging with verbose logging for edge runtime when logging.fetches.hmrRefreshes is true should log requests for HMR refreshes" |
6280 | 6280 | ],
|
6281 | 6281 | "failed": [
|
6282 | 6282 | "app-dir - logging with default logging should not contain metadata internal segments for dynamic metadata routes",
|
6283 | 6283 | "app-dir - logging with fetches default logging should not contain metadata internal segments for dynamic metadata routes",
|
6284 | 6284 | "app-dir - logging with fetches verbose logging should not contain metadata internal segments for dynamic metadata routes",
|
6285 |
| - "app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes", |
6286 |
| - "app-dir - logging with verbose logging for edge runtime when logging.fetches.hmrRefreshes is true should log requests for HMR refreshes" |
| 6285 | + "app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes" |
6287 | 6286 | ],
|
6288 | 6287 | "pending": [],
|
6289 | 6288 | "flakey": [],
|
|
6452 | 6451 | "flakey": [],
|
6453 | 6452 | "runtimeError": false
|
6454 | 6453 | },
|
| 6454 | + "test/e2e/app-dir/metadata-streaming-parallel-routes/metadata-streaming-parallel-routes.test.ts": { |
| 6455 | + "passed": [ |
| 6456 | + "app-dir - metadata-streaming should only insert metadata once for parallel routes when slots match", |
| 6457 | + "app-dir - metadata-streaming should only insert metadata once for parallel routes when there is a missing slot", |
| 6458 | + "app-dir - metadata-streaming should still render metadata if children is not rendered in parallel routes layout" |
| 6459 | + ], |
| 6460 | + "failed": [], |
| 6461 | + "pending": [], |
| 6462 | + "flakey": [], |
| 6463 | + "runtimeError": false |
| 6464 | + }, |
6455 | 6465 | "test/e2e/app-dir/metadata-streaming-static-generation/metadata-streaming-static-generation.test.ts": {
|
6456 | 6466 | "passed": [
|
6457 | 6467 | "app-dir - metadata-streaming-static-generation dynamic pages should contain async generated metadata in body for simple dynamics page",
|
|
6489 | 6499 | "app-dir - metadata-streaming navigation API should trigger redirection when call redirect",
|
6490 | 6500 | "app-dir - metadata-streaming should delay the metadata render to body",
|
6491 | 6501 | "app-dir - metadata-streaming should load the initial html without slow metadata during navigation",
|
6492 |
| - "app-dir - metadata-streaming should only insert metadata once for parallel routes when slots match", |
6493 |
| - "app-dir - metadata-streaming should only insert metadata once for parallel routes when there is a missing slot", |
6494 | 6502 | "app-dir - metadata-streaming should only insert metadata once into head or body",
|
6495 | 6503 | "app-dir - metadata-streaming should render the metadata in the browser",
|
6496 | 6504 | "app-dir - metadata-streaming should send streaming response for headless browser bots",
|
6497 | 6505 | "app-dir - metadata-streaming should send the blocking response for html limited bots",
|
6498 | 6506 | "app-dir - metadata-streaming should still load viewport meta tags even if metadata is delayed",
|
6499 |
| - "app-dir - metadata-streaming should still render metadata if children is not rendered in parallel routes layout", |
6500 | 6507 | "app-dir - metadata-streaming static should determine dynamic metadata in build and render in the body",
|
6501 | 6508 | "app-dir - metadata-streaming static should render static metadata in the head",
|
6502 | 6509 | "app-dir - metadata-streaming static should still render dynamic metadata in the head for html bots"
|
|
0 commit comments