Skip to content

Commit 6956d5e

Browse files
Update Rspack development test manifest (#78178)
1 parent 6c80887 commit 6956d5e

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5865,17 +5865,16 @@
58655865
"runtimeError": false
58665866
},
58675867
"test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
5868-
"passed": [
5868+
"passed": [],
5869+
"failed": [
58695870
"app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment",
58705871
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
5871-
"app-dir - error-on-next-codemod-comment should error with inline comment as well"
5872-
],
5873-
"failed": [
5872+
"app-dir - error-on-next-codemod-comment should error with inline comment as well",
58745873
"app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
58755874
],
58765875
"pending": [],
58775876
"flakey": [],
5878-
"runtimeError": false
5877+
"runtimeError": true
58795878
},
58805879
"test/e2e/app-dir/errors/index.test.ts": {
58815880
"passed": [
@@ -6276,14 +6275,14 @@
62766275
"app-dir - logging with verbose logging for edge runtime should not log _rsc query for client navigation RSC request",
62776276
"app-dir - logging with verbose logging for edge runtime should only log requests in development mode",
62786277
"app-dir - logging with verbose logging for edge runtime should respect request.init.cache when use with fetch input is instance",
6279-
"app-dir - logging with verbose logging for edge runtime should show cache reason of noStore when use with fetch"
6278+
"app-dir - logging with verbose logging for edge runtime should show cache reason of noStore when use with fetch",
6279+
"app-dir - logging with verbose logging for edge runtime when logging.fetches.hmrRefreshes is true should log requests for HMR refreshes"
62806280
],
62816281
"failed": [
62826282
"app-dir - logging with default logging should not contain metadata internal segments for dynamic metadata routes",
62836283
"app-dir - logging with fetches default logging should not contain metadata internal segments for dynamic metadata routes",
62846284
"app-dir - logging with fetches verbose logging should not contain metadata internal segments for dynamic metadata routes",
6285-
"app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes",
6286-
"app-dir - logging with verbose logging for edge runtime when logging.fetches.hmrRefreshes is true should log requests for HMR refreshes"
6285+
"app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes"
62876286
],
62886287
"pending": [],
62896288
"flakey": [],
@@ -6452,6 +6451,17 @@
64526451
"flakey": [],
64536452
"runtimeError": false
64546453
},
6454+
"test/e2e/app-dir/metadata-streaming-parallel-routes/metadata-streaming-parallel-routes.test.ts": {
6455+
"passed": [
6456+
"app-dir - metadata-streaming should only insert metadata once for parallel routes when slots match",
6457+
"app-dir - metadata-streaming should only insert metadata once for parallel routes when there is a missing slot",
6458+
"app-dir - metadata-streaming should still render metadata if children is not rendered in parallel routes layout"
6459+
],
6460+
"failed": [],
6461+
"pending": [],
6462+
"flakey": [],
6463+
"runtimeError": false
6464+
},
64556465
"test/e2e/app-dir/metadata-streaming-static-generation/metadata-streaming-static-generation.test.ts": {
64566466
"passed": [
64576467
"app-dir - metadata-streaming-static-generation dynamic pages should contain async generated metadata in body for simple dynamics page",
@@ -6489,14 +6499,11 @@
64896499
"app-dir - metadata-streaming navigation API should trigger redirection when call redirect",
64906500
"app-dir - metadata-streaming should delay the metadata render to body",
64916501
"app-dir - metadata-streaming should load the initial html without slow metadata during navigation",
6492-
"app-dir - metadata-streaming should only insert metadata once for parallel routes when slots match",
6493-
"app-dir - metadata-streaming should only insert metadata once for parallel routes when there is a missing slot",
64946502
"app-dir - metadata-streaming should only insert metadata once into head or body",
64956503
"app-dir - metadata-streaming should render the metadata in the browser",
64966504
"app-dir - metadata-streaming should send streaming response for headless browser bots",
64976505
"app-dir - metadata-streaming should send the blocking response for html limited bots",
64986506
"app-dir - metadata-streaming should still load viewport meta tags even if metadata is delayed",
6499-
"app-dir - metadata-streaming should still render metadata if children is not rendered in parallel routes layout",
65006507
"app-dir - metadata-streaming static should determine dynamic metadata in build and render in the body",
65016508
"app-dir - metadata-streaming static should render static metadata in the head",
65026509
"app-dir - metadata-streaming static should still render dynamic metadata in the head for html bots"

0 commit comments

Comments
 (0)