Skip to content

Commit f8dcfbc

Browse files
vercel-release-botRobPruzan
authored andcommitted
Update Rspack development test manifest (#81365)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent 859e93c commit f8dcfbc

File tree

1 file changed

+36
-14
lines changed

1 file changed

+36
-14
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,6 @@
18581858
"ReactRefreshLogBox app Should show error location for server actions in server component",
18591859
"ReactRefreshLogBox app boundaries",
18601860
"ReactRefreshLogBox app logbox: anchors links in error messages",
1861-
"ReactRefreshLogBox app server component can recover from error thrown in the module",
18621861
"ReactRefreshLogBox app should hide unrelated frames in stack trace with nodejs internal calls",
18631862
"ReactRefreshLogBox app should hide unrelated frames in stack trace with unknown anonymous calls",
18641863
"ReactRefreshLogBox app should strip whitespace correctly with newline"
@@ -1871,6 +1870,7 @@
18711870
"ReactRefreshLogBox app conversion to class component (1)",
18721871
"ReactRefreshLogBox app css syntax errors",
18731872
"ReactRefreshLogBox app module init error not shown",
1873+
"ReactRefreshLogBox app server component can recover from error thrown in the module",
18741874
"ReactRefreshLogBox app should collapse bundler internal stack frames",
18751875
"ReactRefreshLogBox app unterminated JSX"
18761876
],
@@ -2191,15 +2191,15 @@
21912191
"test/development/acceptance/ReactRefreshLogBox.test.ts": {
21922192
"passed": [
21932193
"ReactRefreshLogBox Call stack count is correct for pages error",
2194+
"ReactRefreshLogBox boundaries",
2195+
"ReactRefreshLogBox conversion to class component (1)",
21942196
"ReactRefreshLogBox logbox: anchors links in error messages",
21952197
"ReactRefreshLogBox non-Error errors are handled properly",
21962198
"ReactRefreshLogBox should collapse nodejs internal stack frames from stack trace",
21972199
"ReactRefreshLogBox should show anonymous frames from stack trace",
21982200
"ReactRefreshLogBox should strip whitespace correctly with newline"
21992201
],
22002202
"failed": [
2201-
"ReactRefreshLogBox boundaries",
2202-
"ReactRefreshLogBox conversion to class component (1)",
22032203
"ReactRefreshLogBox css syntax errors",
22042204
"ReactRefreshLogBox module init error not shown",
22052205
"ReactRefreshLogBox unterminated JSX"
@@ -2256,13 +2256,13 @@
22562256
},
22572257
"test/development/acceptance/error-recovery.test.ts": {
22582258
"passed": [
2259-
"pages/ error recovery logbox: can recover from a event handler error"
2259+
"pages/ error recovery logbox: can recover from a component error",
2260+
"pages/ error recovery logbox: can recover from a event handler error",
2261+
"pages/ error recovery stuck error"
22602262
],
22612263
"failed": [
2262-
"pages/ error recovery logbox: can recover from a component error",
22632264
"pages/ error recovery logbox: can recover from a syntax error without losing state",
22642265
"pages/ error recovery render error not shown right after syntax error",
2265-
"pages/ error recovery stuck error",
22662266
"pages/ error recovery syntax > runtime error"
22672267
],
22682268
"pending": [],
@@ -2438,13 +2438,13 @@
24382438
},
24392439
"test/development/app-dir/dynamic-io-dev-errors/dynamic-io-dev-errors.test.ts": {
24402440
"passed": [
2441+
"Dynamic IO Dev Errors should display error when component accessed data without suspense boundary",
24412442
"Dynamic IO Dev Errors should not log unhandled rejections for persistently thrown top-level errors",
24422443
"Dynamic IO Dev Errors should show a red box error on client navigations",
24432444
"Dynamic IO Dev Errors should show a red box error on the SSR render"
24442445
],
24452446
"failed": [
2446-
"Dynamic IO Dev Errors should clear segment errors after correcting them",
2447-
"Dynamic IO Dev Errors should display error when component accessed data without suspense boundary"
2447+
"Dynamic IO Dev Errors should clear segment errors after correcting them"
24482448
],
24492449
"pending": [],
24502450
"flakey": [],
@@ -2684,6 +2684,16 @@
26842684
"flakey": [],
26852685
"runtimeError": false
26862686
},
2687+
"test/development/app-dir/react-performance-track/react-performance-track.test.ts": {
2688+
"passed": [
2689+
"react-performance-track should show fetch",
2690+
"react-performance-track should show setTimeout"
2691+
],
2692+
"failed": [],
2693+
"pending": [],
2694+
"flakey": [],
2695+
"runtimeError": false
2696+
},
26872697
"test/development/app-dir/segment-explorer-globals/segment-explorer-globals.test.ts": {
26882698
"passed": [
26892699
"segment-explorer - globals should display parallel routes default page when present",
@@ -2891,10 +2901,10 @@
28912901
"runtimeError": false
28922902
},
28932903
"test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": {
2894-
"passed": [],
2895-
"failed": [
2904+
"passed": [
28962905
"Skipped in Turbopack optimizePackageImports - mui should support MUI"
28972906
],
2907+
"failed": [],
28982908
"pending": [],
28992909
"flakey": [],
29002910
"runtimeError": false
@@ -3889,7 +3899,6 @@
38893899
"Client Navigation rendering Rendering via HTTP asPath",
38903900
"Client Navigation rendering Rendering via HTTP default Content-Type",
38913901
"Client Navigation rendering Rendering via HTTP default export is not a React Component",
3892-
"Client Navigation rendering Rendering via HTTP error-in-the-global-scope",
38933902
"Client Navigation rendering Rendering via HTTP error-inside-page",
38943903
"Client Navigation rendering Rendering via HTTP getInitialProps circular structure",
38953904
"Client Navigation rendering Rendering via HTTP getInitialProps resolves to null",
@@ -3915,7 +3924,9 @@
39153924
"Client Navigation rendering Rendering via HTTP with the HOC based router should include asPath",
39163925
"Client Navigation rendering Rendering via HTTP with the HOC based router should navigate as expected"
39173926
],
3918-
"failed": [],
3927+
"failed": [
3928+
"Client Navigation rendering Rendering via HTTP error-in-the-global-scope"
3929+
],
39193930
"pending": [],
39203931
"flakey": [],
39213932
"runtimeError": false
@@ -5546,6 +5557,16 @@
55465557
"flakey": [],
55475558
"runtimeError": false
55485559
},
5560+
"test/e2e/app-dir/conflicting-search-and-route-params/conflicting-search-and-route-params.test.ts": {
5561+
"passed": [
5562+
"conflicting-search-and-route-params should handle conflicting search and route params on API route",
5563+
"conflicting-search-and-route-params should handle conflicting search and route params on page"
5564+
],
5565+
"failed": [],
5566+
"pending": [],
5567+
"flakey": [],
5568+
"runtimeError": false
5569+
},
55495570
"test/e2e/app-dir/create-root-layout/create-root-layout.test.ts": {
55505571
"passed": [
55515572
"app-dir create root layout page.js find available dir create root layout",
@@ -7791,10 +7812,10 @@
77917812
"non-root-project-monorepo import.meta.url should work on client-side",
77927813
"non-root-project-monorepo monorepo-package should work during RSC",
77937814
"non-root-project-monorepo monorepo-package should work during SSR",
7794-
"non-root-project-monorepo monorepo-package should work on client-side",
7795-
"non-root-project-monorepo source-maps should work on RSC"
7815+
"non-root-project-monorepo monorepo-package should work on client-side"
77967816
],
77977817
"failed": [
7818+
"non-root-project-monorepo source-maps should work on RSC",
77987819
"non-root-project-monorepo source-maps should work on SSR",
77997820
"non-root-project-monorepo source-maps should work on client-side"
78007821
],
@@ -9428,6 +9449,7 @@
94289449
"app-dir - server source maps thrown SSR errors"
94299450
],
94309451
"failed": [
9452+
"app-dir - server source maps sourcemaps errors during module evaluation",
94319453
"app-dir - server source maps stack frames are ignore-listed in rsc"
94329454
],
94339455
"pending": [],

0 commit comments

Comments
 (0)