Skip to content

Commit 71bc037

Browse files
update/rspack-manifest-1751094088164
1 parent 09a2167 commit 71bc037

File tree

1 file changed

+46
-48
lines changed

1 file changed

+46
-48
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 46 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2134,10 +2134,8 @@
21342134
},
21352135
"test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.platform-dynamic.test.ts": {
21362136
"passed": [
2137-
"Dynamic IO Errors - With Minification Sync Dynamic - With Fallback - Math.random() should not error the build when calling Math.random() if all dynamic access is inside a Suspense boundary",
2138-
"Dynamic IO Errors - With Minification Sync Dynamic - Without Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete",
2139-
"Dynamic IO Errors - Without Minification Sync Dynamic - With Fallback - Math.random() should not error the build when calling Math.random() if all dynamic access is inside a Suspense boundary",
2140-
"Dynamic IO Errors - Without Minification Sync Dynamic - Without Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete"
2137+
"Dynamic IO Errors - With --prerender-debug Sync Dynamic - With Fallback - Math.random() should not error the build when calling Math.random() if all dynamic access is inside a Suspense boundary",
2138+
"Dynamic IO Errors - With --prerender-debug Sync Dynamic - Without Fallback - Math.random() should error the build if Math.random() happens before some component outside a Suspense boundary is complete"
21412139
],
21422140
"failed": [],
21432141
"pending": [],
@@ -2170,14 +2168,14 @@
21702168
},
21712169
"test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.sync-attribution.test.ts": {
21722170
"passed": [
2173-
"Dynamic IO Errors - With Minification Error Attribution with Sync IO - Guarded RSC with guarded Client sync IO should not error the build sync IO is used inside a Suspense Boundary in a client Component and nothing else is dynamic",
2174-
"Dynamic IO Errors - With Minification Error Attribution with Sync IO - Guarded RSC with unguarded Client sync IO should error the build with a reason related to sync IO access",
2175-
"Dynamic IO Errors - With Minification Error Attribution with Sync IO - Unguarded RSC with guarded Client sync IO should error the build with a reason related dynamic data",
2176-
"Dynamic IO Errors - With Minification Error Attribution with Sync IO - unguarded RSC with unguarded Client sync IO should error the build with a reason related to sync IO access",
2177-
"Dynamic IO Errors - Without Minification Error Attribution with Sync IO - Guarded RSC with guarded Client sync IO should not error the build sync IO is used inside a Suspense Boundary in a client Component and nothing else is dynamic",
2178-
"Dynamic IO Errors - Without Minification Error Attribution with Sync IO - Guarded RSC with unguarded Client sync IO should error the build with a reason related to sync IO access",
2179-
"Dynamic IO Errors - Without Minification Error Attribution with Sync IO - Unguarded RSC with guarded Client sync IO should error the build with a reason related dynamic data",
2180-
"Dynamic IO Errors - Without Minification Error Attribution with Sync IO - unguarded RSC with unguarded Client sync IO should error the build with a reason related to sync IO access"
2171+
"Dynamic IO Errors - With --prerender-debug Error Attribution with Sync IO - Guarded RSC with guarded Client sync IO should not error the build sync IO is used inside a Suspense Boundary in a client Component and nothing else is dynamic",
2172+
"Dynamic IO Errors - With --prerender-debug Error Attribution with Sync IO - Guarded RSC with unguarded Client sync IO should error the build with a reason related to sync IO access",
2173+
"Dynamic IO Errors - With --prerender-debug Error Attribution with Sync IO - Unguarded RSC with guarded Client sync IO should error the build with a reason related dynamic data",
2174+
"Dynamic IO Errors - With --prerender-debug Error Attribution with Sync IO - unguarded RSC with unguarded Client sync IO should error the build with a reason related to sync IO access",
2175+
"Dynamic IO Errors - Without --prerender-debug Error Attribution with Sync IO - Guarded RSC with guarded Client sync IO should not error the build sync IO is used inside a Suspense Boundary in a client Component and nothing else is dynamic",
2176+
"Dynamic IO Errors - Without --prerender-debug Error Attribution with Sync IO - Guarded RSC with unguarded Client sync IO should error the build with a reason related to sync IO access",
2177+
"Dynamic IO Errors - Without --prerender-debug Error Attribution with Sync IO - Unguarded RSC with guarded Client sync IO should error the build with a reason related dynamic data",
2178+
"Dynamic IO Errors - Without --prerender-debug Error Attribution with Sync IO - unguarded RSC with unguarded Client sync IO should error the build with a reason related to sync IO access"
21812179
],
21822180
"failed": [],
21832181
"pending": [],
@@ -2186,18 +2184,18 @@
21862184
},
21872185
"test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.sync-dynamic.test.ts": {
21882186
"passed": [
2189-
"Dynamic IO Errors - With Minification Sync Dynamic - With Fallback - client searchParams should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
2190-
"Dynamic IO Errors - With Minification Sync Dynamic - With Fallback - cookies should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
2191-
"Dynamic IO Errors - With Minification Sync Dynamic - With Fallback - server searchParams should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
2192-
"Dynamic IO Errors - With Minification Sync Dynamic - Without Fallback - client searchParams should error the build if dynamic IO happens in the root (outside a Suspense)",
2193-
"Dynamic IO Errors - With Minification Sync Dynamic - Without Fallback - cookies should error the build if dynamic IO happens in the root (outside a Suspense)",
2194-
"Dynamic IO Errors - With Minification Sync Dynamic - Without Fallback - server searchParams should error the build if dynamic IO happens in the root (outside a Suspense)",
2195-
"Dynamic IO Errors - Without Minification Sync Dynamic - With Fallback - client searchParams should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
2196-
"Dynamic IO Errors - Without Minification Sync Dynamic - With Fallback - cookies should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
2197-
"Dynamic IO Errors - Without Minification Sync Dynamic - With Fallback - server searchParams should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
2198-
"Dynamic IO Errors - Without Minification Sync Dynamic - Without Fallback - client searchParams should error the build if dynamic IO happens in the root (outside a Suspense)",
2199-
"Dynamic IO Errors - Without Minification Sync Dynamic - Without Fallback - cookies should error the build if dynamic IO happens in the root (outside a Suspense)",
2200-
"Dynamic IO Errors - Without Minification Sync Dynamic - Without Fallback - server searchParams should error the build if dynamic IO happens in the root (outside a Suspense)"
2187+
"Dynamic IO Errors - With --prerender-debug Sync Dynamic - With Fallback - client searchParams should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
2188+
"Dynamic IO Errors - With --prerender-debug Sync Dynamic - With Fallback - cookies should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
2189+
"Dynamic IO Errors - With --prerender-debug Sync Dynamic - With Fallback - server searchParams should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
2190+
"Dynamic IO Errors - With --prerender-debug Sync Dynamic - Without Fallback - client searchParams should error the build if dynamic IO happens in the root (outside a Suspense)",
2191+
"Dynamic IO Errors - With --prerender-debug Sync Dynamic - Without Fallback - cookies should error the build if dynamic IO happens in the root (outside a Suspense)",
2192+
"Dynamic IO Errors - With --prerender-debug Sync Dynamic - Without Fallback - server searchParams should error the build if dynamic IO happens in the root (outside a Suspense)",
2193+
"Dynamic IO Errors - Without --prerender-debug Sync Dynamic - With Fallback - client searchParams should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
2194+
"Dynamic IO Errors - Without --prerender-debug Sync Dynamic - With Fallback - cookies should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
2195+
"Dynamic IO Errors - Without --prerender-debug Sync Dynamic - With Fallback - server searchParams should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
2196+
"Dynamic IO Errors - Without --prerender-debug Sync Dynamic - Without Fallback - client searchParams should error the build if dynamic IO happens in the root (outside a Suspense)",
2197+
"Dynamic IO Errors - Without --prerender-debug Sync Dynamic - Without Fallback - cookies should error the build if dynamic IO happens in the root (outside a Suspense)",
2198+
"Dynamic IO Errors - Without --prerender-debug Sync Dynamic - Without Fallback - server searchParams should error the build if dynamic IO happens in the root (outside a Suspense)"
22012199
],
22022200
"failed": [],
22032201
"pending": [],
@@ -2206,24 +2204,24 @@
22062204
},
22072205
"test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.test.ts": {
22082206
"passed": [
2209-
"Dynamic IO Errors - With Minification Dynamic Boundary should partially prerender when all dynamic components are inside a Suspense boundary",
2210-
"Dynamic IO Errors - With Minification Dynamic Metadata - Dynamic Route should partially prerender when all dynamic components are inside a Suspense boundary",
2211-
"Dynamic IO Errors - With Minification Dynamic Metadata - Error Route should error the build for the correct reason when there is a dynamic IO violation alongside dynamic metadata",
2212-
"Dynamic IO Errors - With Minification Dynamic Metadata - Static Route With Suspense should not error the build if generateMetadata is dynamic",
2213-
"Dynamic IO Errors - With Minification Dynamic Metadata - Static Route should error the build if generateMetadata is dynamic when the rest of the route is prerenderable",
2214-
"Dynamic IO Errors - With Minification Dynamic Root should error the build if dynamic IO happens in the root (outside a Suspense)",
2215-
"Dynamic IO Errors - With Minification Dynamic Viewport - Dynamic Route should error the build if generateViewport is dynamic even if there are other uses of dynamic on the page",
2216-
"Dynamic IO Errors - With Minification Dynamic Viewport - Static Route should error the build if generateViewport is dynamic",
2217-
"Dynamic IO Errors - With Minification Static Route should not error the build when all routes are static",
2218-
"Dynamic IO Errors - Without Minification Dynamic Boundary should partially prerender when all dynamic components are inside a Suspense boundary",
2219-
"Dynamic IO Errors - Without Minification Dynamic Metadata - Dynamic Route should partially prerender when all dynamic components are inside a Suspense boundary",
2220-
"Dynamic IO Errors - Without Minification Dynamic Metadata - Error Route should error the build for the correct reason when there is a dynamic IO violation alongside dynamic metadata",
2221-
"Dynamic IO Errors - Without Minification Dynamic Metadata - Static Route With Suspense should not error the build if generateMetadata is dynamic",
2222-
"Dynamic IO Errors - Without Minification Dynamic Metadata - Static Route should error the build if generateMetadata is dynamic when the rest of the route is prerenderable",
2223-
"Dynamic IO Errors - Without Minification Dynamic Root should error the build if dynamic IO happens in the root (outside a Suspense)",
2224-
"Dynamic IO Errors - Without Minification Dynamic Viewport - Dynamic Route should error the build if generateViewport is dynamic even if there are other uses of dynamic on the page",
2225-
"Dynamic IO Errors - Without Minification Dynamic Viewport - Static Route should error the build if generateViewport is dynamic",
2226-
"Dynamic IO Errors - Without Minification Static Route should not error the build when all routes are static"
2207+
"Dynamic IO Errors - With --prerender-debug Dynamic Boundary should partially prerender when all dynamic components are inside a Suspense boundary",
2208+
"Dynamic IO Errors - With --prerender-debug Dynamic Metadata - Dynamic Route should partially prerender when all dynamic components are inside a Suspense boundary",
2209+
"Dynamic IO Errors - With --prerender-debug Dynamic Metadata - Error Route should error the build for the correct reason when there is a dynamic IO violation alongside dynamic metadata",
2210+
"Dynamic IO Errors - With --prerender-debug Dynamic Metadata - Static Route With Suspense should error the build if generateMetadata is dynamic when the rest of the route is prerenderable",
2211+
"Dynamic IO Errors - With --prerender-debug Dynamic Metadata - Static Route should error the build if generateMetadata is dynamic when the rest of the route is prerenderable",
2212+
"Dynamic IO Errors - With --prerender-debug Dynamic Root should error the build if dynamic IO happens in the root (outside a Suspense)",
2213+
"Dynamic IO Errors - With --prerender-debug Dynamic Viewport - Dynamic Route should error the build if generateViewport is dynamic even if there are other uses of dynamic on the page",
2214+
"Dynamic IO Errors - With --prerender-debug Dynamic Viewport - Static Route should error the build if generateViewport is dynamic",
2215+
"Dynamic IO Errors - With --prerender-debug Static Route should not error the build when all routes are static",
2216+
"Dynamic IO Errors - Without --prerender-debug Dynamic Boundary should partially prerender when all dynamic components are inside a Suspense boundary",
2217+
"Dynamic IO Errors - Without --prerender-debug Dynamic Metadata - Dynamic Route should partially prerender when all dynamic components are inside a Suspense boundary",
2218+
"Dynamic IO Errors - Without --prerender-debug Dynamic Metadata - Error Route should error the build for the correct reason when there is a dynamic IO violation alongside dynamic metadata",
2219+
"Dynamic IO Errors - Without --prerender-debug Dynamic Metadata - Static Route With Suspense should error the build if generateMetadata is dynamic when the rest of the route is prerenderable",
2220+
"Dynamic IO Errors - Without --prerender-debug Dynamic Metadata - Static Route should error the build if generateMetadata is dynamic when the rest of the route is prerenderable",
2221+
"Dynamic IO Errors - Without --prerender-debug Dynamic Root should error the build if dynamic IO happens in the root (outside a Suspense)",
2222+
"Dynamic IO Errors - Without --prerender-debug Dynamic Viewport - Dynamic Route should error the build if generateViewport is dynamic even if there are other uses of dynamic on the page",
2223+
"Dynamic IO Errors - Without --prerender-debug Dynamic Viewport - Static Route should error the build if generateViewport is dynamic",
2224+
"Dynamic IO Errors - Without --prerender-debug Static Route should not error the build when all routes are static"
22272225
],
22282226
"failed": [],
22292227
"pending": [],
@@ -4149,6 +4147,7 @@
41494147
"parallel-routes-and-interception route intercepting with dynamic catch-all routes should render intercepted route",
41504148
"parallel-routes-and-interception route intercepting with dynamic optional catch-all routes should render intercepted route",
41514149
"parallel-routes-and-interception route intercepting with dynamic routes should render intercepted route",
4150+
"parallel-routes-and-interception route intercepting with prerendered dynamic routes should render intercepted route",
41524151
"parallel-routes-and-interception-conflicting-pages should gracefully handle when two page segments match the `children` parallel slot"
41534152
],
41544153
"failed": [],
@@ -5296,16 +5295,14 @@
52965295
},
52975296
"test/e2e/app-dir/scss/invalid-global-with-app/invalid-global-with-app.test.ts": {
52985297
"passed": [],
5299-
"failed": [
5300-
"Invalid Global CSS with Custom App production only should fail to build"
5301-
],
5298+
"failed": ["Invalid Global CSS with Custom App should fail to build"],
53025299
"pending": [],
53035300
"flakey": [],
53045301
"runtimeError": false
53055302
},
53065303
"test/e2e/app-dir/scss/invalid-global/invalid-global.test.ts": {
53075304
"passed": [],
5308-
"failed": ["Invalid Global CSS production only should fail to build"],
5305+
"failed": ["Invalid Global CSS should fail to build"],
53095306
"pending": [],
53105307
"flakey": [],
53115308
"runtimeError": false
@@ -5529,7 +5526,7 @@
55295526
"test/e2e/app-dir/scss/valid-and-invalid-global/valid-and-invalid-global.test.ts": {
55305527
"passed": [],
55315528
"failed": [
5532-
"Valid and Invalid Global CSS with Custom App production only should fail to build"
5529+
"Valid and Invalid Global CSS with Custom App should fail to build"
55335530
],
55345531
"pending": [],
55355532
"flakey": [],
@@ -5603,6 +5600,7 @@
56035600
"segment cache (basic tests) navigate to page with lazily-generated (not at build time) static param",
56045601
"segment cache (basic tests) navigate with prefetched data",
56055602
"segment cache (basic tests) prefetch interception route",
5603+
"segment cache (basic tests) prefetch interception route with params",
56065604
"segment cache (basic tests) refreshes page segments when navigating to the exact same URL as the current location",
56075605
"segment cache (basic tests) skips dynamic request if prefetched data is fully static",
56085606
"segment cache (basic tests) skips static layouts during partially static navigation"
@@ -5616,7 +5614,7 @@
56165614
"passed": [
56175615
"segment cache (CDN cache busting) perform fully prefetched navigation when a third-party proxy performs a redirect",
56185616
"segment cache (CDN cache busting) perform fully prefetched navigation with a CDN that doesn't respect the Vary header",
5619-
"segment cache (CDN cache busting) prevent cache poisoning attacks by responding with an error if a custom header is sent during a prefetch without a corresponding cache-busting search param"
5617+
"segment cache (CDN cache busting) prevent cache poisoning attacks by responding with a redirect to correct cache busting query param if a custom header is sent during a prefetch without a corresponding cache-busting search param"
56205618
],
56215619
"failed": [],
56225620
"pending": [],

0 commit comments

Comments
 (0)