Skip to content

Commit c3c0b78

Browse files
Update Rspack development test manifest (#82526)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent e822c80 commit c3c0b78

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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": true
5571+
"runtimeError": false
55725572
},
55735573
"test/e2e/app-dir/app-validation/validation.test.ts": {
55745574
"passed": [
@@ -5633,6 +5633,7 @@
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",
56365637
"app dir - basic server components Loading should render loading.js in browser for slow page",
56375638
"app dir - basic server components Loading should render loading.js in initial html for slow layout",
56385639
"app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
@@ -5647,7 +5648,6 @@
56475648
"app dir - basic server components dynamic routes should only pass params that apply to the layout",
56485649
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for redirect",
56495650
"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 Loading should render loading.js in browser for slow layout and page"
5694+
"app dir - basic server components next/router should support router.back and router.forward"
56955695
],
56965696
"pending": [
56975697
"app dir - basic HMR should HMR correctly when changing the component type",
@@ -5856,6 +5856,15 @@
58565856
"flakey": [],
58575857
"runtimeError": false
58585858
},
5859+
"test/e2e/app-dir/cache-components-bot-ua/cache-components-bot-ua.test.ts": {
5860+
"passed": [
5861+
"cache-components PPR bot static generation bypass should bypass static generation for DOM bot requests to avoid SSG_BAILOUT"
5862+
],
5863+
"failed": [],
5864+
"pending": [],
5865+
"flakey": [],
5866+
"runtimeError": false
5867+
},
58595868
"test/e2e/app-dir/cache-components-create-component-tree/cache-components-create-component-tree.test.ts": {
58605869
"passed": [
58615870
"hello-world should not indicate there is an error when incidental math.random calls occur during component tree generation during dev"

0 commit comments

Comments
 (0)