Skip to content

Commit 9672bdc

Browse files
Update Rspack production test manifest (#81914)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent 02871e4 commit 9672bdc

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,6 +1719,9 @@
17191719
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request headers should error the build with a runtime error",
17201720
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request server params should not error the build when synchronously reading `params.slug`",
17211721
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`",
1722+
"Cache Components Errors Build With --prerender-debug With `use cache: private` with `connection()` should not fail the build and show no runtime error (caught in userland)",
1723+
"Cache Components Errors Build With --prerender-debug With `use cache: private` with `headers()` should not fail the build and show no runtime error (caught in userland)",
1724+
"Cache Components Errors Build With --prerender-debug With `use cache: private` without Suspense should error the build",
17221725
"Cache Components Errors Build Without --prerender-debug Dynamic Boundary should partially prerender when all dynamic components are inside a Suspense boundary",
17231726
"Cache Components Errors Build Without --prerender-debug Dynamic Metadata - Dynamic Route should partially prerender when all dynamic components are inside a Suspense boundary",
17241727
"Cache Components Errors Build Without --prerender-debug Dynamic Metadata - Error Route should error the build for the correct reason when there is a cache components violation alongside dynamic metadata",
@@ -1743,9 +1746,17 @@
17431746
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request draftMode should not error the build when synchronously reading `draftMode().isEnabled`",
17441747
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request headers should error the build with a runtime error",
17451748
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server params should not error the build when synchronously reading `params.slug`",
1746-
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`"
1749+
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`",
1750+
"Cache Components Errors Build Without --prerender-debug With `use cache: private` in `unstable_cache` should error the build",
1751+
"Cache Components Errors Build Without --prerender-debug With `use cache: private` in `use cache` should error the build",
1752+
"Cache Components Errors Build Without --prerender-debug With `use cache: private` with `connection()` should not fail the build and show no runtime error (caught in userland)",
1753+
"Cache Components Errors Build Without --prerender-debug With `use cache: private` with `headers()` should not fail the build and show no runtime error (caught in userland)",
1754+
"Cache Components Errors Build Without --prerender-debug With `use cache: private` without Suspense should error the build"
1755+
],
1756+
"failed": [
1757+
"Cache Components Errors Build With --prerender-debug With `use cache: private` in `unstable_cache` should error the build",
1758+
"Cache Components Errors Build With --prerender-debug With `use cache: private` in `use cache` should error the build"
17471759
],
1748-
"failed": [],
17491760
"pending": [],
17501761
"flakey": [],
17511762
"runtimeError": false
@@ -6213,6 +6224,17 @@
62136224
"flakey": [],
62146225
"runtimeError": false
62156226
},
6227+
"test/e2e/app-dir/use-cache-private/use-cache-private.test.ts": {
6228+
"passed": [
6229+
"use-cache-private allows reading cookies in private caches",
6230+
"use-cache-private allows reading search params in private caches",
6231+
"use-cache-private excludes private caches from prerenders"
6232+
],
6233+
"failed": [],
6234+
"pending": [],
6235+
"flakey": [],
6236+
"runtimeError": false
6237+
},
62166238
"test/e2e/app-dir/use-cache-route-handler-only/use-cache-route-handler-only.test.ts": {
62176239
"passed": [
62186240
"use-cache-route-handler-only should cache results in node route handlers"
@@ -19750,11 +19772,10 @@
1975019772
},
1975119773
"test/production/pnpm-support/index.test.ts": {
1975219774
"passed": [
19753-
"pnpm support should build with dependencies installed via pnpm"
19754-
],
19755-
"failed": [
19775+
"pnpm support should build with dependencies installed via pnpm",
1975619776
"pnpm support should execute client-side JS on each page in output: \"standalone\""
1975719777
],
19778+
"failed": [],
1975819779
"pending": [],
1975919780
"flakey": [],
1976019781
"runtimeError": false

0 commit comments

Comments
 (0)