|
440 | 440 | }, |
441 | 441 | "packages/next/src/build/static-paths/app.test.ts": { |
442 | 442 | "passed": [ |
443 | | - "assignErrorIfEmpty should assign throwOnEmptyStaticShell false for a static route", |
444 | | - "assignErrorIfEmpty should assign throwOnEmptyStaticShell to the prerendered routes", |
| 443 | + "assignErrorIfEmpty should assign throwOnEmptyStaticShell based on route hierarchy", |
| 444 | + "assignErrorIfEmpty should assign throwOnEmptyStaticShell true for a static route with no children", |
| 445 | + "assignErrorIfEmpty should handle blog/[slug] not throwing when concrete routes exist (from docs example)", |
| 446 | + "assignErrorIfEmpty should handle catch-all routes with different fallback parameter counts (from docs example)", |
| 447 | + "assignErrorIfEmpty should handle empty input", |
445 | 448 | "assignErrorIfEmpty should handle more complex routes", |
| 449 | + "assignErrorIfEmpty should handle multiple routes at the same trie node", |
| 450 | + "assignErrorIfEmpty should handle nested routes with multiple parameter depths", |
| 451 | + "assignErrorIfEmpty should handle parameter value collisions", |
| 452 | + "assignErrorIfEmpty should handle routes at same trie node with different fallback parameter lengths", |
446 | 453 | "filterUniqueParams should filter out duplicate parameters", |
447 | 454 | "filterUniqueParams should handle more complex routes", |
| 455 | + "filterUniqueRootParamsCombinations should handle multiple root parameters", |
448 | 456 | "filterUniqueRootParamsCombinations should return only the root parameters" |
449 | 457 | ], |
450 | 458 | "failed": [], |
|
2901 | 2909 | "runtimeError": false |
2902 | 2910 | }, |
2903 | 2911 | "test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": { |
2904 | | - "passed": [ |
| 2912 | + "passed": [], |
| 2913 | + "failed": [ |
2905 | 2914 | "Skipped in Turbopack optimizePackageImports - mui should support MUI" |
2906 | 2915 | ], |
2907 | | - "failed": [], |
2908 | 2916 | "pending": [], |
2909 | 2917 | "flakey": [], |
2910 | 2918 | "runtimeError": false |
|
6435 | 6443 | "runtimeError": false |
6436 | 6444 | }, |
6437 | 6445 | "test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": { |
6438 | | - "passed": [ |
| 6446 | + "passed": [], |
| 6447 | + "failed": [ |
6439 | 6448 | "app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment", |
6440 | 6449 | "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment", |
6441 | | - "app-dir - error-on-next-codemod-comment should error with inline comment as well" |
6442 | | - ], |
6443 | | - "failed": [ |
| 6450 | + "app-dir - error-on-next-codemod-comment should error with inline comment as well", |
6444 | 6451 | "app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left" |
6445 | 6452 | ], |
6446 | 6453 | "pending": [], |
6447 | 6454 | "flakey": [], |
6448 | | - "runtimeError": false |
| 6455 | + "runtimeError": true |
6449 | 6456 | }, |
6450 | 6457 | "test/e2e/app-dir/errors/index.test.ts": { |
6451 | 6458 | "passed": [ |
|
0 commit comments