From 21984672c0e05b99fd068ab094514810e5f511a0 Mon Sep 17 00:00:00 2001 From: vercel-release-bot Date: Mon, 16 Jun 2025 07:02:12 +0000 Subject: [PATCH] update/rspack-manifest-1750057330568 --- test/rspack-dev-tests-manifest.json | 95 +++++++++++++++-------------- 1 file changed, 49 insertions(+), 46 deletions(-) diff --git a/test/rspack-dev-tests-manifest.json b/test/rspack-dev-tests-manifest.json index 2c30095af768..55cb0937f4c5 100644 --- a/test/rspack-dev-tests-manifest.json +++ b/test/rspack-dev-tests-manifest.json @@ -1921,12 +1921,12 @@ "runtimeError": false }, "test/development/acceptance-app/dynamic-metadata-error.test.ts": { - "passed": [], - "failed": [ + "passed": [ "dynamic metadata error should error if the default export of dynamic image is missing", "dynamic metadata error should error when id is missing in generateImageMetadata", "dynamic metadata error should error when id is missing in generateSitemaps" ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false @@ -2808,7 +2808,7 @@ ], "pending": [], "flakey": [], - "runtimeError": false + "runtimeError": true }, "test/development/basic/allowed-dev-origins.test.ts": { "passed": [ @@ -4583,12 +4583,12 @@ "runtimeError": false }, "test/e2e/app-dir/app-esm-js/index.test.ts": { - "passed": [], - "failed": [ + "passed": [ "app-dir - esm js extension should be able to render nextjs api in app router", "app-dir - esm js extension should be able to use nextjs api in pages router", "app-dir - esm js extension should support next/og image" ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false @@ -5872,12 +5872,12 @@ "runtimeError": false }, "test/e2e/app-dir/dynamic-in-generate-params/index.test.ts": { - "passed": [], - "failed": [ + "passed": [ "app-dir - dynamic in generate params should be able to call fetch while generating multiple dynamic pages", "app-dir - dynamic in generate params should be able to call while generating multiple dynamic sitemaps", "app-dir - dynamic in generate params should render sitemap with generateSitemaps in force-dynamic config dynamically" ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false @@ -6332,22 +6332,6 @@ "flakey": [], "runtimeError": false }, - "test/e2e/app-dir/empty-fallback-shells/empty-fallback-shells.test.ts": { - "passed": [ - "empty-fallback-shells with cached IO and the page not wrapped in Suspense and params.then/catch/finally passed to a cached function does not resume a postponed fallback shell", - "empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in a cached non-page function does not resume a postponed fallback shell", - "empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not render a fallback shell when using a params placeholder", - "empty-fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not resume a postponed fallback shell", - "empty-fallback-shells with cached IO and the page wrapped in Suspense and params.then/catch/finally passed to a cached function resumes a postponed fallback shell", - "empty-fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in cached non-page function resumes a postponed fallback shell", - "empty-fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page resumes a postponed fallback shell", - "empty-fallback-shells without IO should start and not postpone the response" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, "test/e2e/app-dir/error-boundary-navigation/index.test.ts": { "passed": [ "app dir - not found navigation should allow navigating to a non-existent page", @@ -6386,17 +6370,16 @@ "runtimeError": false }, "test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": { - "passed": [ + "passed": [], + "failed": [ "app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment", "app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment", - "app-dir - error-on-next-codemod-comment should error with inline comment as well" - ], - "failed": [ + "app-dir - error-on-next-codemod-comment should error with inline comment as well", "app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left" ], "pending": [], "flakey": [], - "runtimeError": false + "runtimeError": true }, "test/e2e/app-dir/errors/index.test.ts": { "passed": [ @@ -6439,6 +6422,26 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir/fallback-shells/fallback-shells.test.ts": { + "passed": [ + "fallback-shells with cached IO and the page not wrapped in Suspense and params.then/catch/finally passed to a cached function does not resume a postponed fallback shell", + "fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in a cached non-page function does not resume a postponed fallback shell", + "fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not render a fallback shell when using a params placeholder", + "fallback-shells with cached IO and the page not wrapped in Suspense and the params accessed in the cached page does not resume a postponed fallback shell", + "fallback-shells with cached IO and the page wrapped in Suspense and params.then/catch/finally passed to a cached function resumes a postponed fallback shell", + "fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in cached non-page function resumes a postponed fallback shell", + "fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page resumes a postponed fallback shell", + "fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page shares a cached parent layout between a prerendered route shell and the fallback shell", + "fallback-shells without IO should start and not postpone the response" + ], + "failed": [], + "pending": [ + "fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page does not produce hydration errors when resuming a fallback shell containing a layout with unused params", + "fallback-shells with cached IO and the page wrapped in Suspense and the params accessed in the cached page shares a cached layout with unused params between a prerendered route shell and the fallback shell" + ], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/forbidden/basic/forbidden-basic.test.ts": { "passed": [ "app dir - forbidden with customized boundary should escalate forbidden to parent layout if no forbidden boundary present in current layer", @@ -6820,6 +6823,7 @@ "passed": [ "app-dir - fetch logging placeholder to satisfy at least one test when isNextDev is false", "app-dir - fetch logging should not log requests for HMR refreshes", + "app-dir - logging with default logging should not contain metadata internal segments for dynamic metadata routes", "app-dir - logging with default logging should not contain trailing word page for app router routes", "app-dir - logging with default logging should not log fetch requests at all", "app-dir - logging with fetches default logging should exclude Middleware invoked and _rsc requests", @@ -6829,6 +6833,7 @@ "app-dir - logging with fetches default logging should log each page request only once", "app-dir - logging with fetches default logging should log requests for client-side navigations", "app-dir - logging with fetches default logging should log requests with correct indentation", + "app-dir - logging with fetches default logging should not contain metadata internal segments for dynamic metadata routes", "app-dir - logging with fetches default logging should not contain trailing word page for app router routes", "app-dir - logging with fetches default logging should not limit the number of requests that are logged", "app-dir - logging with fetches default logging should not log _rsc query for client navigation RSC request", @@ -6843,6 +6848,7 @@ "app-dir - logging with fetches verbose logging should log each page request only once", "app-dir - logging with fetches verbose logging should log requests for client-side navigations", "app-dir - logging with fetches verbose logging should log requests with correct indentation", + "app-dir - logging with fetches verbose logging should not contain metadata internal segments for dynamic metadata routes", "app-dir - logging with fetches verbose logging should not contain trailing word page for app router routes", "app-dir - logging with fetches verbose logging should not limit the number of requests that are logged", "app-dir - logging with fetches verbose logging should not log _rsc query for client navigation RSC request", @@ -6857,6 +6863,7 @@ "app-dir - logging with verbose logging for edge runtime should log each page request only once", "app-dir - logging with verbose logging for edge runtime should log requests for client-side navigations", "app-dir - logging with verbose logging for edge runtime should log requests with correct indentation", + "app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes", "app-dir - logging with verbose logging for edge runtime should not contain trailing word page for app router routes", "app-dir - logging with verbose logging for edge runtime should not limit the number of requests that are logged", "app-dir - logging with verbose logging for edge runtime should not log _rsc query for client navigation RSC request", @@ -6865,12 +6872,7 @@ "app-dir - logging with verbose logging for edge runtime should show cache reason of noStore when use with fetch", "app-dir - logging with verbose logging for edge runtime when logging.fetches.hmrRefreshes is true should log requests for HMR refreshes" ], - "failed": [ - "app-dir - logging with default logging should not contain metadata internal segments for dynamic metadata routes", - "app-dir - logging with fetches default logging should not contain metadata internal segments for dynamic metadata routes", - "app-dir - logging with fetches verbose logging should not contain metadata internal segments for dynamic metadata routes", - "app-dir - logging with verbose logging for edge runtime should not contain metadata internal segments for dynamic metadata routes" - ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false @@ -6922,8 +6924,7 @@ "runtimeError": false }, "test/e2e/app-dir/metadata-dynamic-routes/index.test.ts": { - "passed": [], - "failed": [ + "passed": [ "app dir - metadata dynamic routes icon image routes should render apple icon with dynamic routes", "app dir - metadata dynamic routes icon image routes should render icon with dynamic routes", "app dir - metadata dynamic routes robots.txt should handle robots.[ext] dynamic routes", @@ -6946,15 +6947,16 @@ "app dir - metadata dynamic routes social image routes should support generate multi images with generateImageMetadata", "app dir - metadata dynamic routes social image routes should support params as argument in dynamic routes" ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false }, "test/e2e/app-dir/metadata-edge/index.test.ts": { - "passed": [], - "failed": [ + "passed": [ "app dir - Metadata API on the Edge runtime should render OpenGraph image meta tag correctly" ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false @@ -7217,10 +7219,10 @@ "runtimeError": false }, "test/e2e/app-dir/middleware-sitemap/matcher-exclude-sitemap/index.test.ts": { - "passed": [], - "failed": [ + "passed": [ "middleware-sitemap should not be affected by middleware if sitemap.xml is excluded from the matcher" ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false @@ -9380,10 +9382,10 @@ "runtimeError": false }, "test/e2e/app-dir/sitemap-group/sitemap-group.test.ts": { - "passed": [], - "failed": [ + "passed": [ "sitemap-group should not add suffix to sitemap under group routes" ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false @@ -9588,8 +9590,7 @@ "runtimeError": false }, "test/e2e/app-dir/use-cache-metadata-route-handler/use-cache-metadata-route-handler.test.ts": { - "passed": [], - "failed": [ + "passed": [ "use-cache-metadata-route-handler should generate an icon image with a metadata route handler that uses \"use cache\"", "use-cache-metadata-route-handler should generate an opengraph image with a metadata route handler that uses \"use cache\"", "use-cache-metadata-route-handler should generate manifest.json with a metadata route handler that uses \"use cache\"", @@ -9597,6 +9598,7 @@ "use-cache-metadata-route-handler should generate robots.txt with a metadata route handler that uses \"use cache\"", "use-cache-metadata-route-handler should generate sitemaps with a metadata route handler that uses \"use cache\"" ], + "failed": [], "pending": [], "flakey": [], "runtimeError": false @@ -21326,7 +21328,6 @@ "test/integration/server-side-dev-errors/test/index.test.js": { "passed": [ "server-side dev errors should show server-side error for api route correctly", - "server-side dev errors should show server-side error for dynamic api route correctly", "server-side dev errors should show server-side error for dynamic gssp page correctly", "server-side dev errors should show server-side error for gsp page correctly", "server-side dev errors should show server-side error for gssp page correctly", @@ -21335,7 +21336,9 @@ "server-side dev errors should show server-side error for uncaught exception correctly", "server-side dev errors should show server-side error for uncaught rejection correctly" ], - "failed": [], + "failed": [ + "server-side dev errors should show server-side error for dynamic api route correctly" + ], "pending": [], "flakey": [], "runtimeError": false