|
2010 | 2010 | "passed": [
|
2011 | 2011 | "Dynamic IO Errors - With Minification Dynamic Boundary should not error the build when all dynamic components are inside a Suspense boundary",
|
2012 | 2012 | "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", |
2015 | 2015 | "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", |
2017 | 2017 | "Dynamic IO Errors - With Minification Dynamic Viewport - Static Route should error the build if generateViewport is dynamic",
|
2018 | 2018 | "Dynamic IO Errors - With Minification Static Route should not error the build when all routes are static",
|
2019 | 2019 | "Dynamic IO Errors - Without Minification Dynamic Boundary should not error the build when all dynamic components are inside a Suspense boundary",
|
2020 | 2020 | "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", |
2023 | 2023 | "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", |
2025 | 2025 | "Dynamic IO Errors - Without Minification Dynamic Viewport - Static Route should error the build if generateViewport is dynamic",
|
2026 | 2026 | "Dynamic IO Errors - Without Minification Static Route should not error the build when all routes are static"
|
2027 | 2027 | ],
|
|
2946 | 2946 | "flakey": [],
|
2947 | 2947 | "runtimeError": false
|
2948 | 2948 | },
|
| 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 | + }, |
2949 | 2960 | "test/e2e/app-dir/metadata-streaming-static-generation/metadata-streaming-static-generation.test.ts": {
|
2950 | 2961 | "passed": [
|
2951 | 2962 | "app-dir - metadata-streaming-static-generation dynamic pages should contain async generated metadata in body for simple dynamics page",
|
|
2984 | 2995 | "app-dir - metadata-streaming navigation API should trigger redirection when call redirect",
|
2985 | 2996 | "app-dir - metadata-streaming should delay the metadata render to body",
|
2986 | 2997 | "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", |
2989 | 2998 | "app-dir - metadata-streaming should only insert metadata once into head or body",
|
2990 | 2999 | "app-dir - metadata-streaming should render the metadata in the browser",
|
2991 | 3000 | "app-dir - metadata-streaming should send streaming response for headless browser bots",
|
2992 | 3001 | "app-dir - metadata-streaming should send the blocking response for html limited bots",
|
2993 | 3002 | "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", |
2995 | 3003 | "app-dir - metadata-streaming static should determine dynamic metadata in build and render in the body",
|
2996 | 3004 | "app-dir - metadata-streaming static should render static metadata in the head",
|
2997 | 3005 | "app-dir - metadata-streaming static should still render dynamic metadata in the head for html bots"
|
@@ -18212,18 +18220,36 @@
|
18212 | 18220 | "flakey": [],
|
18213 | 18221 | "runtimeError": false
|
18214 | 18222 | },
|
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": { |
18216 | 18242 | "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" |
18218 | 18244 | ],
|
18219 | 18245 | "failed": [],
|
18220 | 18246 | "pending": [],
|
18221 | 18247 | "flakey": [],
|
18222 | 18248 | "runtimeError": false
|
18223 | 18249 | },
|
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": { |
18225 | 18251 | "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" |
18227 | 18253 | ],
|
18228 | 18254 | "failed": [],
|
18229 | 18255 | "pending": [],
|
|
0 commit comments