Skip to content

Commit a5064d7

Browse files
Update Rspack production test manifest (#84891)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent 833f55a commit a5064d7

File tree

1 file changed

+71
-29
lines changed

1 file changed

+71
-29
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 71 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -491,10 +491,11 @@
491491
},
492492
"test/e2e/app-dir/app-client-cache/client-cache.parallel-routes.test.ts": {
493493
"passed": [
494-
"app dir client cache with parallel routes prefetch={true} should prefetch the full page",
495494
"app dir client cache with parallel routes prefetch={true} should re-use the cache for the full page, only for 5 mins"
496495
],
497-
"failed": [],
496+
"failed": [
497+
"app dir client cache with parallel routes prefetch={true} should prefetch the full page"
498+
],
498499
"pending": [],
499500
"flakey": [],
500501
"runtimeError": false
@@ -859,10 +860,11 @@
859860
"app dir - prefetching should not prefetch for a bot user agent",
860861
"app dir - prefetching should not re-render error component when triggering a prefetch action",
861862
"app dir - prefetching should not unintentionally modify the requested prefetch by escaping the uri encoded query params",
862-
"app dir - prefetching should only prefetch the loading state and not the component tree when prefetching at the same segment",
863+
"app dir - prefetching should only prefetch the loading state and not the component tree when prefetching at the same segment"
864+
],
865+
"failed": [
863866
"app dir - prefetching should show layout eagerly when prefetched with loading one level down"
864867
],
865-
"failed": [],
866868
"pending": [
867869
"app dir - prefetching should not suppress prefetches after navigating back"
868870
],
@@ -1750,6 +1752,19 @@
17501752
"flakey": [],
17511753
"runtimeError": false
17521754
},
1755+
"test/e2e/app-dir/cache-components-console/cache-components.console.test.ts": {
1756+
"passed": [
1757+
"cache-components - Console Dimming - Validation dims console calls during prospective rendering",
1758+
"cache-components - Logging after Abort (default) With Dimming - Client dims console calls after a prerender has aborted",
1759+
"cache-components - Logging after Abort (default) With Dimming - Server dims console calls after a prerender has aborted",
1760+
"cache-components - Logging after Abort With Hiding - Client hides console calls after a prerender has aborted",
1761+
"cache-components - Logging after Abort With Hiding - Server hides console calls after a prerender has aborted"
1762+
],
1763+
"failed": [],
1764+
"pending": [],
1765+
"flakey": [],
1766+
"runtimeError": false
1767+
},
17531768
"test/e2e/app-dir/cache-components-create-component-tree/cache-components-create-component-tree.test.ts": {
17541769
"passed": [
17551770
"hello-world should not indicate there is an error when incidental math.random calls occur during component tree generation during build"
@@ -1952,17 +1967,6 @@
19521967
"flakey": [],
19531968
"runtimeError": false
19541969
},
1955-
"test/e2e/app-dir/cache-components/cache-components.console.test.ts": {
1956-
"passed": [
1957-
"cache-components - Console Dimming - Logging after Abort in Client dims console calls after a prerender has aborted",
1958-
"cache-components - Console Dimming - Logging after Abort in Server dims console calls after a prerender has aborted",
1959-
"cache-components - Console Dimming - Validation dims console calls during prospective rendering"
1960-
],
1961-
"failed": [],
1962-
"pending": [],
1963-
"flakey": [],
1964-
"runtimeError": false
1965-
},
19661970
"test/e2e/app-dir/cache-components/cache-components.cookies.test.ts": {
19671971
"passed": [
19681972
"cache-components should be able to access cookie properties",
@@ -4034,6 +4038,18 @@
40344038
"flakey": [],
40354039
"runtimeError": false
40364040
},
4041+
"test/e2e/app-dir/next-condition/next-condition.test.ts": {
4042+
"passed": [
4043+
"`next-js` Condition When Cache Components is disabled should not follow the next-js condition from a bundled commonjs package",
4044+
"`next-js` Condition When Cache Components is disabled should not follow the next-js condition from a bundled esm package",
4045+
"`next-js` Condition When Cache Components is disabled should not follow the next-js condition from an external commonjs package",
4046+
"`next-js` Condition When Cache Components is disabled should not follow the next-js condition from an external esm package"
4047+
],
4048+
"failed": [],
4049+
"pending": [],
4050+
"flakey": [],
4051+
"runtimeError": false
4052+
},
40374053
"test/e2e/app-dir/next-config-ts-native-mts/async-function/async-function-cjs.test.ts": {
40384054
"passed": [],
40394055
"failed": [],
@@ -5637,6 +5653,15 @@
56375653
"flakey": [],
56385654
"runtimeError": false
56395655
},
5656+
"test/e2e/app-dir/proxy-with-middleware/proxy-with-middleware.test.ts": {
5657+
"passed": [
5658+
"proxy-with-middleware should error when both middleware and proxy files are detected"
5659+
],
5660+
"failed": [],
5661+
"pending": [],
5662+
"flakey": [],
5663+
"runtimeError": false
5664+
},
56405665
"test/e2e/app-dir/random-in-sass/random-in-sass.test.ts": {
56415666
"passed": ["random-in-sass should work using browser"],
56425667
"failed": [],
@@ -6466,7 +6491,6 @@
64666491
"segment cache (basic tests) does not cause infinite loop with cacheLife(\"seconds\")",
64676492
"segment cache (basic tests) does not throw an error when navigating to a page with a server action",
64686493
"segment cache (basic tests) navigate before any data has loaded into the prefetch cache",
6469-
"segment cache (basic tests) navigate to page with lazily-generated (not at build time) static param",
64706494
"segment cache (basic tests) navigate with prefetched data",
64716495
"segment cache (basic tests) prefetch interception route",
64726496
"segment cache (basic tests) prefetch interception route with params",
@@ -6475,7 +6499,9 @@
64756499
"segment cache (basic tests) skips static layouts during partially static navigation"
64766500
],
64776501
"failed": [],
6478-
"pending": [],
6502+
"pending": [
6503+
"segment cache (basic tests) navigate to page with lazily-generated (not at build time) static param"
6504+
],
64796505
"flakey": [],
64806506
"runtimeError": false
64816507
},
@@ -19025,8 +19051,7 @@
1902519051
"runtimeError": false
1902619052
},
1902719053
"test/integration/required-server-files-ssr-404/test/index.test.js": {
19028-
"passed": [],
19029-
"failed": [
19054+
"passed": [
1903019055
"Required Server Files production mode partial optional catch-all route should render /partial-catch-all/hello.com",
1903119056
"Required Server Files production mode partial optional catch-all route should render /partial-catch-all/hello.com/hello",
1903219057
"Required Server Files production mode partial optional catch-all route should render /partial-catch-all/hello.com/hello/world",
@@ -19052,9 +19077,10 @@
1905219077
"Required Server Files production mode should return data correctly with x-matched-path",
1905319078
"Required Server Files production mode should return data correctly with x-matched-path for optional catch-all route"
1905419079
],
19080+
"failed": [],
1905519081
"pending": [],
1905619082
"flakey": [],
19057-
"runtimeError": true
19083+
"runtimeError": false
1905819084
},
1905919085
"test/integration/revalidate-as-path/test/index.test.js": {
1906019086
"passed": [
@@ -20491,15 +20517,6 @@
2049120517
"flakey": [],
2049220518
"runtimeError": false
2049320519
},
20494-
"test/production/app-dir/proxy-with-middleware/proxy-with-middleware.test.ts": {
20495-
"passed": [
20496-
"proxy-with-middleware should error when both middleware and proxy files are detected"
20497-
],
20498-
"failed": [],
20499-
"pending": [],
20500-
"flakey": [],
20501-
"runtimeError": false
20502-
},
2050320520
"test/production/app-dir/resume-data-cache/resume-data-cache.test.ts": {
2050420521
"passed": [
2050520522
"resume-data-cache should have consistent data between static and dynamic renders with fetch cache",
@@ -20698,6 +20715,24 @@
2069820715
"flakey": [],
2069920716
"runtimeError": false
2070020717
},
20718+
"test/production/config-validation-fatal-errors/index.test.ts": {
20719+
"passed": [
20720+
"config validation - fatal errors should show warnings first, then throw fatal error"
20721+
],
20722+
"failed": [],
20723+
"pending": [],
20724+
"flakey": [],
20725+
"runtimeError": false
20726+
},
20727+
"test/production/config-validation-warnings/index.test.ts": {
20728+
"passed": [
20729+
"config validation - warnings only should show warnings but not block the build"
20730+
],
20731+
"failed": [],
20732+
"pending": [],
20733+
"flakey": [],
20734+
"runtimeError": false
20735+
},
2070120736
"test/production/custom-error-500/index.test.ts": {
2070220737
"passed": [
2070320738
"custom-error-500 should correctly use pages/500 and call Error.getInitialProps",
@@ -21327,6 +21362,13 @@
2132721362
"flakey": [],
2132821363
"runtimeError": false
2132921364
},
21365+
"test/production/proxy-typescript/test/index.test.ts": {
21366+
"passed": ["proxy-typescript should have built and started"],
21367+
"failed": [],
21368+
"pending": [],
21369+
"flakey": [],
21370+
"runtimeError": false
21371+
},
2133021372
"test/production/reading-request-body-in-middleware/index.test.ts": {
2133121373
"passed": [
2133221374
"reading request body in middleware passes the body greater than 64KiB to the api endpoint",

0 commit comments

Comments
 (0)