Skip to content

Commit 2ffc137

Browse files
vercel-release-bothuozhi
authored andcommitted
Update Rspack production test manifest (#81701)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent 7aca4d3 commit 2ffc137

File tree

1 file changed

+46
-7
lines changed

1 file changed

+46
-7
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3169,6 +3169,7 @@
31693169
"app-dir - metadata-icons should only have 1 favicon link in root page",
31703170
"app-dir - metadata-icons should re-insert the apple icons into the head after navigation",
31713171
"app-dir - metadata-icons should re-insert the body icons into the head",
3172+
"app-dir - metadata-icons should re-insert the icons into head when icons are inserted in body during initial chunk",
31723173
"app-dir - metadata-icons should render custom icons along with favicon in nested page",
31733174
"app-dir - metadata-icons should render custom icons along with favicon in root page"
31743175
],
@@ -5172,6 +5173,18 @@
51725173
"flakey": [],
51735174
"runtimeError": false
51745175
},
5176+
"test/e2e/app-dir/script-before-interactive/script-before-interactive.test.ts": {
5177+
"passed": [
5178+
"Script component with beforeInteractive strategy CSS class rendering should execute beforeInteractive script correctly",
5179+
"Script component with beforeInteractive strategy CSS class rendering should render multiple beforeInteractive scripts with correct class attributes",
5180+
"Script component with beforeInteractive strategy CSS class rendering should render script in document head with beforeInteractive strategy",
5181+
"Script component with beforeInteractive strategy CSS class rendering should render script tag with correct class attribute instead of classname"
5182+
],
5183+
"failed": [],
5184+
"pending": [],
5185+
"flakey": [],
5186+
"runtimeError": false
5187+
},
51755188
"test/e2e/app-dir/scss/3rd-party-module/3rd-party-module.test.ts": {
51765189
"passed": [
51775190
"3rd Party CSS Module Support ({\"sass\": \"1.54.0\"}) should render the module",
@@ -5949,6 +5962,21 @@
59495962
"flakey": [],
59505963
"runtimeError": false
59515964
},
5965+
"test/e2e/app-dir/sub-shell-generation/sub-shell-generation.test.ts": {
5966+
"passed": [
5967+
"sub-shell-generation should serve the correct shell /[lang]/[slug] should serve the correct shell for /es/1",
5968+
"sub-shell-generation should serve the correct shell /[lang]/[slug] should serve the correct shell for /es/2",
5969+
"sub-shell-generation should serve the correct shell /en/[slug] should serve the correct shell for /en/1",
5970+
"sub-shell-generation should serve the correct shell /en/[slug] should serve the correct shell for /en/2",
5971+
"sub-shell-generation should serve the correct shell /fr/1 should serve the correct shell for /fr/1",
5972+
"sub-shell-generation should serve the correct shell /fr/[slug] should serve the correct shell for /fr/2",
5973+
"sub-shell-generation should serve the correct shell /fr/[slug] should serve the correct shell for /fr/3"
5974+
],
5975+
"failed": [],
5976+
"pending": [],
5977+
"flakey": [],
5978+
"runtimeError": false
5979+
},
59525980
"test/e2e/app-dir/syntax-highlighter-crash/syntax-highlighter-crash.test.ts": {
59535981
"passed": ["syntax-highlighter-crash should render the page"],
59545982
"failed": [],
@@ -7408,6 +7436,7 @@
74087436
"test/e2e/middleware-base-path/test/index.test.ts": {
74097437
"passed": [
74107438
"Middleware base tests router.query must exist when Link clicked page routing",
7439+
"Middleware base tests should allow client-side navigation to the root",
74117440
"Middleware base tests should execute from absolute paths"
74127441
],
74137442
"failed": [],
@@ -16177,6 +16206,7 @@
1617716206
"Image Component Tests development mode should warn when img with layout=responsive is inside flex container",
1617816207
"Image Component Tests development mode should warn when loader is missing width",
1617916208
"Image Component Tests development mode should warn when priority prop is missing on LCP image",
16209+
"Image Component Tests development mode should warn when quality is 50",
1618016210
"Image Component Tests development mode should warn when using a very small image with placeholder=blur",
1618116211
"Image Component Tests development mode should warn when using sizes with incorrect layout",
1618216212
"Image Component Tests development mode should work when using flexbox",
@@ -16455,6 +16485,7 @@
1645516485
"Image Component Default Tests development mode should warn when legacy prop layout=responsive",
1645616486
"Image Component Default Tests development mode should warn when loader is missing width",
1645716487
"Image Component Default Tests development mode should warn when priority prop is missing on LCP image",
16488+
"Image Component Default Tests development mode should warn when quality is 50",
1645816489
"Image Component Default Tests development mode should warn when using a very small image with placeholder=blur",
1645916490
"Image Component Default Tests development mode should work when using flexbox",
1646016491
"Image Component Default Tests development mode should work when using overrideSrc prop",
@@ -16678,6 +16709,7 @@
1667816709
"Image Component Default Tests development mode should warn when legacy prop layout=responsive",
1667916710
"Image Component Default Tests development mode should warn when loader is missing width",
1668016711
"Image Component Default Tests development mode should warn when priority prop is missing on LCP image",
16712+
"Image Component Default Tests development mode should warn when quality is 50",
1668116713
"Image Component Default Tests development mode should warn when using a very small image with placeholder=blur",
1668216714
"Image Component Default Tests development mode should work when using flexbox",
1668316715
"Image Component Default Tests development mode should work when using overrideSrc prop",
@@ -18691,12 +18723,14 @@
1869118723
},
1869218724
"test/production/app-dir/build-output-prerender/build-output-prerender.test.ts": {
1869318725
"passed": [
18694-
"build-output-prerender with --debug-prerender shows all prerender errors with readable stacks and code frames",
18695-
"build-output-prerender without --debug-prerender shows only a single prerender error with a mangled stack"
18726+
"build-output-prerender with a next config file with --debug-prerender shows all prerender errors with readable stacks and code frames",
18727+
"build-output-prerender with a next config file without --debug-prerender shows only a single prerender error with a mangled stack"
1869618728
],
1869718729
"failed": [
18698-
"build-output-prerender with --debug-prerender prints a warning and the customized experimental flags",
18699-
"build-output-prerender without --debug-prerender prints only the user-selected experimental flags"
18730+
"build-output-prerender with a next config file with --debug-prerender prints a warning and the customized experimental flags",
18731+
"build-output-prerender with a next config file without --debug-prerender prints only the user-selected experimental flags",
18732+
"build-output-prerender without a next config file with --debug-prerender prints a warning and the customized experimental flags",
18733+
"build-output-prerender without a next config file without --debug-prerender prints no experimental flags"
1870018734
],
1870118735
"pending": [],
1870218736
"flakey": [],
@@ -19105,6 +19139,12 @@
1910519139
"custom server can navigate to /a",
1910619140
"custom server can navigate to /b",
1910719141
"custom server can navigate to /c",
19142+
"custom server provided config can navigate to /a",
19143+
"custom server provided config can navigate to /b",
19144+
"custom server provided config can navigate to /c",
19145+
"custom server provided config with app dir should render app with react canary",
19146+
"custom server provided config with app dir should render pages with installed react",
19147+
"custom server provided config with app dir when using \"use cache\" with a custom cache handler should not unset the custom server's ALS context",
1910819148
"custom server should log any error messages when server is started without \"quiet\" setting",
1910919149
"custom server with app dir should render app with react canary",
1911019150
"custom server with app dir should render pages with installed react",
@@ -19677,11 +19717,10 @@
1967719717
},
1967819718
"test/production/pnpm-support/index.test.ts": {
1967919719
"passed": [
19680-
"pnpm support should build with dependencies installed via pnpm"
19681-
],
19682-
"failed": [
19720+
"pnpm support should build with dependencies installed via pnpm",
1968319721
"pnpm support should execute client-side JS on each page in output: \"standalone\""
1968419722
],
19723+
"failed": [],
1968519724
"pending": [],
1968619725
"flakey": [],
1968719726
"runtimeError": false

0 commit comments

Comments
 (0)