|
974 | 974 | "app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-node",
|
975 | 975 | "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge",
|
976 | 976 | "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", |
977 | 978 | "app-dir static/dynamic handling unstable_cache should bypass cache in draft mode",
|
978 | 979 | "app-dir static/dynamic handling unstable_cache should not cache new result in draft mode",
|
979 | 980 | "app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache",
|
|
1087 | 1088 | "app-dir static/dynamic handling unstable-cache should work in pages/api/unstable-cache-node",
|
1088 | 1089 | "app-dir static/dynamic handling unstable-cache should work in pages/unstable-cache-edge",
|
1089 | 1090 | "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", |
1090 | 1092 | "app-dir static/dynamic handling unstable_cache should bypass cache in draft mode",
|
1091 | 1093 | "app-dir static/dynamic handling unstable_cache should not cache new result in draft mode",
|
1092 | 1094 | "app-dir static/dynamic handling unstable_cache should not error when calling a fetch no-cache",
|
|
5699 | 5701 | "use-cache should error when cookies/headers/draftMode is used inside \"use cache\"",
|
5700 | 5702 | "use-cache should match the expected revalidate and expire configs on the prerender manifest",
|
5701 | 5703 | "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", |
5702 | 5705 | "use-cache should not use stale caches in server actions that have revalidated",
|
5703 | 5706 | "use-cache should override fetch with cookies/auth in use cache properly",
|
5704 | 5707 | "use-cache should override fetch with no-store in use cache properly",
|
|
8355 | 8358 | "runtimeError": false
|
8356 | 8359 | },
|
8357 | 8360 | "test/integration/amp-export-validation/test/index.test.js": {
|
8358 |
| - "passed": [], |
8359 |
| - "failed": [ |
| 8361 | + "passed": [ |
8360 | 8362 | "AMP Validation on Export production mode should have shown errors during build"
|
8361 | 8363 | ],
|
| 8364 | + "failed": [], |
8362 | 8365 | "pending": [
|
8363 | 8366 | "AMP Validation on Export production mode shows AMP warning without throwing error",
|
8364 | 8367 | "AMP Validation on Export production mode shows warning and error when throwing error",
|
|
9348 | 9351 | },
|
9349 | 9352 | "test/integration/create-next-app/package-manager/bun.test.ts": {
|
9350 | 9353 | "passed": [
|
| 9354 | + "create-next-app with package manager bun should use bun for --use-bun flag", |
9351 | 9355 | "create-next-app with package manager bun should use bun for --use-bun flag with example",
|
9352 | 9356 | "create-next-app with package manager bun should use bun when user-agent is bun",
|
9353 | 9357 | "create-next-app with package manager bun should use bun when user-agent is bun with example"
|
9354 | 9358 | ],
|
9355 |
| - "failed": [ |
9356 |
| - "create-next-app with package manager bun should use bun for --use-bun flag" |
9357 |
| - ], |
| 9359 | + "failed": [], |
9358 | 9360 | "pending": [],
|
9359 | 9361 | "flakey": [],
|
9360 | 9362 | "runtimeError": false
|
@@ -16732,16 +16734,15 @@
|
16732 | 16734 | "passed": [
|
16733 | 16735 | "server-side dev errors should show server-side error for api route correctly",
|
16734 | 16736 | "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", |
16735 | 16738 | "server-side dev errors should show server-side error for gsp page correctly",
|
16736 | 16739 | "server-side dev errors should show server-side error for gssp page correctly",
|
16737 | 16740 | "server-side dev errors should show server-side error for uncaught empty exception correctly",
|
16738 | 16741 | "server-side dev errors should show server-side error for uncaught empty rejection correctly",
|
16739 | 16742 | "server-side dev errors should show server-side error for uncaught exception correctly",
|
16740 | 16743 | "server-side dev errors should show server-side error for uncaught rejection correctly"
|
16741 | 16744 | ],
|
16742 |
| - "failed": [ |
16743 |
| - "server-side dev errors should show server-side error for dynamic gssp page correctly" |
16744 |
| - ], |
| 16745 | + "failed": [], |
16745 | 16746 | "pending": [],
|
16746 | 16747 | "flakey": [],
|
16747 | 16748 | "runtimeError": false
|
|
18085 | 18086 | "runtimeError": false
|
18086 | 18087 | },
|
18087 | 18088 | "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": [], |
18090 | 18091 | "pending": [],
|
18091 | 18092 | "flakey": [],
|
18092 | 18093 | "runtimeError": false
|
|
0 commit comments