Skip to content
Closed
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
68 changes: 47 additions & 21 deletions test/rspack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,18 +404,19 @@
"ReactRefreshRequire can continue hot updates after module-level errors with module.exports",
"ReactRefreshRequire can replace a module before it is loaded",
"ReactRefreshRequire does not accumulate stale exports over time",
"ReactRefreshRequire propagates a hot update to closest accepted module",
"ReactRefreshRequire propagates a module that stops accepting in next version",
"ReactRefreshRequire propagates hot update to all inverse dependencies",
"ReactRefreshRequire provides fresh value for ES6 default import in parents",
"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 propagates a hot update to closest accepted module",
"ReactRefreshRequire propagates a module that stops accepting in next version",
"ReactRefreshRequire propagates hot update to all inverse dependencies",
"ReactRefreshRequire re-runs accepted modules"
],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -1035,12 +1036,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"
],
Expand Down Expand Up @@ -1135,6 +1140,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": [
Expand Down Expand Up @@ -2018,6 +2024,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",
Expand Down Expand Up @@ -2591,6 +2607,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",
Expand Down Expand Up @@ -3826,7 +3851,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",
Expand Down Expand Up @@ -3884,7 +3908,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 <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page"
"app dir - basic <Link /> 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",
Expand Down Expand Up @@ -7555,6 +7580,7 @@
"parallel-routes-revalidation router.refresh (regular) - searchParams: true should correctly refresh data for the intercepted route and previously active page slot",
"parallel-routes-revalidation server action revalidation handles refreshing when multiple parallel slots are active",
"parallel-routes-revalidation should handle a redirect action when called in a slot",
"parallel-routes-revalidation should handle router.refresh() when called in a slot",
"parallel-routes-revalidation should not trigger full page when calling router.refresh() on an intercepted route",
"parallel-routes-revalidation should not trigger interception when calling router.refresh() on an intercepted route (/catchall/foobar)",
"parallel-routes-revalidation should not trigger interception when calling router.refresh() on an intercepted route (/detail-page)",
Expand All @@ -7563,9 +7589,7 @@
"parallel-routes-revalidation should refresh the correct page when a server action triggers a redirect",
"parallel-routes-revalidation should submit the action and revalidate the page data"
],
"failed": [
"parallel-routes-revalidation should handle router.refresh() when called in a slot"
],
"failed": [],
"pending": [
"parallel-routes-revalidation server action revalidation should not trigger a refresh for the page that is being redirected to"
],
Expand Down Expand Up @@ -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": [],
Expand Down Expand Up @@ -9178,6 +9202,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": [],
Expand Down Expand Up @@ -11867,6 +11902,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": [],
Expand Down Expand Up @@ -13362,16 +13398,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",
Expand Down
Loading