Skip to content

Commit 13d62ff

Browse files
Update Rspack development test manifest (#82682)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent 5b06213 commit 13d62ff

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5953,8 +5953,10 @@
59535953
"Cache Components Errors Dev With `use cache: private` without Suspense should show a redbox error"
59545954
],
59555955
"failed": [
5956+
"Cache Components Errors Dev Sync Dynamic Request cookies at runtime should show a redbox with a sync access error and a runtime error",
59565957
"Cache Components Errors Dev Sync Dynamic Request cookies should show a redbox with a sync access error and a runtime error",
59575958
"Cache Components Errors Dev Sync Dynamic Request draftMode should show a collapsed redbox with a sync access error",
5959+
"Cache Components Errors Dev Sync Dynamic Request headers at runtime should show a redbox with a sync access error and a runtime error",
59585960
"Cache Components Errors Dev Sync Dynamic Request headers should show a redbox with a sync access error and a runtime error"
59595961
],
59605962
"pending": [],
@@ -6817,10 +6819,10 @@
68176819
"test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
68186820
"passed": [
68196821
"app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment",
6820-
"app-dir - error-on-next-codemod-comment should error with inline comment as well"
6822+
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment"
68216823
],
68226824
"failed": [
6823-
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
6825+
"app-dir - error-on-next-codemod-comment should error with inline comment as well",
68246826
"app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
68256827
],
68266828
"pending": [],
@@ -7292,6 +7294,7 @@
72927294
"app-dir - logging with fetches default logging should log 'skip' cache status with a reason when revalidate: 0 is used",
72937295
"app-dir - logging with fetches default logging should log 'skip' cache status with a reason when the browser indicates caching should be ignored",
72947296
"app-dir - logging with fetches default logging should log each page request only once",
7297+
"app-dir - logging with fetches default logging should log requests for after revalidation via server action",
72957298
"app-dir - logging with fetches default logging should log requests for client-side navigations",
72967299
"app-dir - logging with fetches default logging should log requests with correct indentation",
72977300
"app-dir - logging with fetches default logging should not contain metadata internal segments for dynamic metadata routes",
@@ -7307,6 +7310,7 @@
73077310
"app-dir - logging with fetches verbose logging should log 'skip' cache status with a reason when revalidate: 0 is used",
73087311
"app-dir - logging with fetches verbose logging should log 'skip' cache status with a reason when the browser indicates caching should be ignored",
73097312
"app-dir - logging with fetches verbose logging should log each page request only once",
7313+
"app-dir - logging with fetches verbose logging should log requests for after revalidation via server action",
73107314
"app-dir - logging with fetches verbose logging should log requests for client-side navigations",
73117315
"app-dir - logging with fetches verbose logging should log requests with correct indentation",
73127316
"app-dir - logging with fetches verbose logging should not contain metadata internal segments for dynamic metadata routes",
@@ -7322,6 +7326,7 @@
73227326
"app-dir - logging with verbose logging for edge runtime should log 'skip' cache status with a reason when revalidate: 0 is used",
73237327
"app-dir - logging with verbose logging for edge runtime should log 'skip' cache status with a reason when the browser indicates caching should be ignored",
73247328
"app-dir - logging with verbose logging for edge runtime should log each page request only once",
7329+
"app-dir - logging with verbose logging for edge runtime should log requests for after revalidation via server action",
73257330
"app-dir - logging with verbose logging for edge runtime should log requests for client-side navigations",
73267331
"app-dir - logging with verbose logging for edge runtime should log requests with correct indentation",
73277332
"app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes",
@@ -9900,6 +9905,15 @@
99009905
"flakey": [],
99019906
"runtimeError": false
99029907
},
9908+
"test/e2e/app-dir/segment-cache/search-params/segment-cache-search-params-shared-loading-state.test.ts": {
9909+
"passed": [
9910+
"segment cache (search params shared loading state) prefetching is disabled"
9911+
],
9912+
"failed": [],
9913+
"pending": [],
9914+
"flakey": [],
9915+
"runtimeError": false
9916+
},
99039917
"test/e2e/app-dir/segment-cache/search-params/segment-cache-search-params.test.ts": {
99049918
"passed": ["segment cache (search params) ppr is disabled"],
99059919
"failed": [],
@@ -10155,6 +10169,15 @@
1015510169
"flakey": [],
1015610170
"runtimeError": false
1015710171
},
10172+
"test/e2e/app-dir/typed-routes-validator/typed-routes-validator.test.ts": {
10173+
"passed": [
10174+
"typed-routes-validator should generate route validation correctly"
10175+
],
10176+
"failed": [],
10177+
"pending": [],
10178+
"flakey": [],
10179+
"runtimeError": false
10180+
},
1015810181
"test/e2e/app-dir/typed-routes/typed-links.test.ts": {
1015910182
"passed": ["typed-links should generate types for next/link"],
1016010183
"failed": [],
@@ -10165,6 +10188,7 @@
1016510188
"test/e2e/app-dir/typed-routes/typed-routes.test.ts": {
1016610189
"passed": [
1016710190
"typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax",
10191+
"typed-routes should generate RouteContext type for route handlers",
1016810192
"typed-routes should generate route types correctly",
1016910193
"typed-routes should update route types file when routes change"
1017010194
],
@@ -10889,6 +10913,16 @@
1088910913
"flakey": [],
1089010914
"runtimeError": false
1089110915
},
10916+
"test/e2e/deprecation-warnings/deprecation-warnings.test.ts": {
10917+
"passed": [
10918+
"deprecation-warnings with deprecated config options should emit deprecation warnings for explicitly configured deprecated options",
10919+
"deprecation-warnings without next.config.js should not emit any deprecation warnings when no config file exists"
10920+
],
10921+
"failed": [],
10922+
"pending": [],
10923+
"flakey": [],
10924+
"runtimeError": false
10925+
},
1089210926
"test/e2e/disable-js-preload/test/index.test.js": {
1089310927
"passed": [
1089410928
"disabled JS preloads should not have JS preload links",

0 commit comments

Comments
 (0)