diff --git a/test/rspack-dev-tests-manifest.json b/test/rspack-dev-tests-manifest.json
index 22079754401833..b0fa9e552f01f0 100644
--- a/test/rspack-dev-tests-manifest.json
+++ b/test/rspack-dev-tests-manifest.json
@@ -140,10 +140,10 @@
},
"test/development/acceptance-app/editor-links.test.ts": {
"passed": [
- "Error overlay - editor links opening links in import traces should be possible to open import trace files on RSC parse error",
"Error overlay - editor links should be possible to open source file on build error"
],
"failed": [
+ "Error overlay - editor links opening links in import traces should be possible to open import trace files on RSC parse error",
"Error overlay - editor links opening links in import traces should be possible to open import trace files on module not found error"
],
"pending": [],
@@ -523,8 +523,8 @@
"runtimeError": false
},
"test/development/app-dir/build-error-logs/build-error-logs.test.ts": {
- "passed": [],
- "failed": ["build-error-logs should only log error a single time"],
+ "passed": ["build-error-logs should only log error a single time"],
+ "failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
@@ -1035,12 +1035,16 @@
"server-components-hmr-cache edge runtime in after() should use cached fetch calls for fast refresh requests",
"server-components-hmr-cache edge runtime should not use cached fetch calls for intentional refresh requests",
"server-components-hmr-cache edge runtime should use cached fetch calls for fast refresh requests",
+ "server-components-hmr-cache edge runtime with cacheMaxMemorySize set to 0 should not warn about \"Single item size exceeds maxSize\"",
+ "server-components-hmr-cache edge runtime with cacheMaxMemorySize set to 0 should still use cached fetch calls for fast refresh requests",
"server-components-hmr-cache edge runtime with experimental.serverComponentsHmrCache disabled in after() should not use cached fetch calls for fast refresh requests",
"server-components-hmr-cache edge runtime with experimental.serverComponentsHmrCache disabled should not use cached fetch calls for fast refresh requests",
"server-components-hmr-cache node runtime in after() should not use cached fetch calls for intentional refresh requests",
"server-components-hmr-cache node runtime in after() should use cached fetch calls for fast refresh requests",
"server-components-hmr-cache node runtime should not use cached fetch calls for intentional refresh requests",
"server-components-hmr-cache node runtime should use cached fetch calls for fast refresh requests",
+ "server-components-hmr-cache node runtime with cacheMaxMemorySize set to 0 should not warn about \"Single item size exceeds maxSize\"",
+ "server-components-hmr-cache node runtime with cacheMaxMemorySize set to 0 should still use cached fetch calls for fast refresh requests",
"server-components-hmr-cache node runtime with experimental.serverComponentsHmrCache disabled in after() should not use cached fetch calls for fast refresh requests",
"server-components-hmr-cache node runtime with experimental.serverComponentsHmrCache disabled should not use cached fetch calls for fast refresh requests"
],
@@ -1135,6 +1139,7 @@
},
"test/development/app-dir/use-cache-errors/use-cache-errors.test.ts": {
"passed": [
+ "use-cache-errors should not leak generated internal cache function names in call stacks",
"use-cache-errors should not show a false-positive compiler error about a misplaced \"use cache\" directive"
],
"failed": [
@@ -2018,6 +2023,16 @@
"flakey": [],
"runtimeError": false
},
+ "test/development/mcp-server/mcp-server-get-routes.test.ts": {
+ "passed": [
+ "get_routes MCP tool should filter routes by routerType parameter",
+ "get_routes MCP tool should return all routes via MCP get_routes tool without visiting pages"
+ ],
+ "failed": [],
+ "pending": [],
+ "flakey": [],
+ "runtimeError": false
+ },
"test/development/mcp-server/mcp-server-get-server-action-by-id.test.ts": {
"passed": [
"mcp-server get_server_action_by_id tool should return action details via get_server_action_by_id tool",
@@ -2591,6 +2606,15 @@
"flakey": [],
"runtimeError": false
},
+ "test/e2e/app-dir/actions-streaming/actions-streaming.test.ts": {
+ "passed": [
+ "actions-streaming actions returning a ReadableStream should properly stream the response without buffering"
+ ],
+ "failed": [],
+ "pending": [],
+ "flakey": [],
+ "runtimeError": false
+ },
"test/e2e/app-dir/actions-unrecognized/actions-unrecognized.test.ts": {
"passed": [
"unrecognized server actions should 404 when POSTing a non-server-action request to a nonexistent page",
@@ -3826,7 +3850,6 @@
"app dir - basic searchParams prop server component should have the correct search params on middleware rewrite",
"app dir - basic searchParams prop server component should have the correct search params on rewrite",
"app dir - basic server components Loading should render loading.js in browser for slow layout",
- "app dir - basic server components Loading should render loading.js in browser for slow layout and page",
"app dir - basic server components Loading should render loading.js in browser for slow page",
"app dir - basic server components Loading should render loading.js in initial html for slow layout",
"app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
@@ -3884,7 +3907,8 @@
"app dir - basic template component should render the template that holds state in a client component and reset on navigation"
],
"failed": [
- "app dir - basic should navigate to pages dynamic route from pages page if it overlaps with an app page"
+ "app dir - basic should navigate to pages dynamic route from pages page if it overlaps with an app page",
+ "app dir - basic server components Loading should render loading.js in browser for slow layout and page"
],
"pending": [
"app dir - basic HMR should HMR correctly when changing the component type",
@@ -8035,7 +8059,7 @@
"flakey": [],
"runtimeError": false
},
- "test/e2e/app-dir/resume-data-cache/resume-data-cache/resume-data-cache.test.ts": {
+ "test/e2e/app-dir/resume-data-cache/resume-data-cache.test.ts": {
"passed": ["resume-data-cache is skipped"],
"failed": [],
"pending": [],
@@ -8894,6 +8918,13 @@
"flakey": [],
"runtimeError": false
},
+ "test/e2e/app-dir/segment-cache/refresh/segment-cache-refresh.test.ts": {
+ "passed": ["segment cache (refresh) disabled in development"],
+ "failed": [],
+ "pending": [],
+ "flakey": [],
+ "runtimeError": false
+ },
"test/e2e/app-dir/segment-cache/revalidation/segment-cache-revalidation.test.ts": {
"passed": [
"segment cache (revalidation) disabled in development / deployment"
@@ -9178,6 +9209,17 @@
"flakey": [],
"runtimeError": false
},
+ "test/e2e/app-dir/transition-indicator/transition-indicator.test.ts": {
+ "passed": [
+ "transition-indicator displays during any Transition that does not commit a pending state",
+ "transition-indicator displays while loading content without fallback",
+ "transition-indicator does not display while loading content with fallback"
+ ],
+ "failed": [],
+ "pending": [],
+ "flakey": [],
+ "runtimeError": false
+ },
"test/e2e/app-dir/turbopack-reports/turbopack-reports.test.ts": {
"passed": ["turbopack-reports should render page importing sqlite3"],
"failed": [],
@@ -11867,6 +11909,7 @@
"opentelemetry root context pages should handle getServerSideProps on edge",
"opentelemetry root context pages should handle getServerSideProps returning notFound",
"opentelemetry root context pages should handle getStaticProps when fallback: 'blocking'",
+ "opentelemetry with custom server should set attributes correctly on handleRequest span",
"opentelemetry with disabled fetch tracing root context app router with disabled fetch should handle RSC with disabled fetch"
],
"failed": [],
@@ -13362,16 +13405,6 @@
"flakey": [],
"runtimeError": false
},
- "test/integration/clean-distdir/test/index.test.ts": {
- "passed": [],
- "failed": [],
- "pending": [
- "Cleaning distDir production mode disabled write should not clean up .next before build start",
- "Cleaning distDir production mode should clean up .next before build start"
- ],
- "flakey": [],
- "runtimeError": false
- },
"test/integration/cli/test/index.test.ts": {
"passed": [
"CLI Usage dev --experimental-https",