Skip to content
Open
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
144 changes: 125 additions & 19 deletions test/rspack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,10 @@
"Error overlay - RSC build errors should error when createFactory from react is used in server component",
"Error overlay - RSC build errors should error when flushSync from react-dom is used in server component",
"Error overlay - RSC build errors should error when unstable_batchedUpdates from react-dom is used in server component",
"Error overlay - RSC build errors should error when unstable_catchError from next/error is imported in instrumentation.js",
"Error overlay - RSC build errors should error when unstable_catchError from next/error is imported in middleware.js",
"Error overlay - RSC build errors should error when unstable_catchError from next/error is imported in proxy.js",
"Error overlay - RSC build errors should error when unstable_catchError from next/error is used in a server component",
"Error overlay - RSC build errors should error when useActionState from react is used in server component",
"Error overlay - RSC build errors should error when useDeferredValue from react is used in server component",
"Error overlay - RSC build errors should error when useEffect from react is used in server component",
Expand Down Expand Up @@ -1280,18 +1284,18 @@
"runtimeError": false
},
"test/development/app-dir/typed-env/typed-env-prod.test.ts": {
"passed": [],
"failed": ["typed-env should have env types from next config"],
"passed": ["typed-env should have env types from next config"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/development/app-dir/typed-env/typed-env.test.ts": {
"passed": [
"passed": [],
"failed": [
"typed-env should have env types from next config",
"typed-env should rewrite env types if .env is modified"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand All @@ -1310,7 +1314,8 @@
},
"test/development/app-dir/watch-config-file/index.test.ts": {
"passed": [
"app-dir watch-config-file should output config file change and restart server for app router"
"app-dir watch-config-file should output config file change and restart server for app router",
"app-dir watch-config-file should show accurate Ready in duration after restart"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -1354,6 +1359,7 @@
},
"test/development/basic/allowed-dev-origins.test.ts": {
"passed": [
"allowed-dev-origins, basePath: \"\" block mode blocks cross-site requests from privacy-sensitive origins",
"allowed-dev-origins, basePath: \"\" block mode should load images regardless of allowed origins",
"allowed-dev-origins, basePath: \"\" block mode should not allow dev WebSocket from cross-site",
"allowed-dev-origins, basePath: \"\" block mode should not allow loading internal middleware from cross-site",
Expand Down Expand Up @@ -2166,11 +2172,12 @@
"mcp-server get_errors tool should capture build errors when directly visiting error page",
"mcp-server get_errors tool should capture errors from multiple browser sessions",
"mcp-server get_errors tool should capture next.config errors and clear when fixed",
"mcp-server get_errors tool should capture runtime errors with source-mapped stack frames",
"mcp-server get_errors tool should handle no browser sessions gracefully",
"mcp-server get_errors tool should return no errors for clean page"
],
"failed": [],
"failed": [
"mcp-server get_errors tool should capture runtime errors with source-mapped stack frames"
],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -2859,7 +2866,6 @@
},
"test/e2e/app-dir/actions-allowed-origins/app-action-allowed-origins.test.ts": {
"passed": [
"app-dir action allowed origins should not crash for requests from privacy sensitive contexts",
"app-dir action allowed origins should pass if localhost is set as a safe origin"
],
"failed": [],
Expand All @@ -2876,6 +2882,16 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/actions-allowed-origins/app-action-opaque-origin.test.ts": {
"passed": [
"app-dir action allowed from opaque origins should succeed on submission",
"app-dir action disallowed from opaque origins should fail on submission"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/actions-navigation/index.test.ts": {
"passed": [
"app-dir action handling should handle actions correctly after following a relative link"
Expand Down Expand Up @@ -3670,6 +3686,7 @@
},
"test/e2e/app-dir/app-root-params-getters/generate-static-params.test.ts": {
"passed": [
"app-root-param-getters - generateStaticParams should allow reading root params inside generateStaticParams",
"app-root-param-getters - generateStaticParams should allow reading root params that were not prerendered",
"app-root-param-getters - generateStaticParams should be part of the static shell",
"app-root-param-getters - generateStaticParams should be statically prerenderable"
Expand Down Expand Up @@ -4770,6 +4787,32 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/catch-error/catch-error-react-compiler.test.ts": {
"passed": [
"app-dir - unstable_catchError with react compiler should recover Client Component error after reset",
"app-dir - unstable_catchError with react compiler should recover Client Component error after unstable_retry",
"app-dir - unstable_catchError with react compiler should recover Server Component error after unstable_retry",
"app-dir - unstable_catchError with react compiler should recover after reset on Pages Router",
"app-dir - unstable_catchError with react compiler should throw when unstable_retry is called on Pages Router"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/catch-error/catch-error.test.ts": {
"passed": [
"app-dir - unstable_catchError should recover Client Component error after reset",
"app-dir - unstable_catchError should recover Client Component error after unstable_retry",
"app-dir - unstable_catchError should recover Server Component error after unstable_retry",
"app-dir - unstable_catchError should recover after reset on Pages Router",
"app-dir - unstable_catchError should throw when unstable_retry is called on Pages Router"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/catchall-parallel-routes-group/catchall-parallel-routes-group.test.ts": {
"passed": [
"catchall-parallel-routes-group should work without throwing any errors about invalid pages"
Expand Down Expand Up @@ -5863,6 +5906,7 @@
},
"test/e2e/app-dir/instant-navigation-testing-api/instant-navigation-testing-api.test.ts": {
"passed": [
"instant-navigation-testing-api - root params includes root param in instant shell",
"instant-navigation-testing-api clears cookie after instant scope exits",
"instant-navigation-testing-api clears cookie even when callback throws",
"instant-navigation-testing-api does not leak runtime data from hover prefetch into instant shell",
Expand All @@ -5879,6 +5923,8 @@
"instant-navigation-testing-api runtime params are excluded from instant shell does not include search param values in instant shell during client navigation",
"instant-navigation-testing-api runtime params are excluded from instant shell does not include search param values in instant shell during page load",
"instant-navigation-testing-api sets cookie before first navigation when using baseURL",
"instant-navigation-testing-api statically generated params are included in instant shell includes statically generated param values in instant shell during client navigation",
"instant-navigation-testing-api statically generated params are included in instant shell includes statically generated param values in instant shell during page load",
"instant-navigation-testing-api subsequent navigations after instant scope are not locked",
"instant-navigation-testing-api successive MPA navigations within instant scope",
"instant-navigation-testing-api throws descriptive error on fresh page without baseURL",
Expand Down Expand Up @@ -8386,6 +8432,13 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/partial-fallback-root-blocking/partial-fallback-root-blocking.test.ts": {
"passed": ["partial-fallback-root-blocking skipped in dev"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/partial-fallback-shell-upgrade/partial-fallback-shell-upgrade.test.ts": {
"passed": ["partial-fallback-shell-upgrade skipped in dev"],
"failed": [],
Expand Down Expand Up @@ -9024,6 +9077,7 @@
"router autoscrolling on navigation router.refresh() should not scroll the page when we hot reload",
"router autoscrolling on navigation router.refresh() should not scroll when called alone",
"router autoscrolling on navigation router.refresh() should not stop router.push() from scrolling",
"router autoscrolling on navigation server action refresh should not scroll when refresh() is called from a server action",
"router autoscrolling on navigation should scroll to top even if React hoists children",
"router autoscrolling on navigation vertical scroll should not scroll to top of document if page in viewport",
"router autoscrolling on navigation vertical scroll should not scroll when the top of the page is in the viewport",
Expand Down Expand Up @@ -9659,6 +9713,13 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/max-prefetch-inlining/max-prefetch-inlining.test.ts": {
"passed": ["max prefetch inlining disabled in development"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/memory-pressure/segment-cache-memory-pressure.test.ts": {
"passed": ["segment cache memory pressure disabled in development"],
"failed": [],
Expand All @@ -9681,10 +9742,10 @@
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/no-prefetch/no-prefetch.test.ts": {
"passed": [
"passed": [],
"failed": [
"navigating without a prefetch can show a loading boundary from the dynamic response"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand All @@ -9706,7 +9767,9 @@
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/prefetch-inlining/prefetch-inlining.test.ts": {
"passed": ["prefetch inlining disabled in development"],
"passed": [
"prefetch inlining prefetch hints are only computed during build"
],
"failed": [],
"pending": [],
"flakey": [],
Expand All @@ -9722,8 +9785,8 @@
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/prefetch-partial-rsc/prefetch-partial-rsc.test.ts": {
"passed": [],
"failed": ["prefetch-partial-rsc resolves after a client-side navigation"],
"passed": ["prefetch-partial-rsc resolves after a client-side navigation"],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -9774,6 +9837,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/staleness/segment-cache-per-page-dynamic-stale-time.test.ts": {
"passed": [
"segment cache (per-page dynamic stale time) disabled in development"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/segment-cache/staleness/segment-cache-stale-time.test.ts": {
"passed": [
"segment cache (staleness) disabled in development / deployment"
Expand Down Expand Up @@ -9882,6 +9954,7 @@
"app-dir - server source maps logged errors collapse deeply nested causes at depth 2",
"app-dir - server source maps logged errors have a sourcemapped `cause`",
"app-dir - server source maps logged errors have a sourcemapped stack with a codeframe",
"app-dir - server source maps logged errors in client components during ssr have a sourcemapped stack with a codeframe",
"app-dir - server source maps logged errors include `[errors]` for AggregateError",
"app-dir - server source maps logged errors preserve their name",
"app-dir - server source maps stack frames are ignore-listed in ssr",
Expand Down Expand Up @@ -10138,12 +10211,11 @@
"passed": [
"typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax",
"typed-routes should generate RouteContext type for route handlers",
"typed-routes should update route types file when routes change"
],
"failed": [
"typed-routes should generate route types correctly",
"typed-routes should have passing tsc after start"
"typed-routes should have passing tsc after start",
"typed-routes should update route types file when routes change"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -10332,6 +10404,16 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/use-cache-swr/use-cache-swr.test.ts": {
"passed": [
"use-cache-swr should pass implicit tags to cache handler get() for nested caches during SWR",
"use-cache-swr should serve stale data and then pre-warmed data on subsequent request"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/use-cache-unknown-cache-kind/use-cache-unknown-cache-kind.test.ts": {
"passed": [
"use-cache-unknown-cache-kind should not show an error for default cache kinds",
Expand Down Expand Up @@ -10762,10 +10844,11 @@
"passed": [
"basePath should use urls with basepath in router events",
"basePath should use urls with basepath in router events for cancelled routes",
"basePath should use urls with basepath in router events for failed route change",
"basePath should use urls with basepath in router events for failed route change"
],
"failed": [
"basePath should use urls with basepath in router events for hash changes"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -10817,6 +10900,18 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/cache-handlers-upstream-wiring/index.test.ts": {
"passed": [
"cache-handlers-upstream-wiring cacheComponents disabled, edge app router uses configured cacheHandler for edge app page and edge app route",
"cache-handlers-upstream-wiring cacheComponents enabled, non-edge app router uses configured cacheHandlers for custom app-router cache kind",
"cache-handlers-upstream-wiring cacheComponents enabled, non-edge app router wires revalidateTag and revalidatePath to the custom cache handler",
"cache-handlers-upstream-wiring pages router non-edge wires res.revalidate() through the configured custom cacheHandler"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/cancel-request/stream-cancel.test.ts": {
"passed": [
"streaming responses cancel inner stream after disconnect edge app route handler cancels stalled stream",
Expand Down Expand Up @@ -13798,6 +13893,17 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/webpack-loader-parse-error/webpack-loader-parse-error.test.ts": {
"passed": [
"webpack-loader-parse-error (development) should show parse error for CSS loader that returns broken code",
"webpack-loader-parse-error (development) should show parse error for JS loader that returns broken code",
"webpack-loader-parse-error (production) skipped in development mode"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/with-router/index.test.ts": {
"passed": [
"withRouter SSR should show an error when trying to use router methods during SSR",
Expand Down
Loading