Skip to content

Commit 321c6af

Browse files
Update Rspack production test manifest (#84630)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent d7a5820 commit 321c6af

File tree

1 file changed

+42
-22
lines changed

1 file changed

+42
-22
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 42 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6616,19 +6616,18 @@
66166616
},
66176617
"test/e2e/app-dir/segment-cache/prefetch-layout-sharing/prefetch-layout-sharing.test.ts": {
66186618
"passed": [
6619+
"layout sharing in non-static prefetches full prefetches should include layouts that were only prefetched with a runtime prefetch",
6620+
"layout sharing in non-static prefetches full prefetches should omit layouts that were already prefetched with a full prefetch",
66196621
"layout sharing in non-static prefetches full prefetches should omit layouts that were prefetched with a runtime prefetch and had no dynamic holes",
66206622
"layout sharing in non-static prefetches navigations should omit layouts that were already prefetched with a full prefetch",
66216623
"layout sharing in non-static prefetches navigations should omit layouts that were prefetched with a runtime prefetch and had no dynamic holes",
66226624
"layout sharing in non-static prefetches runtime prefetches should omit layouts that were already prefetched with a full prefetch",
66236625
"layout sharing in non-static prefetches runtime prefetches should omit layouts that were already prefetched with a runtime prefetch",
66246626
"layout sharing in non-static prefetches segment-level prefetch config does not unnecessarily use a runtime prefetch for sub-pages of runtime-prefetchable layouts",
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",
6627+
"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",
66306628
"layout sharing in non-static prefetches segment-level prefetch config uses a runtime prefetch for sub-pages of runtime-prefetchable layouts if requested"
66316629
],
6630+
"failed": [],
66326631
"pending": [],
66336632
"flakey": [],
66346633
"runtimeError": false
@@ -7379,6 +7378,15 @@
73797378
"flakey": [],
73807379
"runtimeError": false
73817380
},
7381+
"test/e2e/app-dir/webpack-loader-resolve/webpack-loader-resolve.test.ts": {
7382+
"passed": [
7383+
"webpack-loader-resolve should support resolving absolute path via loader getResolve"
7384+
],
7385+
"failed": [],
7386+
"pending": [],
7387+
"flakey": [],
7388+
"runtimeError": false
7389+
},
73827390
"test/e2e/app-dir/webpack-loader-resource-query/turbopack-loader-resource-query.test.ts": {
73837391
"passed": ["webpack-loader-resource-query should pass query to loader"],
73847392
"failed": [],
@@ -7397,7 +7405,7 @@
73977405
},
73987406
"test/e2e/app-dir/webpack-loader-ts-transform/webpack-loader-ts-transform.test.ts": {
73997407
"passed": [
7400-
"webpack-loader-ts-transform should only run the test in turbopack"
7408+
"webpack-loader-ts-transform should accept Typescript returned from Webpack loaders"
74017409
],
74027410
"failed": [],
74037411
"pending": [],
@@ -10569,6 +10577,7 @@
1056910577
},
1057010578
"test/integration/api-catch-all/test/index.test.js": {
1057110579
"passed": [
10580+
"API routes dev support should return data when catch-all",
1057210581
"API routes dev support should return data when catch-all with index and no trailing slash",
1057310582
"API routes dev support should return data when catch-all with index and trailing slash",
1057410583
"API routes dev support should return redirect when catch-all with index and trailing slash",
@@ -10577,7 +10586,7 @@
1057710586
"API routes production mode should return data when catch-all with index and trailing slash",
1057810587
"API routes production mode should return redirect when catch-all with index and trailing slash"
1057910588
],
10580-
"failed": ["API routes dev support should return data when catch-all"],
10589+
"failed": [],
1058110590
"pending": [],
1058210591
"flakey": [],
1058310592
"runtimeError": false
@@ -11471,7 +11480,9 @@
1147111480
"create-next-app prompts should prompt user for choice if --js or --ts flag is absent",
1147211481
"create-next-app prompts should prompt user for choice if --tailwind is absent",
1147311482
"create-next-app prompts should prompt user for choice if directory name is absent",
11474-
"create-next-app prompts should prompt user to confirm reset preferences"
11483+
"create-next-app prompts should prompt user to confirm reset preferences",
11484+
"create-next-app prompts should show reuse previous settings option when preferences exist",
11485+
"create-next-app prompts should use recommended defaults when user selects that option"
1147511486
],
1147611487
"failed": [],
1147711488
"pending": [],
@@ -11897,12 +11908,11 @@
1189711908
"passed": [
1189811909
"Custom _error development mode 1 should not warn with /_error and /404 when rendering error first",
1189911910
"Custom _error development mode 2 should not warn with /_error and /404",
11911+
"Custom _error development mode 2 should warn on custom /_error without custom /404",
1190011912
"Custom _error production mode renders custom _error successfully",
1190111913
"Custom _error production mode should not contain /_error in build output"
1190211914
],
11903-
"failed": [
11904-
"Custom _error development mode 2 should warn on custom /_error without custom /404"
11905-
],
11915+
"failed": [],
1190611916
"pending": [],
1190711917
"flakey": [],
1190811918
"runtimeError": false
@@ -14916,11 +14926,11 @@
1491614926
"runtimeError": false
1491714927
},
1491814928
"test/integration/gssp-redirect-with-rewrites/test/index.test.js": {
14919-
"passed": [],
14920-
"failed": [
14929+
"passed": [
1492114930
"getServerSideProps redirects should fallback to browser navigation for an unknown URL",
1492214931
"getServerSideProps redirects should use a client-side navigation for a rewritten URL"
1492314932
],
14933+
"failed": [],
1492414934
"pending": [],
1492514935
"flakey": [],
1492614936
"runtimeError": false
@@ -16836,11 +16846,10 @@
1683616846
},
1683716847
"test/integration/jsconfig-paths-wildcard/test/index.test.js": {
1683816848
"passed": [
16849+
"jsconfig paths wildcard default behavior should resolve a wildcard alias",
1683916850
"jsconfig paths without baseurl wildcard default behavior should resolve a wildcard alias"
1684016851
],
16841-
"failed": [
16842-
"jsconfig paths wildcard default behavior should resolve a wildcard alias"
16843-
],
16852+
"failed": [],
1684416853
"pending": [],
1684516854
"flakey": [],
1684616855
"runtimeError": false
@@ -17909,7 +17918,9 @@
1790917918
"test/integration/next-image-new/image-from-node-modules/test/index.test.ts": {
1791017919
"passed": [
1791117920
"Image Component from node_modules development mode should apply image config for node_modules",
17912-
"Image Component from node_modules prod mode production mode should apply image config for node_modules"
17921+
"Image Component from node_modules development mode should warn when using images.domains config",
17922+
"Image Component from node_modules prod mode production mode should apply image config for node_modules",
17923+
"Image Component from node_modules prod mode production mode should warn when using images.domains config"
1791317924
],
1791417925
"failed": [],
1791517926
"pending": [],
@@ -18049,15 +18060,14 @@
1804918060
},
1805018061
"test/integration/next-image-new/unoptimized/test/index.test.ts": {
1805118062
"passed": [
18063+
"Unoptimized Image Tests development mode - component should not optimize any image",
18064+
"Unoptimized Image Tests development mode - getImageProps should not optimize any image",
1805218065
"Unoptimized Image Tests production mode - component should build correct images-manifest.json",
1805318066
"Unoptimized Image Tests production mode - component should not optimize any image",
1805418067
"Unoptimized Image Tests production mode - getImageProps should build correct images-manifest.json",
1805518068
"Unoptimized Image Tests production mode - getImageProps should not optimize any image"
1805618069
],
18057-
"failed": [
18058-
"Unoptimized Image Tests development mode - component should not optimize any image",
18059-
"Unoptimized Image Tests development mode - getImageProps should not optimize any image"
18060-
],
18070+
"failed": [],
1806118071
"pending": [],
1806218072
"flakey": [],
1806318073
"runtimeError": false
@@ -18569,9 +18579,10 @@
1856918579
"test/integration/read-only-source-hmr/test/index.test.js": {
1857018580
"passed": [
1857118581
"Read-only source HMR should detect a new page",
18582+
"Read-only source HMR should detect changes to a page",
1857218583
"Read-only source HMR should handle page deletion and subsequent recreation"
1857318584
],
18574-
"failed": ["Read-only source HMR should detect changes to a page"],
18585+
"failed": [],
1857518586
"pending": [],
1857618587
"flakey": [],
1857718588
"runtimeError": false
@@ -19647,6 +19658,15 @@
1964719658
"flakey": [],
1964819659
"runtimeError": false
1964919660
},
19661+
"test/production/adapter-config/adapter-config-export.test.ts": {
19662+
"passed": [
19663+
"adapter-config export should call onBuildComplete with correct context"
19664+
],
19665+
"failed": [],
19666+
"pending": [],
19667+
"flakey": [],
19668+
"runtimeError": false
19669+
},
1965019670
"test/production/adapter-config/adapter-config-ppr.test.ts": {
1965119671
"passed": [
1965219672
"adapter-config should apply modifyConfig from adapter",

0 commit comments

Comments
 (0)