Skip to content

Commit 91c56d6

Browse files
Update bundler production test manifest (#77314)
This auto-generated PR updates the production integration test manifest used when testing alternative bundlers.
1 parent 5bb24a0 commit 91c56d6

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

test/rspack-build-tests-manifest.json

+11-10
Original file line numberDiff line numberDiff line change
@@ -974,6 +974,7 @@
974974
"app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-node",
975975
"app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge",
976976
"app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-node",
977+
"app-dir static/dynamic handling unstable_cache should be able to read the draft mode status",
977978
"app-dir static/dynamic handling unstable_cache should bypass cache in draft mode",
978979
"app-dir static/dynamic handling unstable_cache should not cache new result in draft mode",
979980
"app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache",
@@ -1087,6 +1088,7 @@
10871088
"app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-node",
10881089
"app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge",
10891090
"app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-node",
1091+
"app-dir static/dynamic handling unstable_cache should be able to read the draft mode status",
10901092
"app-dir static/dynamic handling unstable_cache should bypass cache in draft mode",
10911093
"app-dir static/dynamic handling unstable_cache should not cache new result in draft mode",
10921094
"app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache",
@@ -5699,6 +5701,7 @@
56995701
"use-cache should error when cookies/headers/draftMode is used inside \"use cache\"",
57005702
"use-cache should match the expected revalidate and expire configs on the prerender manifest",
57015703
"use-cache should match the expected stale config in the page header",
5704+
"use-cache should not read nor write cached data when draft mode is enabled",
57025705
"use-cache should not use stale caches in server actions that have revalidated",
57035706
"use-cache should override fetch with cookies/auth in use cache properly",
57045707
"use-cache should override fetch with no-store in use cache properly",
@@ -8355,10 +8358,10 @@
83558358
"runtimeError": false
83568359
},
83578360
"test/integration/amp-export-validation/test/index.test.js": {
8358-
"passed": [],
8359-
"failed": [
8361+
"passed": [
83608362
"AMP Validation on Export production mode should have shown errors during build"
83618363
],
8364+
"failed": [],
83628365
"pending": [
83638366
"AMP Validation on Export production mode shows AMP warning without throwing error",
83648367
"AMP Validation on Export production mode shows warning and error when throwing error",
@@ -9348,13 +9351,12 @@
93489351
},
93499352
"test/integration/create-next-app/package-manager/bun.test.ts": {
93509353
"passed": [
9354+
"create-next-app with package manager bun should use bun for --use-bun flag",
93519355
"create-next-app with package manager bun should use bun for --use-bun flag with example",
93529356
"create-next-app with package manager bun should use bun when user-agent is bun",
93539357
"create-next-app with package manager bun should use bun when user-agent is bun with example"
93549358
],
9355-
"failed": [
9356-
"create-next-app with package manager bun should use bun for --use-bun flag"
9357-
],
9359+
"failed": [],
93589360
"pending": [],
93599361
"flakey": [],
93609362
"runtimeError": false
@@ -16732,16 +16734,15 @@
1673216734
"passed": [
1673316735
"server-side dev errors should show server-side error for api route correctly",
1673416736
"server-side dev errors should show server-side error for dynamic api route correctly",
16737+
"server-side dev errors should show server-side error for dynamic gssp page correctly",
1673516738
"server-side dev errors should show server-side error for gsp page correctly",
1673616739
"server-side dev errors should show server-side error for gssp page correctly",
1673716740
"server-side dev errors should show server-side error for uncaught empty exception correctly",
1673816741
"server-side dev errors should show server-side error for uncaught empty rejection correctly",
1673916742
"server-side dev errors should show server-side error for uncaught exception correctly",
1674016743
"server-side dev errors should show server-side error for uncaught rejection correctly"
1674116744
],
16742-
"failed": [
16743-
"server-side dev errors should show server-side error for dynamic gssp page correctly"
16744-
],
16745+
"failed": [],
1674516746
"pending": [],
1674616747
"flakey": [],
1674716748
"runtimeError": false
@@ -18085,8 +18086,8 @@
1808518086
"runtimeError": false
1808618087
},
1808718088
"test/production/deterministic-build/index.test.ts": {
18088-
"passed": [],
18089-
"failed": ["deterministic build should have same md5 file across build"],
18089+
"passed": ["deterministic build should have same md5 file across build"],
18090+
"failed": [],
1809018091
"pending": [],
1809118092
"flakey": [],
1809218093
"runtimeError": false

0 commit comments

Comments
 (0)