From 2beecd1afddc4edac94ab8dfab46f2637b84569c Mon Sep 17 00:00:00 2001 From: nextjs-bot Date: Sat, 29 Nov 2025 07:01:38 +0000 Subject: [PATCH] update/rspack-manifest-1764399692789 --- test/rspack-dev-tests-manifest.json | 257 +++++++++++----------------- 1 file changed, 98 insertions(+), 159 deletions(-) diff --git a/test/rspack-dev-tests-manifest.json b/test/rspack-dev-tests-manifest.json index dd1079037ae96..3ebd62d6b0aeb 100644 --- a/test/rspack-dev-tests-manifest.json +++ b/test/rspack-dev-tests-manifest.json @@ -411,11 +411,10 @@ "ReactRefreshRequire provides fresh value for ES6 named import in parents", "ReactRefreshRequire provides fresh value for exports.* in parents", "ReactRefreshRequire provides fresh value for module.exports in parents", - "ReactRefreshRequire re-runs accepted modules", "ReactRefreshRequire runs dependencies before dependents", "ReactRefreshRequire stops update propagation after module-level errors" ], - "failed": [], + "failed": ["ReactRefreshRequire re-runs accepted modules"], "pending": [], "flakey": [], "runtimeError": false @@ -2447,6 +2446,15 @@ "flakey": [], "runtimeError": false }, + "test/development/stale-dev-types/stale-dev-types.test.ts": { + "passed": [ + "stale-dev-types should not fail build when .next/dev has stale types from deleted routes" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/development/start-no-build/start-no-build.test.ts": { "passed": [ "next start without next build should show error when there is no production build" @@ -2556,6 +2564,74 @@ "flakey": [], "runtimeError": false }, + "test/e2e/app-dir-export/test/config.test.ts": { + "passed": ["app dir - with output export skipped in dev"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir-export/test/dev-custom-dist-dir.test.ts": { + "passed": [ + "app dir - with output export and custom distDir in dev should render properly in dev" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir-export/test/dynamic-missing-gsp.test.ts": { + "passed": [ + "app dir - with output export - dynamic missing gsp should error when client component has generateStaticParams should work", + "app dir - with output export - dynamic missing gsp should error when dynamic route is missing generateStaticParams should work", + "app dir - with output export - dynamic missing gsp should error when dynamic route is set to true should work" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir-export/test/dynamicapiroute.test.ts": { + "passed": [ + "app dir - with output export - dynamic api route should work in prod with dynamicApiRoute 'error' should work", + "app dir - with output export - dynamic api route should work in prod with dynamicApiRoute 'force-dynamic' should work", + "app dir - with output export - dynamic api route should work in prod with dynamicApiRoute 'force-static' should work", + "app dir - with output export - dynamic api route should work in prod with dynamicApiRoute undefined should work" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir-export/test/dynamicpage.test.ts": { + "passed": [ + "app dir - with output export - dynamic api route should work in prod with dynamicPage 'error' should work", + "app dir - with output export - dynamic api route should work in prod with dynamicPage 'force-dynamic' should work", + "app dir - with output export - dynamic api route should work in prod with dynamicPage 'force-static' should work", + "app dir - with output export - dynamic api route should work in prod with dynamicPage undefined should work" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir-export/test/start.test.ts": { + "passed": ["app dir - with output export (next start) skipped in dev"], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, + "test/e2e/app-dir-export/test/trailing-slash.test.ts": { + "passed": [ + "app dir - with output export - trailing slash should work in prod with trailingSlash 'false' should work", + "app dir - with output export - trailing slash should work in prod with trailingSlash 'true' should work" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/app-dir/_allow-underscored-root-directory/_allow-underscored-root-directory.test.ts": { "passed": [ "_allow-underscored-root-directory should not serve app path with underscore", @@ -4182,12 +4258,16 @@ "Cache Components Errors Dev Error Attribution with Sync IO Guarded RSC with unguarded Client sync IO should show a collapsed redbox error", "Cache Components Errors Dev Error Attribution with Sync IO Unguarded RSC with guarded Client sync IO should show a collapsed redbox error", "Cache Components Errors Dev Error Attribution with Sync IO unguarded RSC with unguarded Client sync IO should show a collapsed redbox error", - "Cache Components Errors Dev Inside `use cache` cacheLife with expire < 5 minutes should show a redbox error", - "Cache Components Errors Dev Inside `use cache` cacheLife with revalidate: 0 should show a redbox error", + "Cache Components Errors Dev Inside `use cache` cacheLife with expire < 5 minutes microtasky cache should show a redbox error", + "Cache Components Errors Dev Inside `use cache` cacheLife with expire < 5 minutes slow cache should show a redbox error", + "Cache Components Errors Dev Inside `use cache` cacheLife with revalidate: 0 microtasky cache should show a redbox error", + "Cache Components Errors Dev Inside `use cache` cacheLife with revalidate: 0 slow cache should show a redbox error", + "Cache Components Errors Dev Inside `use cache` catching an error at runtime should show a collapsed redbox error", "Cache Components Errors Dev Inside `use cache` cookies should show a redbox error", "Cache Components Errors Dev Inside `use cache` draftMode should show a redbox error", "Cache Components Errors Dev Inside `use cache` headers should show a redbox error", "Cache Components Errors Dev Inside `use cache` reading fallback params should show a redbox error", + "Cache Components Errors Dev Inside `use cache` throwing an error at runtime should show a redbox error", "Cache Components Errors Dev Static Route should not show a collapsed redbox error", "Cache Components Errors Dev Sync Dynamic Platform With Fallback - Math.random() should show a collapsed redbox error", "Cache Components Errors Dev Sync Dynamic Platform Without Fallback - Math.random() should show a collapsed redbox error", @@ -4601,7 +4681,6 @@ }, "test/e2e/app-dir/css-order/css-order.test.ts": { "passed": [ - "css-order loose should load correct styles navigating first -> first-client", "css-order loose should load correct styles navigating first -> second", "css-order loose should load correct styles navigating first -> second-client", "css-order loose should load correct styles navigating first -> third", @@ -4702,7 +4781,9 @@ "css-order strict should load correct styles on third", "css-order strict should load correct styles on vendor" ], - "failed": [], + "failed": [ + "css-order loose should load correct styles navigating first -> first-client" + ], "pending": [ "css-order loose should load correct styles navigating big-interleaved-a -> big-interleaved-b", "css-order loose should load correct styles navigating big-interleaved-b -> big-interleaved-a", @@ -9096,6 +9177,7 @@ "shallow-routing pushState should support setting a different pathname reflected on usePathname", "shallow-routing pushState should support setting a different searchParam reflected on useSearchParams", "shallow-routing pushState should support setting a different url using a string", + "shallow-routing pushState should support setting data", "shallow-routing pushState should work when given a null state value", "shallow-routing replaceState should support setting a different pathname reflected on usePathname", "shallow-routing replaceState should support setting a different searchParam reflected on useSearchParams", @@ -9105,7 +9187,7 @@ "shallow-routing replaceState should work when given an undefined state value", "shallow-routing should work when given an undefined state value" ], - "failed": ["shallow-routing pushState should support setting data"], + "failed": [], "pending": [], "flakey": [], "runtimeError": false @@ -9282,7 +9364,6 @@ "test/e2e/app-dir/typed-routes/typed-routes.test.ts": { "passed": [ "typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax", - "typed-routes should exit typegen successfully", "typed-routes should generate RouteContext type for route handlers", "typed-routes should generate route types correctly", "typed-routes should update route types file when routes change" @@ -10270,6 +10351,15 @@ "flakey": [], "runtimeError": false }, + "test/e2e/externals-transitive/externals-transitive.test.ts": { + "passed": [ + "externals-transitive uses the right version of transitive externals" + ], + "failed": [], + "pending": [], + "flakey": [], + "runtimeError": false + }, "test/e2e/favicon-short-circuit/favicon-short-circuit.test.ts": { "passed": [ "favicon-short-circuit should short circuit the favicon in development" @@ -13085,125 +13175,6 @@ "flakey": [], "runtimeError": false }, - "test/integration/app-dir-export/test/config.test.ts": { - "passed": [], - "failed": [], - "pending": [ - "app dir - with output export (next dev / next build) production mode should correctly emit exported assets to config.distDir", - "app dir - with output export (next dev / next build) production mode should error when running next export", - "app dir - with output export (next dev / next build) production mode should throw when exportPathMap configured" - ], - "flakey": [], - "runtimeError": false - }, - "test/integration/app-dir-export/test/dev-custom-dist-dir.test.ts": { - "passed": [ - "app dir - with output export and custom distDir (next dev) should render properly" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, - "test/integration/app-dir-export/test/dynamic-missing-gsp-dev.test.ts": { - "passed": [ - "app dir - with output export - dynamic missing gsp dev development mode should error when client component has generateStaticParams", - "app dir - with output export - dynamic missing gsp dev development mode should error when dynamic route is missing generateStaticParams", - "app dir - with output export - dynamic missing gsp dev development mode should error when dynamic route is set to true" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, - "test/integration/app-dir-export/test/dynamic-missing-gsp-prod.test.ts": { - "passed": [], - "failed": [], - "pending": [ - "app dir - with output export - dynamic missing gsp prod production mode should error when client component has generateStaticParams", - "app dir - with output export - dynamic missing gsp prod production mode should error when dynamic route is missing generateStaticParams" - ], - "flakey": [], - "runtimeError": false - }, - "test/integration/app-dir-export/test/dynamicapiroute-dev.test.ts": { - "passed": [ - "app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute 'error'", - "app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute 'force-dynamic'", - "app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute 'force-static'", - "app dir - with output export - dynamic api route dev development mode should work in dev with dynamicApiRoute undefined" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, - "test/integration/app-dir-export/test/dynamicapiroute-prod.test.ts": { - "passed": [], - "failed": [], - "pending": [ - "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicApiRoute 'error'", - "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicApiRoute 'force-dynamic'", - "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicApiRoute 'force-static'", - "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicApiRoute undefined" - ], - "flakey": [], - "runtimeError": false - }, - "test/integration/app-dir-export/test/dynamicpage-dev.test.ts": { - "passed": [ - "app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage 'error'", - "app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage 'force-dynamic'", - "app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage 'force-static'", - "app dir - with output export - dynamic page dev development mode should work in dev with dynamicPage undefined" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, - "test/integration/app-dir-export/test/dynamicpage-prod.test.ts": { - "passed": [], - "failed": [], - "pending": [ - "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicPage 'error'", - "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicPage 'force-dynamic'", - "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicPage 'force-static'", - "app dir - with output export - dynamic api route prod production mode should work in prod with dynamicPage undefined" - ], - "flakey": [], - "runtimeError": false - }, - "test/integration/app-dir-export/test/start.test.ts": { - "passed": [], - "failed": [], - "pending": [ - "app dir - with output export (next start) production mode should error during next start with output export", - "app dir - with output export (next start) production mode should warn during next start with output standalone" - ], - "flakey": [], - "runtimeError": false - }, - "test/integration/app-dir-export/test/trailing-slash-dev.test.ts": { - "passed": [ - "app dir - with output export - trailing slash dev development mode should work in dev with trailingSlash 'false'", - "app dir - with output export - trailing slash dev development mode should work in dev with trailingSlash 'true'" - ], - "failed": [], - "pending": [], - "flakey": [], - "runtimeError": false - }, - "test/integration/app-dir-export/test/trailing-slash-start.test.ts": { - "passed": [], - "failed": [], - "pending": [ - "app dir - with output export - trailing slash prod production mode should work in prod with trailingSlash 'false'", - "app dir - with output export - trailing slash prod production mode should work in prod with trailingSlash 'true'" - ], - "flakey": [], - "runtimeError": false - }, "test/integration/app-document-add-hmr/test/index.test.ts": { "passed": [], "failed": [], @@ -21368,38 +21339,6 @@ "flakey": [], "runtimeError": false }, - "test/integration/required-server-files-ssr-404/test/index.test.ts": { - "passed": [], - "failed": [], - "pending": [ - "Required Server Files production mode partial optional catch-all route should render /partial-catch-all/hello.com", - "Required Server Files production mode partial optional catch-all route should render /partial-catch-all/hello.com/hello", - "Required Server Files production mode partial optional catch-all route should render /partial-catch-all/hello.com/hello/world", - "Required Server Files production mode should bubble error correctly for gip page", - "Required Server Files production mode should bubble error correctly for gsp page", - "Required Server Files production mode should bubble error correctly for gssp page", - "Required Server Files production mode should handle 404s properly", - "Required Server Files production mode should match the index page correctly", - "Required Server Files production mode should match the root dynamic page correctly", - "Required Server Files production mode should normalize catch-all rewrite query values correctly", - "Required Server Files production mode should normalize optional values correctly for API page", - "Required Server Files production mode should normalize optional values correctly for SSG page", - "Required Server Files production mode should normalize optional values correctly for SSP page", - "Required Server Files production mode should not apply trailingSlash redirect", - "Required Server Files production mode should output required-server-files manifest correctly", - "Required Server Files production mode should render SSR page correctly", - "Required Server Files production mode should render SSR page correctly with x-matched-path", - "Required Server Files production mode should render dynamic SSR page correctly", - "Required Server Files production mode should render dynamic SSR page correctly with x-matched-path", - "Required Server Files production mode should render fallback optional catch-all route correctly with x-matched-path and routes-matches", - "Required Server Files production mode should render fallback page correctly", - "Required Server Files production mode should render fallback page correctly with x-matched-path and routes-matches", - "Required Server Files production mode should return data correctly with x-matched-path", - "Required Server Files production mode should return data correctly with x-matched-path for optional catch-all route" - ], - "flakey": [], - "runtimeError": false - }, "test/integration/revalidate-as-path/test/index.test.ts": { "passed": [], "failed": [],