Skip to content

Commit 1779eb0

Browse files
Update Rspack production test manifest (#82557)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent 024820c commit 1779eb0

File tree

1 file changed

+32
-12
lines changed

1 file changed

+32
-12
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,6 +2407,13 @@
24072407
"flakey": [],
24082408
"runtimeError": false
24092409
},
2410+
"test/e2e/app-dir/css-server-chunks/css-server-chunks.test.ts": {
2411+
"passed": ["css-server-chunks should not write CSS chunks for the server"],
2412+
"failed": [],
2413+
"pending": [],
2414+
"flakey": [],
2415+
"runtimeError": false
2416+
},
24102417
"test/e2e/app-dir/cssnano-colormin/index.test.ts": {
24112418
"passed": ["cssnano-colormin should not minify rgb colors to hsla"],
24122419
"failed": [],
@@ -5226,6 +5233,17 @@
52265233
"flakey": [],
52275234
"runtimeError": false
52285235
},
5236+
"test/e2e/app-dir/root-suspense-dynamic/root-suspense-dynamic.test.ts": {
5237+
"passed": [
5238+
"Root Suspense Dynamic Rendering placeholder to satisfy at least one test when isNextDev is false",
5239+
"Root Suspense Dynamic Rendering should correctly mark route as dynamic",
5240+
"Root Suspense Dynamic Rendering should handle dynamic content wrapped in Suspense above HTML structure"
5241+
],
5242+
"failed": [],
5243+
"pending": [],
5244+
"flakey": [],
5245+
"runtimeError": false
5246+
},
52295247
"test/e2e/app-dir/route-page-manifest-bug/route-page-manifest-bug.test.ts": {
52305248
"passed": [
52315249
"route-page-manifest-bug should work when requesting route handler after page"
@@ -17706,16 +17724,6 @@
1770617724
"flakey": [],
1770717725
"runtimeError": false
1770817726
},
17709-
"test/integration/production-browser-sourcemaps/test/index.test.js": {
17710-
"passed": [
17711-
"Production browser sourcemaps production mode Server support correctly generated the source map",
17712-
"Production browser sourcemaps production mode Server support includes sourcemaps for all browser files"
17713-
],
17714-
"failed": [],
17715-
"pending": [],
17716-
"flakey": [],
17717-
"runtimeError": false
17718-
},
1771917727
"test/integration/production-build-dir/test/index.test.js": {
1772017728
"passed": [
1772117729
"Production Custom Build Directory production mode With basic usage should render the page"
@@ -20113,10 +20121,11 @@
2011320121
},
2011420122
"test/production/pnpm-support/index.test.ts": {
2011520123
"passed": [
20116-
"pnpm support should build with dependencies installed via pnpm",
20124+
"pnpm support should build with dependencies installed via pnpm"
20125+
],
20126+
"failed": [
2011720127
"pnpm support should execute client-side JS on each page in output: \"standalone\""
2011820128
],
20119-
"failed": [],
2012020129
"pending": [],
2012120130
"flakey": [],
2012220131
"runtimeError": false
@@ -20148,6 +20157,17 @@
2014820157
"flakey": [],
2014920158
"runtimeError": false
2015020159
},
20160+
"test/production/production-browser-sourcemaps/index.test.ts": {
20161+
"passed": [
20162+
"Production browser sourcemaps productionBrowserSourceMaps = false check sourcemaps for all browser files"
20163+
],
20164+
"failed": [
20165+
"Production browser sourcemaps productionBrowserSourceMaps = true check sourcemaps for all browser files"
20166+
],
20167+
"pending": [],
20168+
"flakey": [],
20169+
"runtimeError": false
20170+
},
2015120171
"test/production/reading-request-body-in-middleware/index.test.ts": {
2015220172
"passed": [
2015320173
"reading request body in middleware passes the body greater than 64KiB to the api endpoint",

0 commit comments

Comments
 (0)