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
92 changes: 69 additions & 23 deletions test/rspack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,16 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/adapter-dynamic-metadata/adapter-dynamic-metadata.test.ts": {
"passed": [
"adapter-dynamic-metadata should classify dynamic metadata routes as app routes in adapter outputs",
"adapter-dynamic-metadata should serve dynamic metadata routes"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/app-a11y/index.test.ts": {
"passed": [
"app a11y features route announcer should announce document.title changes",
Expand Down Expand Up @@ -604,11 +614,10 @@
},
"test/e2e/app-dir/app-client-cache/client-cache.parallel-routes.test.ts": {
"passed": [
"app dir client cache with parallel routes prefetch={true} should prefetch the full page"
],
"failed": [
"app dir client cache with parallel routes prefetch={true} should prefetch the full page",
"app dir client cache with parallel routes prefetch={true} should re-use the cache for the full page, only for 5 mins"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -3832,6 +3841,16 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/metadata-dynamic-routes-async-deps/index.test.ts": {
"passed": [
"app dir - metadata dynamic routes with async deps should render page with og:image meta tag when opengraph-image has async dependencies",
"app dir - metadata dynamic routes with async deps should serve the opengraph-image route as a valid image"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/metadata-dynamic-routes/index.test.ts": {
"passed": [
"app dir - metadata dynamic routes icon image routes should render apple icon with dynamic routes",
Expand Down Expand Up @@ -7279,11 +7298,12 @@
"segment cache (basic tests) navigate with prefetched data",
"segment cache (basic tests) prefetch interception route",
"segment cache (basic tests) prefetch interception route with params",
"segment cache (basic tests) refreshes page segments when navigating to the exact same URL as the current location",
"segment cache (basic tests) skips dynamic request if prefetched data is fully static",
"segment cache (basic tests) skips static layouts during partially static navigation"
],
"failed": [],
"failed": [
"segment cache (basic tests) refreshes page segments when navigating to the exact same URL as the current location"
],
"pending": [
"segment cache (basic tests) navigate to page with lazily-generated (not at build time) static param"
],
Expand Down Expand Up @@ -7445,9 +7465,14 @@
"prefetch inlining deep chain: all small segments inline to the leaf",
"prefetch inlining dynamic route: hints are based on concrete params, not fallback shell",
"prefetch inlining home: root inlines directly into page",
"prefetch inlining instant false at root: does not prefetch segment data",
"prefetch inlining instant false passthrough: static parents inline through dynamic layout to static child",
"prefetch inlining outlined: large segment breaks the inlining chain",
"prefetch inlining parallel routes: parent inlines into one slot only",
"prefetch inlining restart: large segment in the middle creates two inlining groups",
"prefetch inlining runtime parallel: pass-through only flows into one child slot",
"prefetch inlining runtime passthrough: static parents inline through runtime layout to static child",
"prefetch inlining runtime prefetch: layout cannot inline into a runtime leaf",
"prefetch inlining small chain: inlines multiple ancestors into deepest child"
],
"failed": [],
Expand All @@ -7460,11 +7485,10 @@
"layout sharing in non-static prefetches full prefetches should omit layouts that were already prefetched with a full prefetch",
"layout sharing in non-static prefetches navigations should omit layouts that were already prefetched with a full prefetch",
"layout sharing in non-static prefetches segment-level prefetch config does not unnecessarily use a runtime prefetch for sub-pages of runtime-prefetchable layouts",
"layout sharing in non-static prefetches segment-level prefetch config statically prefetches a fully-static page segment if all its runtime-prefetchable parents are available",
"layout sharing in non-static prefetches segment-level prefetch config uses a runtime prefetch for sub-pages of runtime-prefetchable layouts if requested"
],
"failed": [
"layout sharing in non-static prefetches segment-level prefetch config statically prefetches a fully-static page segment if all its runtime-prefetchable parents are available"
],
"failed": [],
"pending": [
"layout sharing in non-static prefetches full prefetches should include layouts that were only prefetched with a runtime prefetch",
"layout sharing in non-static prefetches full prefetches should omit layouts that were prefetched with a runtime prefetch and had no dynamic holes",
Expand Down Expand Up @@ -7588,12 +7612,13 @@
"test/e2e/app-dir/segment-cache/staleness/segment-cache-per-page-dynamic-stale-time.test.ts": {
"passed": [
"segment cache (per-page dynamic stale time) back/forward navigation always reuses BFCache regardless of stale time",
"segment cache (per-page dynamic stale time) per-page value overrides global staleTimes.dynamic regardless of direction",
"segment cache (per-page dynamic stale time) reuses dynamic data within the per-page stale time window",
"segment cache (per-page dynamic stale time) two dynamic pages with different stale times behave independently",
"segment cache (per-page dynamic stale time) with parallel routes, uses the minimum stale time across all slots"
],
"failed": [],
"failed": [
"segment cache (per-page dynamic stale time) per-page value overrides global staleTimes.dynamic regardless of direction"
],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -8304,15 +8329,6 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/use-node-streams-env-precedence/use-node-streams-env-precedence.test.ts": {
"passed": [
"use-node-streams env precedence should respect explicit useNodeStreams=false even when env flag is true"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/use-params/use-params.test.ts": {
"passed": [
"use-params should work for catch all params",
Expand Down Expand Up @@ -9007,8 +9023,8 @@
},
"test/e2e/edge-async-local-storage/index.test.ts": {
"passed": [
"edge api can use async local storage cans use a single instance per request",
"edge api can use async local storage cans use multiple instances per request"
"edge api can use async local storage can use a single instance per request",
"edge api can use async local storage can use multiple instances per request"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -21035,7 +21051,6 @@
"config telemetry production mode emits telemetry for default React Compiler options",
"config telemetry production mode emits telemetry for enabled React Compiler",
"config telemetry production mode emits telemetry for filesystem cache in build mode",
"config telemetry production mode emits telemetry for filesystem cache in dev mode",
"config telemetry production mode emits telemetry for middleware related options",
"config telemetry production mode emits telemetry for transpilePackages",
"config telemetry production mode emits telemetry for usage of @vercel/og",
Expand All @@ -21048,7 +21063,9 @@
"config telemetry production mode emits telemetry for usage of swc plugins",
"config telemetry production mode emits telemetry for useCache directive"
],
"failed": [],
"failed": [
"config telemetry production mode emits telemetry for filesystem cache in dev mode"
],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down Expand Up @@ -22035,6 +22052,16 @@
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/post-build/post-build.test.ts": {
"passed": [
"post-build should report nothing to do when persistent caching is disabled",
"post-build should run post-build compaction on the turbopack cache"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/ppr-use-server-inserted-html/ppr-use-server-inserted-html.test.ts": {
"passed": [
"ppr-use-server-inserted-html should insert the html insertion into html body",
Expand Down Expand Up @@ -22200,6 +22227,15 @@
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/use-node-streams-env-precedence/use-node-streams-env-precedence.test.ts": {
"passed": [
"use-node-streams env precedence should respect explicit useNodeStreams=false even when env flag is true"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/app-dir/worker-restart/worker-restart.test.ts": {
"passed": [
"worker-restart should fail the build if a worker process is killed",
Expand Down Expand Up @@ -23384,6 +23420,16 @@
"flakey": [],
"runtimeError": false
},
"test/production/standalone-mode/server-actions/standalone-mode-server-actions.test.ts": {
"passed": [
"standalone mode: server actions should be able to execute MPA server actions",
"standalone mode: server actions should be able to execute server actions"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/production/standalone-mode/tracing-side-effects-false/tracing-side-effects-false.test.ts": {
"passed": [
"standalone mode - tracing-side-effects-false should trace sideeffect imports even when sideEffects is false"
Expand Down
Loading