Skip to content

Commit 5b06213

Browse files
Update Rspack production test manifest (#82681)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent 6016558 commit 5b06213

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,8 +1819,10 @@
18191819
"Cache Components Errors Build With --prerender-debug Sync Dynamic Platform Without Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete",
18201820
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request client params should not error the build when synchronously reading `params.slug`",
18211821
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request client searchParams should not error the build when synchronously reading `searchParams.foo`",
1822+
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request cookies at runtime should not error the build, but fail at runtime",
18221823
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request cookies should error the build with a runtime error",
18231824
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request draftMode should not error the build when synchronously reading `draftMode().isEnabled`",
1825+
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request headers at runtime should not error the build, but fail at runtime",
18241826
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request headers should error the build with a runtime error",
18251827
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request server params should not error the build when synchronously reading `params.slug`",
18261828
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`",
@@ -1847,8 +1849,10 @@
18471849
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Platform Without Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete",
18481850
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request client params should not error the build when synchronously reading `params.slug`",
18491851
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request client searchParams should not error the build when synchronously reading `searchParams.foo`",
1852+
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request cookies at runtime should not error the build, but fail at runtime",
18501853
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request cookies should error the build with a runtime error",
18511854
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request draftMode should not error the build when synchronously reading `draftMode().isEnabled`",
1855+
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request headers at runtime should not error the build, but fail at runtime",
18521856
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request headers should error the build with a runtime error",
18531857
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server params should not error the build when synchronously reading `params.slug`",
18541858
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`",
@@ -6092,6 +6096,15 @@
60926096
"flakey": [],
60936097
"runtimeError": false
60946098
},
6099+
"test/e2e/app-dir/segment-cache/search-params/segment-cache-search-params-shared-loading-state.test.ts": {
6100+
"passed": [
6101+
"segment cache (search params shared loading state) if there's no matching prefetch entry for a page with particulular search params, optimistically reuse a prefetch entry with the same pathname and different search params"
6102+
],
6103+
"failed": [],
6104+
"pending": [],
6105+
"flakey": [],
6106+
"runtimeError": false
6107+
},
60956108
"test/e2e/app-dir/segment-cache/search-params/segment-cache-search-params.test.ts": {
60966109
"passed": [
60976110
"segment cache (search params) handles rewrites to the same page but with different search params",
@@ -6362,6 +6375,24 @@
63626375
"flakey": [],
63636376
"runtimeError": false
63646377
},
6378+
"test/e2e/app-dir/typed-routes-validator/typed-routes-validator.test.ts": {
6379+
"passed": [
6380+
"typed-routes-validator should fail type checking with invalid API route exports",
6381+
"typed-routes-validator should fail type checking with invalid layout exports",
6382+
"typed-routes-validator should fail type checking with invalid page exports",
6383+
"typed-routes-validator should fail type checking with invalid route handler params",
6384+
"typed-routes-validator should fail type checking with invalid route handler return type",
6385+
"typed-routes-validator should generate route validation correctly",
6386+
"typed-routes-validator should pass type checking with valid API route exports",
6387+
"typed-routes-validator should pass type checking with valid layout exports",
6388+
"typed-routes-validator should pass type checking with valid page exports",
6389+
"typed-routes-validator should pass type checking with valid route handler exports"
6390+
],
6391+
"failed": [],
6392+
"pending": [],
6393+
"flakey": [],
6394+
"runtimeError": false
6395+
},
63656396
"test/e2e/app-dir/typed-routes/typed-links.test.ts": {
63666397
"passed": [
63676398
"typed-links should fail type checking with invalid routes",
@@ -6377,6 +6408,7 @@
63776408
"test/e2e/app-dir/typed-routes/typed-routes.test.ts": {
63786409
"passed": [
63796410
"typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax",
6411+
"typed-routes should generate RouteContext type for route handlers",
63806412
"typed-routes should generate route types correctly",
63816413
"typed-routes should throw type errors"
63826414
],
@@ -7095,6 +7127,16 @@
70957127
"flakey": [],
70967128
"runtimeError": false
70977129
},
7130+
"test/e2e/deprecation-warnings/deprecation-warnings.test.ts": {
7131+
"passed": [
7132+
"deprecation-warnings with deprecated config options should emit deprecation warnings for explicitly configured deprecated options",
7133+
"deprecation-warnings without next.config.js should not emit any deprecation warnings when no config file exists"
7134+
],
7135+
"failed": [],
7136+
"pending": [],
7137+
"flakey": [],
7138+
"runtimeError": false
7139+
},
70987140
"test/e2e/disable-js-preload/test/index.test.js": {
70997141
"passed": [
71007142
"disabled JS preloads should not have JS preload links",

0 commit comments

Comments
 (0)