Skip to content

Commit 43aef82

Browse files
Update Rspack production test manifest (#84366)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent 66d32bd commit 43aef82

File tree

1 file changed

+17
-23
lines changed

1 file changed

+17
-23
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,6 @@
803803
"app dir - prefetching fetch priority should have an auto priority for all other fetch operations",
804804
"app dir - prefetching fetch priority should prefetch links in viewport with low priority",
805805
"app dir - prefetching fetch priority should prefetch with high priority when navigating to a page without a prefetch entry",
806-
"app dir - prefetching fetch priority should respect multiple prefetch types to the same URL",
807806
"app dir - prefetching invalid URLs should not throw when an invalid URL is passed to Link",
808807
"app dir - prefetching invalid URLs should throw when an invalid URL is passed to router.prefetch",
809808
"app dir - prefetching prefetch cache seeding should not re-fetch the initial dynamic page if the same page is prefetched with prefetch={true}",
@@ -821,7 +820,9 @@
821820
"app dir - prefetching should only prefetch the loading state and not the component tree when prefetching at the same segment",
822821
"app dir - prefetching should show layout eagerly when prefetched with loading one level down"
823822
],
824-
"failed": [],
823+
"failed": [
824+
"app dir - prefetching fetch priority should respect multiple prefetch types to the same URL"
825+
],
825826
"pending": [
826827
"app dir - prefetching should not suppress prefetches after navigating back"
827828
],
@@ -1796,15 +1797,8 @@
17961797
"Cache Components Errors Build With --prerender-debug Static Route should not error the build when all routes are static",
17971798
"Cache Components Errors Build With --prerender-debug Sync Dynamic Platform With Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete",
17981799
"Cache Components Errors Build With --prerender-debug Sync Dynamic Platform Without Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete",
1799-
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request client params should not error the build when synchronously reading `params.slug`",
1800-
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request client searchParams should not error the build when synchronously reading `searchParams.foo`",
1801-
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request cookies at runtime should not error the build, but fail at runtime",
18021800
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request cookies should error the build with a runtime error",
1803-
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request draftMode should not error the build when synchronously reading `draftMode().isEnabled`",
1804-
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request headers at runtime should not error the build, but fail at runtime",
18051801
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request headers should error the build with a runtime error",
1806-
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request server params should not error the build when synchronously reading `params.slug`",
1807-
"Cache Components Errors Build With --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`",
18081802
"Cache Components Errors Build With --prerender-debug Sync IO - Current Time - Date() should error the build if sync IO is used in a Server Component while prerendering",
18091803
"Cache Components Errors Build With --prerender-debug Sync IO - Current Time - Date.now() should error the build if sync IO is used in a Server Component while prerendering",
18101804
"Cache Components Errors Build With --prerender-debug Sync IO - Current Time - new Date() should error the build if sync IO is used in a Server Component while prerendering",
@@ -1843,15 +1837,8 @@
18431837
"Cache Components Errors Build Without --prerender-debug Static Route should not error the build when all routes are static",
18441838
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Platform With Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete",
18451839
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Platform Without Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete",
1846-
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request client params should not error the build when synchronously reading `params.slug`",
1847-
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request client searchParams should not error the build when synchronously reading `searchParams.foo`",
1848-
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request cookies at runtime should not error the build, but fail at runtime",
18491840
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request cookies should error the build with a runtime error",
1850-
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request draftMode should not error the build when synchronously reading `draftMode().isEnabled`",
1851-
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request headers at runtime should not error the build, but fail at runtime",
18521841
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request headers should error the build with a runtime error",
1853-
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server params should not error the build when synchronously reading `params.slug`",
1854-
"Cache Components Errors Build Without --prerender-debug Sync Dynamic Request server searchParams should not error the build when synchronously reading `searchParams.foo`",
18551842
"Cache Components Errors Build Without --prerender-debug Sync IO - Current Time - Date() should error the build if sync IO is used in a Server Component while prerendering",
18561843
"Cache Components Errors Build Without --prerender-debug Sync IO - Current Time - Date.now() should error the build if sync IO is used in a Server Component while prerendering",
18571844
"Cache Components Errors Build Without --prerender-debug Sync IO - Current Time - new Date() should error the build if sync IO is used in a Server Component while prerendering",
@@ -6676,7 +6663,6 @@
66766663
"runtime prefetching in a private cache includes dynamic params, but not dynamic content",
66776664
"runtime prefetching in a private cache includes headers, but not dynamic content",
66786665
"runtime prefetching in a private cache includes root params, but not dynamic content",
6679-
"runtime prefetching in a private cache includes search params, but not dynamic content",
66806666
"runtime prefetching passed to a public cache can completely prefetch a page that uses cookies and no uncached IO",
66816667
"runtime prefetching passed to a public cache includes cookies, but not dynamic content",
66826668
"runtime prefetching passed to a public cache includes dynamic params, but not dynamic content",
@@ -6687,7 +6673,9 @@
66876673
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side different cookies should return different prefetch results - in a private cache",
66886674
"runtime prefetching should not cache runtime prefetch responses in the browser cache or server-side private caches should return new results on each request"
66896675
],
6690-
"failed": [],
6676+
"failed": [
6677+
"runtime prefetching in a private cache includes search params, but not dynamic content"
6678+
],
66916679
"pending": [],
66926680
"flakey": [],
66936681
"runtimeError": false
@@ -7100,6 +7088,15 @@
71007088
"flakey": [],
71017089
"runtimeError": false
71027090
},
7091+
"test/e2e/app-dir/undefined-default-export/undefined-default-export.test.ts": {
7092+
"passed": [
7093+
"Undefined default export errors the build with helpful error messages"
7094+
],
7095+
"failed": [],
7096+
"pending": [],
7097+
"flakey": [],
7098+
"runtimeError": false
7099+
},
71037100
"test/e2e/app-dir/underscore-ignore-app-paths/underscore-ignore-app-paths.test.ts": {
71047101
"passed": [
71057102
"underscore-ignore-app-paths should not serve app path with underscore",
@@ -9804,13 +9801,11 @@
98049801
"passed": [
98059802
"react-compiler babelrc should memoize Components",
98069803
"react-compiler babelrc should name functions in dev",
9807-
"react-compiler babelrc should show an experimental warning",
98089804
"react-compiler babelrc should work with a library that uses the react-server condition",
98099805
"react-compiler babelrc should work with a library using use client",
98109806
"react-compiler babelrc throws if the React Compiler is used in a React Server environment",
98119807
"react-compiler default should memoize Components",
98129808
"react-compiler default should name functions in dev",
9813-
"react-compiler default should show an experimental warning",
98149809
"react-compiler default should work with a library that uses the react-server condition",
98159810
"react-compiler default should work with a library using use client",
98169811
"react-compiler default throws if the React Compiler is used in a React Server environment"
@@ -19920,7 +19915,6 @@
1992019915
"production - app dir - build output should fail the build if you use a dynamic API outside of a render context - headers",
1992119916
"production - app dir - build output should fail the build if you use a dynamic API outside of a render context - notFound",
1992219917
"production - app dir - build output should fail the build if you use a dynamic API outside of a render context - redirect",
19923-
"production - app dir - build output should fail the build if you use a dynamic API outside of a render context - searchParams",
1992419918
"production - app dir - build output should log errors not caught by the worker without terminating the process",
1992519919
"production - app dir - build output should match the expected output format",
1992619920
"production - app dir - build output should only log app routes"
@@ -20539,8 +20533,8 @@
2053920533
"runtimeError": false
2054020534
},
2054120535
"test/production/escheck-output/index.test.ts": {
20542-
"passed": ["ES Check .next output should emit ES2020 with default"],
20543-
"failed": [],
20536+
"passed": [],
20537+
"failed": ["ES Check .next output should emit ES2020 with default"],
2054420538
"pending": [],
2054520539
"flakey": [],
2054620540
"runtimeError": false

0 commit comments

Comments
 (0)