Skip to content

Commit 82bb255

Browse files
Update Rspack production test manifest (#84593)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent 05be0da commit 82bb255

File tree

1 file changed

+21
-27
lines changed

1 file changed

+21
-27
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 21 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -802,13 +802,9 @@
802802
"app dir - prefetching dynamic rendering /revalidate-0 should update search params following a link click",
803803
"app dir - prefetching fetch priority should have an auto priority for all other fetch operations",
804804
"app dir - prefetching fetch priority should prefetch links in viewport with low priority",
805-
"app dir - prefetching fetch priority should prefetch with high priority when navigating to a page without a prefetch entry",
806805
"app dir - prefetching fetch priority should respect multiple prefetch types to the same URL",
807806
"app dir - prefetching invalid URLs should not throw when an invalid URL is passed to Link",
808807
"app dir - prefetching invalid URLs should throw when an invalid URL is passed to router.prefetch",
809-
"app dir - prefetching prefetch cache seeding should not re-fetch the initial dynamic page if the same page is prefetched with prefetch={true}",
810-
"app dir - prefetching prefetch cache seeding should not re-fetch the initial static page if the same page is prefetched with prefetch={true}",
811-
"app dir - prefetching should calculate `_rsc` query based on `Next-Url`",
812808
"app dir - prefetching should immediately render the loading state for a dynamic segment when fetched from higher up in the tree",
813809
"app dir - prefetching should navigate when prefetch is false",
814810
"app dir - prefetching should not fetch again when a static page was prefetched",
@@ -6186,9 +6182,7 @@
61866182
"runtimeError": false
61876183
},
61886184
"test/e2e/app-dir/scss/invalid-module-document/invalid-module-document.test.ts": {
6189-
"passed": [
6190-
"Invalid SCSS in _document production only should fail to build"
6191-
],
6185+
"passed": ["Invalid SCSS in _document should fail to build"],
61926186
"failed": [],
61936187
"pending": [],
61946188
"flakey": [],
@@ -6276,9 +6270,7 @@
62766270
"runtimeError": false
62776271
},
62786272
"test/e2e/app-dir/scss/npm-import-bad/npm-import-bad.test.ts": {
6279-
"passed": [
6280-
"CSS Import from node_modules production only should fail the build"
6281-
],
6273+
"passed": ["CSS Import from node_modules should fail the build"],
62826274
"failed": [],
62836275
"pending": [],
62846276
"flakey": [],
@@ -6624,18 +6616,19 @@
66246616
},
66256617
"test/e2e/app-dir/segment-cache/prefetch-layout-sharing/prefetch-layout-sharing.test.ts": {
66266618
"passed": [
6627-
"layout sharing in non-static prefetches full prefetches should include layouts that were only prefetched with a runtime prefetch",
6628-
"layout sharing in non-static prefetches full prefetches should omit layouts that were already prefetched with a full prefetch",
66296619
"layout sharing in non-static prefetches full prefetches should omit layouts that were prefetched with a runtime prefetch and had no dynamic holes",
66306620
"layout sharing in non-static prefetches navigations should omit layouts that were already prefetched with a full prefetch",
66316621
"layout sharing in non-static prefetches navigations should omit layouts that were prefetched with a runtime prefetch and had no dynamic holes",
66326622
"layout sharing in non-static prefetches runtime prefetches should omit layouts that were already prefetched with a full prefetch",
66336623
"layout sharing in non-static prefetches runtime prefetches should omit layouts that were already prefetched with a runtime prefetch",
66346624
"layout sharing in non-static prefetches segment-level prefetch config does not unnecessarily use a runtime prefetch for sub-pages of runtime-prefetchable layouts",
6635-
"layout sharing in non-static prefetches segment-level prefetch config statically prefetches a fully-static page segment if all its runtime-prefetchable parents are available",
6625+
"layout sharing in non-static prefetches segment-level prefetch config statically prefetches a fully-static page segment if all its runtime-prefetchable parents are available"
6626+
],
6627+
"failed": [
6628+
"layout sharing in non-static prefetches full prefetches should include layouts that were only prefetched with a runtime prefetch",
6629+
"layout sharing in non-static prefetches full prefetches should omit layouts that were already prefetched with a full prefetch",
66366630
"layout sharing in non-static prefetches segment-level prefetch config uses a runtime prefetch for sub-pages of runtime-prefetchable layouts if requested"
66376631
],
6638-
"failed": [],
66396632
"pending": [],
66406633
"flakey": [],
66416634
"runtimeError": false
@@ -10576,7 +10569,6 @@
1057610569
},
1057710570
"test/integration/api-catch-all/test/index.test.js": {
1057810571
"passed": [
10579-
"API routes dev support should return data when catch-all",
1058010572
"API routes dev support should return data when catch-all with index and no trailing slash",
1058110573
"API routes dev support should return data when catch-all with index and trailing slash",
1058210574
"API routes dev support should return redirect when catch-all with index and trailing slash",
@@ -10585,7 +10577,7 @@
1058510577
"API routes production mode should return data when catch-all with index and trailing slash",
1058610578
"API routes production mode should return redirect when catch-all with index and trailing slash"
1058710579
],
10588-
"failed": [],
10580+
"failed": ["API routes dev support should return data when catch-all"],
1058910581
"pending": [],
1059010582
"flakey": [],
1059110583
"runtimeError": false
@@ -11905,11 +11897,12 @@
1190511897
"passed": [
1190611898
"Custom _error development mode 1 should not warn with /_error and /404 when rendering error first",
1190711899
"Custom _error development mode 2 should not warn with /_error and /404",
11908-
"Custom _error development mode 2 should warn on custom /_error without custom /404",
1190911900
"Custom _error production mode renders custom _error successfully",
1191011901
"Custom _error production mode should not contain /_error in build output"
1191111902
],
11912-
"failed": [],
11903+
"failed": [
11904+
"Custom _error development mode 2 should warn on custom /_error without custom /404"
11905+
],
1191311906
"pending": [],
1191411907
"flakey": [],
1191511908
"runtimeError": false
@@ -14933,11 +14926,11 @@
1493314926
"runtimeError": false
1493414927
},
1493514928
"test/integration/gssp-redirect-with-rewrites/test/index.test.js": {
14936-
"passed": [
14929+
"passed": [],
14930+
"failed": [
1493714931
"getServerSideProps redirects should fallback to browser navigation for an unknown URL",
1493814932
"getServerSideProps redirects should use a client-side navigation for a rewritten URL"
1493914933
],
14940-
"failed": [],
1494114934
"pending": [],
1494214935
"flakey": [],
1494314936
"runtimeError": false
@@ -16853,10 +16846,11 @@
1685316846
},
1685416847
"test/integration/jsconfig-paths-wildcard/test/index.test.js": {
1685516848
"passed": [
16856-
"jsconfig paths wildcard default behavior should resolve a wildcard alias",
1685716849
"jsconfig paths without baseurl wildcard default behavior should resolve a wildcard alias"
1685816850
],
16859-
"failed": [],
16851+
"failed": [
16852+
"jsconfig paths wildcard default behavior should resolve a wildcard alias"
16853+
],
1686016854
"pending": [],
1686116855
"flakey": [],
1686216856
"runtimeError": false
@@ -18065,14 +18059,15 @@
1806518059
},
1806618060
"test/integration/next-image-new/unoptimized/test/index.test.ts": {
1806718061
"passed": [
18068-
"Unoptimized Image Tests development mode - component should not optimize any image",
18069-
"Unoptimized Image Tests development mode - getImageProps should not optimize any image",
1807018062
"Unoptimized Image Tests production mode - component should build correct images-manifest.json",
1807118063
"Unoptimized Image Tests production mode - component should not optimize any image",
1807218064
"Unoptimized Image Tests production mode - getImageProps should build correct images-manifest.json",
1807318065
"Unoptimized Image Tests production mode - getImageProps should not optimize any image"
1807418066
],
18075-
"failed": [],
18067+
"failed": [
18068+
"Unoptimized Image Tests development mode - component should not optimize any image",
18069+
"Unoptimized Image Tests development mode - getImageProps should not optimize any image"
18070+
],
1807618071
"pending": [],
1807718072
"flakey": [],
1807818073
"runtimeError": false
@@ -18584,10 +18579,9 @@
1858418579
"test/integration/read-only-source-hmr/test/index.test.js": {
1858518580
"passed": [
1858618581
"Read-only source HMR should detect a new page",
18587-
"Read-only source HMR should detect changes to a page",
1858818582
"Read-only source HMR should handle page deletion and subsequent recreation"
1858918583
],
18590-
"failed": [],
18584+
"failed": ["Read-only source HMR should detect changes to a page"],
1859118585
"pending": [],
1859218586
"flakey": [],
1859318587
"runtimeError": false

0 commit comments

Comments
 (0)