Skip to content

Commit 0e24ee2

Browse files
Update Rspack production test manifest (#82601)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent eba04da commit 0e24ee2

File tree

1 file changed

+57
-6
lines changed

1 file changed

+57
-6
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 57 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,7 @@
718718
"app-dir with middleware should be possible to read cookies that are set during the middleware handling of a server action",
719719
"app-dir with middleware should filter correctly after middleware rewrite",
720720
"app-dir with middleware should ignore x-middleware-set-cookie as a request header",
721+
"app-dir with middleware should not incorrectly treat a Location header as a rewrite",
721722
"app-dir with middleware should omit internal headers for middleware cookies",
722723
"app-dir with middleware should respect cookie options of merged middleware cookies"
723724
],
@@ -2200,6 +2201,15 @@
22002201
"flakey": [],
22012202
"runtimeError": false
22022203
},
2204+
"test/e2e/app-dir/css-modules-rsc-postcss/css-modules-rsc-postcss.test.ts": {
2205+
"passed": [
2206+
"css-modules-rsc-postcss should compile successfully and apply the correct styles"
2207+
],
2208+
"failed": [],
2209+
"pending": [],
2210+
"flakey": [],
2211+
"runtimeError": false
2212+
},
22032213
"test/e2e/app-dir/css-modules-scoping/css-modules-scoping.test.ts": {
22042214
"passed": [
22052215
"css-modules-scoping should not prefix grid areas",
@@ -5106,6 +5116,15 @@
51065116
"flakey": [],
51075117
"runtimeError": false
51085118
},
5119+
"test/e2e/app-dir/resuming-head-runtime-search-param/resuming-head-runtime-search-param.test.ts": {
5120+
"passed": [
5121+
"resuming-head-runtime-search-param should not show resumable slots error when using runtime search params"
5122+
],
5123+
"failed": [],
5124+
"pending": [],
5125+
"flakey": [],
5126+
"runtimeError": false
5127+
},
51095128
"test/e2e/app-dir/revalidate-dynamic/revalidate-dynamic.test.ts": {
51105129
"passed": [
51115130
"app-dir revalidate-dynamic should correctly mark a route handler that uses unstable_expireTag as dynamic",
@@ -6018,7 +6037,10 @@
60186037
"<Link prefetch={true}> (runtime prefetch) cache stale time handling omits private caches with a short enough staleTime",
60196038
"<Link prefetch={true}> (runtime prefetch) cache stale time handling omits short-lived public caches with a short enough staleTime",
60206039
"<Link prefetch={true}> (runtime prefetch) can completely prefetch a page that is fully static",
6021-
"<Link prefetch={true}> (runtime prefetch) errors aborts the prerender and logs an error when sync IO is used after cookies()",
6040+
"<Link prefetch={true}> (runtime prefetch) errors aborts the prerender and logs an error when sync IO is used after awaiting a private cache",
6041+
"<Link prefetch={true}> (runtime prefetch) errors aborts the prerender and logs an error when sync IO is used after awaiting a quickly-expiring public cache",
6042+
"<Link prefetch={true}> (runtime prefetch) errors aborts the prerender and logs an error when sync IO is used after awaiting cookies()",
6043+
"<Link prefetch={true}> (runtime prefetch) errors aborts the prerender and logs an error when sync IO is used after awaiting searchParams",
60226044
"<Link prefetch={true}> (runtime prefetch) errors should trigger error boundaries for errors that occurred in runtime-prefetched content",
60236045
"<Link prefetch={true}> (runtime prefetch) in a page can completely prefetch a page that uses cookies and no uncached IO",
60246046
"<Link prefetch={true}> (runtime prefetch) in a page includes cookies, but not dynamic content",
@@ -6030,6 +6052,11 @@
60306052
"<Link prefetch={true}> (runtime prefetch) in a private cache includes dynamic params, but not dynamic content",
60316053
"<Link prefetch={true}> (runtime prefetch) in a private cache includes root params, but not dynamic content",
60326054
"<Link prefetch={true}> (runtime prefetch) in a private cache includes search params, but not dynamic content",
6055+
"<Link prefetch={true}> (runtime prefetch) passed to a public cache can completely prefetch a page that uses cookies and no uncached IO",
6056+
"<Link prefetch={true}> (runtime prefetch) passed to a public cache includes cookies, but not dynamic content",
6057+
"<Link prefetch={true}> (runtime prefetch) passed to a public cache includes dynamic params, but not dynamic content",
6058+
"<Link prefetch={true}> (runtime prefetch) passed to a public cache includes root params, but not dynamic content",
6059+
"<Link prefetch={true}> (runtime prefetch) passed to a public cache includes search params, but not dynamic content",
60336060
"<Link prefetch={true}> (runtime prefetch) should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a page",
60346061
"<Link prefetch={true}> (runtime prefetch) should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a private cache",
60356062
"<Link prefetch={true}> (runtime prefetch) should not cache runtime prefetch responses in the browser cache or server-side private caches should return new results on each request"
@@ -6335,6 +6362,18 @@
63356362
"flakey": [],
63366363
"runtimeError": false
63376364
},
6365+
"test/e2e/app-dir/typed-routes/typed-links.test.ts": {
6366+
"passed": [
6367+
"typed-links should fail type checking with invalid routes",
6368+
"typed-links should generate types for next/link",
6369+
"typed-links should pass type checking with valid routes",
6370+
"typed-links should work with Route type casting"
6371+
],
6372+
"failed": [],
6373+
"pending": [],
6374+
"flakey": [],
6375+
"runtimeError": false
6376+
},
63386377
"test/e2e/app-dir/typed-routes/typed-routes.test.ts": {
63396378
"passed": [
63406379
"typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax",
@@ -6493,7 +6532,10 @@
64936532
"runtimeError": false
64946533
},
64956534
"test/e2e/app-dir/use-cache-search-params/use-cache-search-params.test.ts": {
6496-
"passed": ["use-cache-search-params should fail the build with errors"],
6535+
"passed": [
6536+
"use-cache-search-params should fail the build with errors",
6537+
"use-cache-search-params should resume a cached page that does not access search params without hydration errors"
6538+
],
64976539
"failed": [],
64986540
"pending": [],
64996541
"flakey": [],
@@ -10158,10 +10200,10 @@
1015810200
},
1015910201
"test/integration/app-types/app-types.test.js": {
1016010202
"passed": [
10161-
"app type checking production mode should generate route types correctly and report form errors",
10162-
"app type checking production mode should generate route types correctly and report link error",
10163-
"app type checking production mode should generate route types correctly and report router API errors",
10164-
"app type checking production mode should type check invalid entry exports"
10203+
"app type checking - production mode should generate route types correctly and report form errors",
10204+
"app type checking - production mode should generate route types correctly and report router API errors",
10205+
"app type checking - production mode should report link errors",
10206+
"app type checking - production mode should type check invalid entry exports"
1016510207
],
1016610208
"failed": [],
1016710209
"pending": [],
@@ -10301,6 +10343,15 @@
1030110343
"flakey": [],
1030210344
"runtimeError": false
1030310345
},
10346+
"test/integration/build-trace-extra-entries-monorepo/test/index.test.ts": {
10347+
"passed": [
10348+
"build trace with extra entries in monorepo production mode should build and trace correctly"
10349+
],
10350+
"failed": [],
10351+
"pending": [],
10352+
"flakey": [],
10353+
"runtimeError": false
10354+
},
1030410355
"test/integration/build-trace-extra-entries-turbo/test/index.test.js": {
1030510356
"passed": [
1030610357
"build trace with extra entries production mode should build and trace correctly"

0 commit comments

Comments
 (0)