Skip to content

Commit 7a6ee79

Browse files
Update Rspack development test manifest (#82600)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent 0e24ee2 commit 7a6ee79

File tree

1 file changed

+45
-14
lines changed

1 file changed

+45
-14
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 45 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3143,10 +3143,10 @@
31433143
"runtimeError": false
31443144
},
31453145
"test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": {
3146-
"passed": [],
3147-
"failed": [
3146+
"passed": [
31483147
"Skipped in Turbopack optimizePackageImports - mui should support MUI"
31493148
],
3149+
"failed": [],
31503150
"pending": [],
31513151
"flakey": [],
31523152
"runtimeError": false
@@ -5039,6 +5039,7 @@
50395039
"app-dir with middleware should be possible to modify cookies & read them in an RSC in a single request",
50405040
"app-dir with middleware should be possible to read cookies that are set during the middleware handling of a server action",
50415041
"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",
50425043
"app-dir with middleware should omit internal headers for middleware cookies",
50435044
"app-dir with middleware should respect cookie options of merged middleware cookies"
50445045
],
@@ -6293,6 +6294,15 @@
62936294
"flakey": [],
62946295
"runtimeError": false
62956296
},
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+
},
62966306
"test/e2e/app-dir/css-modules-scoping/css-modules-scoping.test.ts": {
62976307
"passed": [
62986308
"css-modules-scoping should not prefix grid areas",
@@ -6807,10 +6817,10 @@
68076817
"test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
68086818
"passed": [
68096819
"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",
68116820
"app-dir - error-on-next-codemod-comment should error with inline comment as well"
68126821
],
68136822
"failed": [
6823+
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
68146824
"app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
68156825
],
68166826
"pending": [],
@@ -9011,6 +9021,15 @@
90119021
"flakey": [],
90129022
"runtimeError": false
90139023
},
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+
},
90149033
"test/e2e/app-dir/revalidate-dynamic/revalidate-dynamic.test.ts": {
90159034
"passed": [
90169035
"app-dir revalidate-dynamic should revalidate the data with /api/revalidate-path",
@@ -10136,6 +10155,13 @@
1013610155
"flakey": [],
1013710156
"runtimeError": false
1013810157
},
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+
},
1013910165
"test/e2e/app-dir/typed-routes/typed-routes.test.ts": {
1014010166
"passed": [
1014110167
"typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax",
@@ -10247,10 +10273,7 @@
1024710273
"use-cache-hanging-inputs when a \"use cache\" function is closing over an uncached promise should show an error toast after a timeout",
1024810274
"use-cache-hanging-inputs when an error is thrown should show an error overlay with only one error",
1024910275
"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"
1025410277
],
1025510278
"failed": [],
1025610279
"pending": [],
@@ -13933,14 +13956,13 @@
1393313956
"runtimeError": false
1393413957
},
1393513958
"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"
1394313963
],
13964+
"failed": [],
13965+
"pending": [],
1394413966
"flakey": [],
1394513967
"runtimeError": false
1394613968
},
@@ -14077,6 +14099,15 @@
1407714099
"flakey": [],
1407814100
"runtimeError": false
1407914101
},
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+
},
1408014111
"test/integration/build-trace-extra-entries-turbo/test/index.test.js": {
1408114112
"passed": [],
1408214113
"failed": [],

0 commit comments

Comments
 (0)