Skip to content

Commit bd62821

Browse files
Update Rspack production test manifest (vercel#78050)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent 09c7696 commit bd62821

File tree

1 file changed

+93
-15
lines changed

1 file changed

+93
-15
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 93 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,19 @@
14471447
"flakey": [],
14481448
"runtimeError": false
14491449
},
1450+
"test/e2e/app-dir/back-forward-cache/back-forward-cache.test.ts": {
1451+
"passed": [
1452+
"back/forward cache React state is preserved when navigating back to a page with different search params than before ",
1453+
"back/forward cache React state is preserved when navigating back/forward with links",
1454+
"back/forward cache React state is preserved when navigating with back/forward buttons",
1455+
"back/forward cache bfcache only preserves up to N entries",
1456+
"back/forward cache navigate back and forth repeatedly between the same pages without evicting"
1457+
],
1458+
"failed": [],
1459+
"pending": [],
1460+
"flakey": [],
1461+
"runtimeError": false
1462+
},
14501463
"test/e2e/app-dir/binary/rsc-binary.test.ts": {
14511464
"passed": [
14521465
"RSC binary serialization should correctly encode/decode binaries and hydrate"
@@ -1596,7 +1609,6 @@
15961609
"css-order loose should load correct styles navigating third -> first-client",
15971610
"css-order loose should load correct styles navigating third -> second",
15981611
"css-order loose should load correct styles navigating third -> second-client",
1599-
"css-order loose should load correct styles on big-interleaved-b",
16001612
"css-order loose should load correct styles on first",
16011613
"css-order loose should load correct styles on first-client",
16021614
"css-order loose should load correct styles on interleaved-a",
@@ -1661,11 +1673,8 @@
16611673
"css-order strict should load correct styles navigating third -> first-client",
16621674
"css-order strict should load correct styles navigating third -> second",
16631675
"css-order strict should load correct styles navigating third -> second-client",
1664-
"css-order strict should load correct styles on big-interleaved-b",
16651676
"css-order strict should load correct styles on first",
16661677
"css-order strict should load correct styles on first-client",
1667-
"css-order strict should load correct styles on global-first",
1668-
"css-order strict should load correct styles on global-second",
16691678
"css-order strict should load correct styles on interleaved-a",
16701679
"css-order strict should load correct styles on interleaved-b",
16711680
"css-order strict should load correct styles on pages-first",
@@ -1677,10 +1686,6 @@
16771686
"css-order strict should load correct styles on pages-reversed-b",
16781687
"css-order strict should load correct styles on pages-second",
16791688
"css-order strict should load correct styles on pages-third",
1680-
"css-order strict should load correct styles on partial-reversed-a",
1681-
"css-order strict should load correct styles on partial-reversed-b",
1682-
"css-order strict should load correct styles on reversed-a",
1683-
"css-order strict should load correct styles on reversed-b",
16841689
"css-order strict should load correct styles on second",
16851690
"css-order strict should load correct styles on second-client",
16861691
"css-order strict should load correct styles on third",
@@ -1701,6 +1706,7 @@
17011706
],
17021707
"failed": [
17031708
"css-order loose should load correct styles on big-interleaved-a",
1709+
"css-order loose should load correct styles on big-interleaved-b",
17041710
"css-order strict should load correct styles navigating back again first -> first-client -> first -> first-client",
17051711
"css-order strict should load correct styles navigating back again first -> second -> first -> second",
17061712
"css-order strict should load correct styles navigating back again first -> second-client -> first -> second-client",
@@ -1723,6 +1729,13 @@
17231729
"css-order strict should load correct styles navigating back again third -> second -> third -> second",
17241730
"css-order strict should load correct styles navigating back again third -> second-client -> third -> second-client",
17251731
"css-order strict should load correct styles on big-interleaved-a",
1732+
"css-order strict should load correct styles on big-interleaved-b",
1733+
"css-order strict should load correct styles on global-first",
1734+
"css-order strict should load correct styles on global-second",
1735+
"css-order strict should load correct styles on partial-reversed-a",
1736+
"css-order strict should load correct styles on partial-reversed-b",
1737+
"css-order strict should load correct styles on reversed-a",
1738+
"css-order strict should load correct styles on reversed-b",
17261739
"css-order true should load correct styles navigating back again first -> first-client -> first -> first-client",
17271740
"css-order true should load correct styles navigating back again first -> second -> first -> second",
17281741
"css-order true should load correct styles navigating back again first -> second-client -> first -> second-client",
@@ -3655,6 +3668,16 @@
36553668
"flakey": [],
36563669
"runtimeError": false
36573670
},
3671+
"test/e2e/app-dir/not-found-with-pages-i18n/not-found-with-pages.test.ts": {
3672+
"passed": [
3673+
"not-found-with-pages should prefer the app router 404 over the pages router 404 when both are present",
3674+
"not-found-with-pages should write all locales to the pages manifest"
3675+
],
3676+
"failed": [],
3677+
"pending": [],
3678+
"flakey": [],
3679+
"runtimeError": false
3680+
},
36583681
"test/e2e/app-dir/not-found/basic/index.test.ts": {
36593682
"passed": [
36603683
"app dir - not-found - basic should include not found client reference manifest in the file trace",
@@ -4341,6 +4364,15 @@
43414364
"flakey": [],
43424365
"runtimeError": false
43434366
},
4367+
"test/e2e/app-dir/ppr-middleware-rewrite-force-dynamic-ssg-dynamic-params/ppr-middleware-rewrite-force-dynamic-ssg-dynamic-params.test.ts": {
4368+
"passed": [
4369+
"ppr-middleware-rewrite-force-dynamic-generate-static-params should have correct dynamic params"
4370+
],
4371+
"failed": [],
4372+
"pending": [],
4373+
"flakey": [],
4374+
"runtimeError": false
4375+
},
43444376
"test/e2e/app-dir/ppr-missing-root-params/ppr-missing-root-params.test.ts": {
43454377
"passed": [
43464378
"ppr-missing-root-params (multiple) should result in a build error",
@@ -4619,6 +4651,15 @@
46194651
"flakey": [],
46204652
"runtimeError": false
46214653
},
4654+
"test/e2e/app-dir/rewrite-with-search-params/rewrite-with-search-params.test.ts": {
4655+
"passed": [
4656+
"rewrite-with-search-params should not contain params in search params after rewrite"
4657+
],
4658+
"failed": [],
4659+
"pending": [],
4660+
"flakey": [],
4661+
"runtimeError": false
4662+
},
46224663
"test/e2e/app-dir/rewrites-redirects/rewrites-redirects.test.ts": {
46234664
"passed": [
46244665
"redirects and rewrites navigation using button should redirect from middleware correctly",
@@ -4713,6 +4754,15 @@
47134754
"flakey": [],
47144755
"runtimeError": false
47154756
},
4757+
"test/e2e/app-dir/rsc-basic/rsc-basic-react-experimental.test.ts": {
4758+
"passed": [
4759+
"react@experimental should opt into the react@experimental when enabling $flag"
4760+
],
4761+
"failed": [],
4762+
"pending": [],
4763+
"flakey": [],
4764+
"runtimeError": false
4765+
},
47164766
"test/e2e/app-dir/rsc-basic/rsc-basic.test.ts": {
47174767
"passed": [
47184768
"app dir - rsc basics client references with TLA (edge) should support TLA in lazy client reference",
@@ -4721,8 +4771,6 @@
47214771
"app dir - rsc basics client references with TLA (node) should support TLA in sync client reference imports",
47224772
"app dir - rsc basics next internal shared context should not error if just load next/navigation module in pages/api",
47234773
"app dir - rsc basics next internal shared context should not error if just load next/router module in app page",
4724-
"app dir - rsc basics react@experimental should opt into the react@experimental when enabling ppr",
4725-
"app dir - rsc basics react@experimental should opt into the react@experimental when enabling taint",
47264774
"app dir - rsc basics should be able to call legacy react-dom/server APIs in client components",
47274775
"app dir - rsc basics should be able to navigate between rsc routes",
47284776
"app dir - rsc basics should correctly render component returning null",
@@ -4763,6 +4811,16 @@
47634811
"flakey": [],
47644812
"runtimeError": false
47654813
},
4814+
"test/e2e/app-dir/rsc-query-routing/rsc-query-routing.test.ts": {
4815+
"passed": [
4816+
"rsc-query-routing should contain rsc query in rsc request when redirect the page",
4817+
"rsc-query-routing should contain rsc query in rsc request when rewrite the page"
4818+
],
4819+
"failed": [],
4820+
"pending": [],
4821+
"flakey": [],
4822+
"runtimeError": false
4823+
},
47664824
"test/e2e/app-dir/rsc-webpack-loader/rsc-webpack-loader.test.ts": {
47674825
"passed": [
47684826
"app dir - rsc webpack loader should support webpack loader rules"
@@ -5878,6 +5936,7 @@
58785936
},
58795937
"test/e2e/app-dir/worker/worker.test.ts": {
58805938
"passed": [
5939+
"app dir - workers should not bundle web workers with string specifiers",
58815940
"app dir - workers should support module web workers with dynamic imports",
58825941
"app dir - workers should support web workers with dynamic imports"
58835942
],
@@ -8105,6 +8164,13 @@
81058164
"flakey": [],
81068165
"runtimeError": false
81078166
},
8167+
"test/e2e/swc-plugins/index.test.ts": {
8168+
"passed": ["swcPlugins supports swcPlugins basic case"],
8169+
"failed": [],
8170+
"pending": ["swcPlugins invalid plugin name shows a redbox in dev"],
8171+
"flakey": [],
8172+
"runtimeError": false
8173+
},
81088174
"test/e2e/swc-warnings/index.test.ts": {
81098175
"passed": [
81108176
"can force swc should not have warning",
@@ -8238,6 +8304,16 @@
82388304
"flakey": [],
82398305
"runtimeError": false
82408306
},
8307+
"test/e2e/turbopack-turbo-config-compatibility/index.test.ts": {
8308+
"passed": [],
8309+
"failed": [],
8310+
"pending": [
8311+
"turbopack-turbo-config-compatibility including both turbopack and deprecated experimental turbo config prefers turbopack config over deprecated experimental turbo config",
8312+
"turbopack-turbo-config-compatibility only including deprecated experimental turbo config still uses the deprecated experimental turbo config"
8313+
],
8314+
"flakey": [],
8315+
"runtimeError": false
8316+
},
82418317
"test/e2e/type-module-interop/index.test.ts": {
82428318
"passed": [
82438319
"Type module interop should render client-side",
@@ -9859,6 +9935,7 @@
98599935
"CSS Modules Composes Ordering useLightnincsss(true) production mode should have correct color on index page (on nav from other)",
98609936
"CSS Modules Composes Ordering useLightnincsss(true) production mode should not change color on hover",
98619937
"Data URLs production mode should compile successfully",
9938+
"Data URLs production mode should have emitted expected files",
98629939
"Ordering with Global CSS and Modules (dev) useLightnincsss(false) should have the correct color (css ordering)",
98639940
"Ordering with Global CSS and Modules (dev) useLightnincsss(false) should have the correct color (css ordering) during hot reloads",
98649941
"Ordering with Global CSS and Modules (dev) useLightnincsss(false) should not execute scripts in any order",
@@ -9872,7 +9949,6 @@
98729949
"should handle unresolved files gracefully production mode should build correctly"
98739950
],
98749951
"failed": [
9875-
"Data URLs production mode should have emitted expected files",
98769952
"should handle unresolved files gracefully production mode should have correct file references in CSS output"
98779953
],
98789954
"pending": [
@@ -14748,9 +14824,10 @@
1474814824
"flakey": [],
1474914825
"runtimeError": false
1475014826
},
14751-
"test/integration/invalid-href/test/index.test.js": {
14827+
"test/integration/invalid-href/test/index.test.ts": {
1475214828
"passed": [
14753-
"Invalid hrefs production mode does not show error in production when https://google.com is used as href on Link",
14829+
"Invalid hrefs production mode does not show error in production when exotic protocols are used in href in Link",
14830+
"Invalid hrefs production mode does not show error in production when https:// is used in href on Link",
1475414831
"Invalid hrefs production mode does not show error in production when mailto: is used as href on Link",
1475514832
"Invalid hrefs production mode does not show error when internal href is used with external as",
1475614833
"Invalid hrefs production mode doesn't fail on invalid url",
@@ -14760,7 +14837,8 @@
1476014837
],
1476114838
"failed": [],
1476214839
"pending": [
14763-
"Invalid hrefs development mode does not show error when https://google.com is used as href on Link",
14840+
"Invalid hrefs development mode does not show error when exotic protocols are used in href in Link",
14841+
"Invalid hrefs development mode does not show error when https:// is used as href in Link",
1476414842
"Invalid hrefs development mode does not show error when mailto: is used as href on Link",
1476514843
"Invalid hrefs development mode does not throw error when dynamic route mismatch is used on Link and params are manually provided",
1476614844
"Invalid hrefs development mode doesn't fail on invalid url",
@@ -15094,7 +15172,7 @@
1509415172
"flakey": [],
1509515173
"runtimeError": false
1509615174
},
15097-
"test/integration/module-id-strategies/test/index.test.js": {
15175+
"test/integration/module-ids/test/index.test.js": {
1509815176
"passed": [],
1509915177
"failed": [],
1510015178
"pending": [

0 commit comments

Comments
 (0)