Skip to content

Commit e590df4

Browse files
Update Rspack development test manifest (#82461)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent 3e750d1 commit e590df4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2596,7 +2596,7 @@
25962596
"passed": [
25972597
"Cache Components Dev Errors should display error when component accessed data without suspense boundary",
25982598
"Cache Components Dev Errors should not log unhandled rejections for persistently thrown top-level errors",
2599-
"Cache Components Dev Errors should show a red box error on client navigations",
2599+
"Cache Components Dev Errors should not show a red box error on client navigations",
26002600
"Cache Components Dev Errors should show a red box error on the SSR render"
26012601
],
26022602
"failed": [
@@ -5568,7 +5568,7 @@
55685568
"app-dir static/dynamic handling useSearchParams client should have empty search params on force-static"
55695569
],
55705570
"flakey": [],
5571-
"runtimeError": false
5571+
"runtimeError": true
55725572
},
55735573
"test/e2e/app-dir/app-validation/validation.test.ts": {
55745574
"passed": [
@@ -5633,7 +5633,6 @@
56335633
"app dir - basic searchParams prop server component should have the correct search params on middleware rewrite",
56345634
"app dir - basic searchParams prop server component should have the correct search params on rewrite",
56355635
"app dir - basic server components Loading should render loading.js in browser for slow layout",
5636-
"app dir - basic server components Loading should render loading.js in browser for slow layout and page",
56375636
"app dir - basic server components Loading should render loading.js in browser for slow page",
56385637
"app dir - basic server components Loading should render loading.js in initial html for slow layout",
56395638
"app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
@@ -5648,6 +5647,7 @@
56485647
"app dir - basic server components dynamic routes should only pass params that apply to the layout",
56495648
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for redirect",
56505649
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for rewrite",
5650+
"app dir - basic server components next/router should support router.back and router.forward",
56515651
"app dir - basic server components should include client component layout with server component route should include it client-side",
56525652
"app dir - basic server components should include client component layout with server component route should include it server-side",
56535653
"app dir - basic server components should not serve .client.js as a path",
@@ -5691,7 +5691,7 @@
56915691
],
56925692
"failed": [
56935693
"app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
5694-
"app dir - basic server components next/router should support router.back and router.forward"
5694+
"app dir - basic server components Loading should render loading.js in browser for slow layout and page"
56955695
],
56965696
"pending": [
56975697
"app dir - basic HMR should HMR correctly when changing the component type",
@@ -6790,10 +6790,10 @@
67906790
"test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
67916791
"passed": [
67926792
"app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment",
6793-
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
67946793
"app-dir - error-on-next-codemod-comment should error with inline comment as well"
67956794
],
67966795
"failed": [
6796+
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
67976797
"app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
67986798
],
67996799
"pending": [],

0 commit comments

Comments
 (0)