Skip to content

Update Rspack production test manifest #80930

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions test/rspack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There appears to be an extra space in the test name between "routes" and "should". The test name should be parallel-routes-and-interception route intercepting with prerendered dynamic routes should render intercepted route instead of parallel-routes-and-interception route intercepting with prerendered dynamic routes should render intercepted route.

Suggested change
"parallel-routes-and-interception route intercepting with prerendered dynamic routes should render intercepted route",
"parallel-routes-and-interception route intercepting with prerendered dynamic routes should render intercepted route",

Spotted by Diamond

Is this helpful? React 👍 or 👎 to let us know.

"parallel-routes-and-interception-conflicting-pages should gracefully handle when two page segments match the `children` parallel slot"
],
"failed": [],
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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": [],
Expand Down Expand Up @@ -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"
Expand All @@ -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": [],
Expand Down
Loading