Skip to content

Update Rspack development test manifest #80560

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 16, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 49 additions & 46 deletions test/rspack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -2808,7 +2808,7 @@
],
"pending": [],
"flakey": [],
"runtimeError": false
"runtimeError": true
},
"test/development/basic/allowed-dev-origins.test.ts": {
"passed": [
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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
Expand Down Expand Up @@ -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",
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -9588,15 +9590,15 @@
"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\"",
"use-cache-metadata-route-handler should generate multiple sitemaps with a metadata route handler that uses \"use cache\"",
"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
Expand Down Expand Up @@ -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",
Expand All @@ -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
Expand Down
Loading