|
3143 | 3143 | "runtimeError": false
|
3144 | 3144 | },
|
3145 | 3145 | "test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": {
|
3146 |
| - "passed": [], |
3147 |
| - "failed": [ |
| 3146 | + "passed": [ |
3148 | 3147 | "Skipped in Turbopack optimizePackageImports - mui should support MUI"
|
3149 | 3148 | ],
|
| 3149 | + "failed": [], |
3150 | 3150 | "pending": [],
|
3151 | 3151 | "flakey": [],
|
3152 | 3152 | "runtimeError": false
|
|
5039 | 5039 | "app-dir with middleware should be possible to modify cookies & read them in an RSC in a single request",
|
5040 | 5040 | "app-dir with middleware should be possible to read cookies that are set during the middleware handling of a server action",
|
5041 | 5041 | "app-dir with middleware should ignore x-middleware-set-cookie as a request header",
|
| 5042 | + "app-dir with middleware should not incorrectly treat a Location header as a rewrite", |
5042 | 5043 | "app-dir with middleware should omit internal headers for middleware cookies",
|
5043 | 5044 | "app-dir with middleware should respect cookie options of merged middleware cookies"
|
5044 | 5045 | ],
|
|
6293 | 6294 | "flakey": [],
|
6294 | 6295 | "runtimeError": false
|
6295 | 6296 | },
|
| 6297 | + "test/e2e/app-dir/css-modules-rsc-postcss/css-modules-rsc-postcss.test.ts": { |
| 6298 | + "passed": [ |
| 6299 | + "css-modules-rsc-postcss should compile successfully and apply the correct styles" |
| 6300 | + ], |
| 6301 | + "failed": [], |
| 6302 | + "pending": [], |
| 6303 | + "flakey": [], |
| 6304 | + "runtimeError": false |
| 6305 | + }, |
6296 | 6306 | "test/e2e/app-dir/css-modules-scoping/css-modules-scoping.test.ts": {
|
6297 | 6307 | "passed": [
|
6298 | 6308 | "css-modules-scoping should not prefix grid areas",
|
|
6807 | 6817 | "test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
|
6808 | 6818 | "passed": [
|
6809 | 6819 | "app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment",
|
6810 |
| - "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment", |
6811 | 6820 | "app-dir - error-on-next-codemod-comment should error with inline comment as well"
|
6812 | 6821 | ],
|
6813 | 6822 | "failed": [
|
| 6823 | + "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment", |
6814 | 6824 | "app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
|
6815 | 6825 | ],
|
6816 | 6826 | "pending": [],
|
|
9011 | 9021 | "flakey": [],
|
9012 | 9022 | "runtimeError": false
|
9013 | 9023 | },
|
| 9024 | + "test/e2e/app-dir/resuming-head-runtime-search-param/resuming-head-runtime-search-param.test.ts": { |
| 9025 | + "passed": [ |
| 9026 | + "resuming-head-runtime-search-param should not show resumable slots error when using runtime search params" |
| 9027 | + ], |
| 9028 | + "failed": [], |
| 9029 | + "pending": [], |
| 9030 | + "flakey": [], |
| 9031 | + "runtimeError": false |
| 9032 | + }, |
9014 | 9033 | "test/e2e/app-dir/revalidate-dynamic/revalidate-dynamic.test.ts": {
|
9015 | 9034 | "passed": [
|
9016 | 9035 | "app-dir revalidate-dynamic should revalidate the data with /api/revalidate-path",
|
|
10136 | 10155 | "flakey": [],
|
10137 | 10156 | "runtimeError": false
|
10138 | 10157 | },
|
| 10158 | + "test/e2e/app-dir/typed-routes/typed-links.test.ts": { |
| 10159 | + "passed": ["typed-links should generate types for next/link"], |
| 10160 | + "failed": [], |
| 10161 | + "pending": [], |
| 10162 | + "flakey": [], |
| 10163 | + "runtimeError": false |
| 10164 | + }, |
10139 | 10165 | "test/e2e/app-dir/typed-routes/typed-routes.test.ts": {
|
10140 | 10166 | "passed": [
|
10141 | 10167 | "typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax",
|
|
10247 | 10273 | "use-cache-hanging-inputs when a \"use cache\" function is closing over an uncached promise should show an error toast after a timeout",
|
10248 | 10274 | "use-cache-hanging-inputs when an error is thrown should show an error overlay with only one error",
|
10249 | 10275 | "use-cache-hanging-inputs when an uncached promise is used inside of \"use cache\" should show an error toast after a timeout",
|
10250 |
| - "use-cache-hanging-inputs when an uncached promise is used inside of a nested \"use cache\" should show an error toast after a timeout", |
10251 |
| - "use-cache-hanging-inputs when searchParams are unused inside of \"use cache\" should not show an error", |
10252 |
| - "use-cache-hanging-inputs when searchParams are used inside of \"use cache\" should show an error toast after a timeout", |
10253 |
| - "use-cache-hanging-inputs when searchParams are used inside of \"use cache\", wrapped in try/catch should show an error toast after a timeout" |
| 10276 | + "use-cache-hanging-inputs when an uncached promise is used inside of a nested \"use cache\" should show an error toast after a timeout" |
10254 | 10277 | ],
|
10255 | 10278 | "failed": [],
|
10256 | 10279 | "pending": [],
|
@@ -13933,14 +13956,13 @@
|
13933 | 13956 | "runtimeError": false
|
13934 | 13957 | },
|
13935 | 13958 | "test/integration/app-types/app-types.test.js": {
|
13936 |
| - "passed": [], |
13937 |
| - "failed": [], |
13938 |
| - "pending": [ |
13939 |
| - "app type checking production mode should generate route types correctly and report form errors", |
13940 |
| - "app type checking production mode should generate route types correctly and report link error", |
13941 |
| - "app type checking production mode should generate route types correctly and report router API errors", |
13942 |
| - "app type checking production mode should type check invalid entry exports" |
| 13959 | + "passed": [ |
| 13960 | + "app type checking - production mode should generate route types correctly and report form errors", |
| 13961 | + "app type checking - production mode should generate route types correctly and report router API errors", |
| 13962 | + "app type checking - production mode should report link errors" |
13943 | 13963 | ],
|
| 13964 | + "failed": [], |
| 13965 | + "pending": [], |
13944 | 13966 | "flakey": [],
|
13945 | 13967 | "runtimeError": false
|
13946 | 13968 | },
|
|
14077 | 14099 | "flakey": [],
|
14078 | 14100 | "runtimeError": false
|
14079 | 14101 | },
|
| 14102 | + "test/integration/build-trace-extra-entries-monorepo/test/index.test.ts": { |
| 14103 | + "passed": [], |
| 14104 | + "failed": [], |
| 14105 | + "pending": [ |
| 14106 | + "build trace with extra entries in monorepo production mode should build and trace correctly" |
| 14107 | + ], |
| 14108 | + "flakey": [], |
| 14109 | + "runtimeError": false |
| 14110 | + }, |
14080 | 14111 | "test/integration/build-trace-extra-entries-turbo/test/index.test.js": {
|
14081 | 14112 | "passed": [],
|
14082 | 14113 | "failed": [],
|
|
0 commit comments