Skip to content

Commit 5a918d8

Browse files
vercel-release-boteps1lon
authored andcommitted
Update Rspack production test manifest (#78177)
1 parent 236f433 commit 5a918d8

File tree

1 file changed

+39
-13
lines changed

1 file changed

+39
-13
lines changed

Diff for: test/rspack-build-tests-manifest.json

+39-13
Original file line numberDiff line numberDiff line change
@@ -2010,18 +2010,18 @@
20102010
"passed": [
20112011
"Dynamic IO Errors - With Minification Dynamic Boundary should not error the build when all dynamic components are inside a Suspense boundary",
20122012
"Dynamic IO Errors - With Minification Dynamic Metadata - Dynamic Route should partially prerender when all dynamic components are inside a Suspense boundary",
2013-
"Dynamic IO Errors - With Minification Dynamic Metadata - Static Route With Suspense should error the build if generateMetadata is dynamic",
2014-
"Dynamic IO Errors - With Minification Dynamic Metadata - Static Route should error the build if generateMetadata is dynamic",
2013+
"Dynamic IO Errors - With Minification Dynamic Metadata - Static Route With Suspense should not error the build if generateMetadata is dynamic",
2014+
"Dynamic IO Errors - With Minification Dynamic Metadata - Static Route should not error the build if generateMetadata is dynamic",
20152015
"Dynamic IO Errors - With Minification Dynamic Root should error the build if dynamic IO happens in the root (outside a Suspense)",
2016-
"Dynamic IO Errors - With Minification Dynamic Viewport - Dynamic Route should partially prerender when all dynamic components are inside a Suspense boundary",
2016+
"Dynamic IO Errors - With Minification Dynamic Viewport - Dynamic Route should error the build if generateViewport is dynamic even if there are other uses of dynamic on the page",
20172017
"Dynamic IO Errors - With Minification Dynamic Viewport - Static Route should error the build if generateViewport is dynamic",
20182018
"Dynamic IO Errors - With Minification Static Route should not error the build when all routes are static",
20192019
"Dynamic IO Errors - Without Minification Dynamic Boundary should not error the build when all dynamic components are inside a Suspense boundary",
20202020
"Dynamic IO Errors - Without Minification Dynamic Metadata - Dynamic Route should partially prerender when all dynamic components are inside a Suspense boundary",
2021-
"Dynamic IO Errors - Without Minification Dynamic Metadata - Static Route With Suspense should error the build if generateMetadata is dynamic",
2022-
"Dynamic IO Errors - Without Minification Dynamic Metadata - Static Route should error the build if generateMetadata is dynamic",
2021+
"Dynamic IO Errors - Without Minification Dynamic Metadata - Static Route With Suspense should not error the build if generateMetadata is dynamic",
2022+
"Dynamic IO Errors - Without Minification Dynamic Metadata - Static Route should not error the build if generateMetadata is dynamic",
20232023
"Dynamic IO Errors - Without Minification Dynamic Root should error the build if dynamic IO happens in the root (outside a Suspense)",
2024-
"Dynamic IO Errors - Without Minification Dynamic Viewport - Dynamic Route should partially prerender when all dynamic components are inside a Suspense boundary",
2024+
"Dynamic IO Errors - Without Minification Dynamic Viewport - Dynamic Route should error the build if generateViewport is dynamic even if there are other uses of dynamic on the page",
20252025
"Dynamic IO Errors - Without Minification Dynamic Viewport - Static Route should error the build if generateViewport is dynamic",
20262026
"Dynamic IO Errors - Without Minification Static Route should not error the build when all routes are static"
20272027
],
@@ -2946,6 +2946,17 @@
29462946
"flakey": [],
29472947
"runtimeError": false
29482948
},
2949+
"test/e2e/app-dir/metadata-streaming-parallel-routes/metadata-streaming-parallel-routes.test.ts": {
2950+
"passed": [
2951+
"app-dir - metadata-streaming should only insert metadata once for parallel routes when slots match",
2952+
"app-dir - metadata-streaming should only insert metadata once for parallel routes when there is a missing slot",
2953+
"app-dir - metadata-streaming should still render metadata if children is not rendered in parallel routes layout"
2954+
],
2955+
"failed": [],
2956+
"pending": [],
2957+
"flakey": [],
2958+
"runtimeError": false
2959+
},
29492960
"test/e2e/app-dir/metadata-streaming-static-generation/metadata-streaming-static-generation.test.ts": {
29502961
"passed": [
29512962
"app-dir - metadata-streaming-static-generation dynamic pages should contain async generated metadata in body for simple dynamics page",
@@ -2984,14 +2995,11 @@
29842995
"app-dir - metadata-streaming navigation API should trigger redirection when call redirect",
29852996
"app-dir - metadata-streaming should delay the metadata render to body",
29862997
"app-dir - metadata-streaming should load the initial html without slow metadata during navigation",
2987-
"app-dir - metadata-streaming should only insert metadata once for parallel routes when slots match",
2988-
"app-dir - metadata-streaming should only insert metadata once for parallel routes when there is a missing slot",
29892998
"app-dir - metadata-streaming should only insert metadata once into head or body",
29902999
"app-dir - metadata-streaming should render the metadata in the browser",
29913000
"app-dir - metadata-streaming should send streaming response for headless browser bots",
29923001
"app-dir - metadata-streaming should send the blocking response for html limited bots",
29933002
"app-dir - metadata-streaming should still load viewport meta tags even if metadata is delayed",
2994-
"app-dir - metadata-streaming should still render metadata if children is not rendered in parallel routes layout",
29953003
"app-dir - metadata-streaming static should determine dynamic metadata in build and render in the body",
29963004
"app-dir - metadata-streaming static should render static metadata in the head",
29973005
"app-dir - metadata-streaming static should still render dynamic metadata in the head for html bots"
@@ -18212,18 +18220,36 @@
1821218220
"flakey": [],
1821318221
"runtimeError": false
1821418222
},
18215-
"test/production/app-dir/graceful-degrade-error/graceful-degrade-error-non-bot.test.ts": {
18223+
"test/production/app-dir/graceful-degrade/basic/graceful-degrade-non-bot.test.ts": {
18224+
"passed": [
18225+
"graceful-degrade - non bot should not degrade to graceful error when chunk loading fails in ssr for non-bot user agents"
18226+
],
18227+
"failed": [],
18228+
"pending": [],
18229+
"flakey": [],
18230+
"runtimeError": false
18231+
},
18232+
"test/production/app-dir/graceful-degrade/basic/graceful-degrade.test.ts": {
18233+
"passed": [
18234+
"graceful-degrade should degrade to graceful error when chunk loading fails in ssr for bot"
18235+
],
18236+
"failed": [],
18237+
"pending": [],
18238+
"flakey": [],
18239+
"runtimeError": false
18240+
},
18241+
"test/production/app-dir/graceful-degrade/custom-error/graceful-degrade-custom-error-non-bot.test.ts": {
1821618242
"passed": [
18217-
"graceful-degrade-error - non bot should not degrade to graceful error when chunk loading fails in ssr for non-bot user agents"
18243+
"graceful-degrade - custom-error - non bot should not degrade to graceful error when chunk loading fails in ssr for non-bot user agents"
1821818244
],
1821918245
"failed": [],
1822018246
"pending": [],
1822118247
"flakey": [],
1822218248
"runtimeError": false
1822318249
},
18224-
"test/production/app-dir/graceful-degrade-error/graceful-degrade-error.test.ts": {
18250+
"test/production/app-dir/graceful-degrade/custom-error/graceful-degrade-custom-error.test.ts": {
1822518251
"passed": [
18226-
"graceful-degrade-error should degrade to graceful error when chunk loading fails in ssr for bot"
18252+
"graceful-degrade - custom error should degrade to graceful error when chunk loading fails in ssr for bot"
1822718253
],
1822818254
"failed": [],
1822918255
"pending": [],

0 commit comments

Comments
 (0)