diff --git a/test/rspack-build-tests-manifest.json b/test/rspack-build-tests-manifest.json index 38494de611330..47b63a1708cff 100644 --- a/test/rspack-build-tests-manifest.json +++ b/test/rspack-build-tests-manifest.json @@ -4149,6 +4149,7 @@ "parallel-routes-and-interception route intercepting with dynamic catch-all routes should render intercepted route", "parallel-routes-and-interception route intercepting with dynamic optional catch-all routes should render intercepted route", "parallel-routes-and-interception route intercepting with dynamic routes should render intercepted route", + "parallel-routes-and-interception route intercepting with prerendered dynamic routes should render intercepted route", "parallel-routes-and-interception-conflicting-pages should gracefully handle when two page segments match the `children` parallel slot" ], "failed": [], @@ -5296,16 +5297,14 @@ }, "test/e2e/app-dir/scss/invalid-global-with-app/invalid-global-with-app.test.ts": { "passed": [], - "failed": [ - "Invalid Global CSS with Custom App production only should fail to build" - ], + "failed": ["Invalid Global CSS with Custom App should fail to build"], "pending": [], "flakey": [], "runtimeError": false }, "test/e2e/app-dir/scss/invalid-global/invalid-global.test.ts": { "passed": [], - "failed": ["Invalid Global CSS production only should fail to build"], + "failed": ["Invalid Global CSS should fail to build"], "pending": [], "flakey": [], "runtimeError": false @@ -5529,7 +5528,7 @@ "test/e2e/app-dir/scss/valid-and-invalid-global/valid-and-invalid-global.test.ts": { "passed": [], "failed": [ - "Valid and Invalid Global CSS with Custom App production only should fail to build" + "Valid and Invalid Global CSS with Custom App should fail to build" ], "pending": [], "flakey": [], @@ -5603,6 +5602,7 @@ "segment cache (basic tests) navigate to page with lazily-generated (not at build time) static param", "segment cache (basic tests) navigate with prefetched data", "segment cache (basic tests) prefetch interception route", + "segment cache (basic tests) prefetch interception route with params", "segment cache (basic tests) refreshes page segments when navigating to the exact same URL as the current location", "segment cache (basic tests) skips dynamic request if prefetched data is fully static", "segment cache (basic tests) skips static layouts during partially static navigation" @@ -5616,7 +5616,7 @@ "passed": [ "segment cache (CDN cache busting) perform fully prefetched navigation when a third-party proxy performs a redirect", "segment cache (CDN cache busting) perform fully prefetched navigation with a CDN that doesn't respect the Vary header", - "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" + "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" ], "failed": [], "pending": [],