Skip to content

Commit 0a890da

Browse files
Update Rspack production test manifest (#82397)
This auto-generated PR updates the production integration test manifest used when testing Rspack.
1 parent a38db34 commit 0a890da

File tree

1 file changed

+98
-3
lines changed

1 file changed

+98
-3
lines changed

test/rspack-build-tests-manifest.json

Lines changed: 98 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -847,6 +847,7 @@
847847
"app-root-param-getters - simple should allow reading root params in nested pages",
848848
"app-root-param-getters - simple should error when used in a route handler (until we implement it)",
849849
"app-root-param-getters - simple should error when used in a server action",
850+
"app-root-param-getters - simple should not error when rerendering the page after a server action",
850851
"app-root-param-getters - simple should render the not found page without errors"
851852
],
852853
"failed": [],
@@ -1695,6 +1696,39 @@
16951696
"flakey": [],
16961697
"runtimeError": false
16971698
},
1699+
"test/e2e/app-dir/bun-externals/bun-externals.test.ts": {
1700+
"passed": [
1701+
"app-dir - bun externals should handle bun builtins as external modules",
1702+
"app-dir - bun externals should handle bun builtins in edge runtime",
1703+
"app-dir - bun externals should handle bun builtins in route handlers",
1704+
"app-dir - bun externals should handle bun builtins in server actions",
1705+
"app-dir - bun externals should not bundle bun builtins in server bundles"
1706+
],
1707+
"failed": [],
1708+
"pending": [],
1709+
"flakey": [],
1710+
"runtimeError": false
1711+
},
1712+
"test/e2e/app-dir/cache-components-allow-otel-spans/cache-components-allow-otel-spans.test.ts": {
1713+
"passed": [
1714+
"hello-world should allow creating Spans during prerendering at runtime - inside a Cache Components",
1715+
"hello-world should allow creating Spans during prerendering during the build - inside a Cache Components",
1716+
"hello-world should allow creating Spans during resuming a fallback - inside a Cache Component"
1717+
],
1718+
"failed": [],
1719+
"pending": [],
1720+
"flakey": [],
1721+
"runtimeError": false
1722+
},
1723+
"test/e2e/app-dir/cache-components-create-component-tree/cache-components-create-component-tree.test.ts": {
1724+
"passed": [
1725+
"hello-world should not indicate there is an error when incidental math.random calls occur during component tree generation during build"
1726+
],
1727+
"failed": [],
1728+
"pending": [],
1729+
"flakey": [],
1730+
"runtimeError": false
1731+
},
16981732
"test/e2e/app-dir/cache-components-dynamic-imports/cache-components-dynamic-imports.test.ts": {
16991733
"passed": [
17001734
"async imports in cacheComponents - external packages does not instrument import() in external packages",
@@ -3278,6 +3312,15 @@
32783312
"flakey": [],
32793313
"runtimeError": false
32803314
},
3315+
"test/e2e/app-dir/metadata-image-files/metadata-image-files.test.ts": {
3316+
"passed": [
3317+
"app dir - metadata image files should handle imported metadata images"
3318+
],
3319+
"failed": [],
3320+
"pending": [],
3321+
"flakey": [],
3322+
"runtimeError": false
3323+
},
32813324
"test/e2e/app-dir/metadata-json-manifest/index.test.ts": {
32823325
"passed": [
32833326
"app-dir metadata-json-manifest should support metadata.json manifest"
@@ -6262,6 +6305,17 @@
62626305
"flakey": [],
62636306
"runtimeError": false
62646307
},
6308+
"test/e2e/app-dir/typed-routes/typed-routes.test.ts": {
6309+
"passed": [
6310+
"typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax",
6311+
"typed-routes should generate route types correctly",
6312+
"typed-routes should throw type errors"
6313+
],
6314+
"failed": [],
6315+
"pending": [],
6316+
"flakey": [],
6317+
"runtimeError": false
6318+
},
62656319
"test/e2e/app-dir/typeof-window/typeof-window.test.ts": {
62666320
"passed": ["typeof-window should work using cheerio"],
62676321
"failed": [],
@@ -7126,6 +7180,15 @@
71267180
"flakey": [],
71277181
"runtimeError": false
71287182
},
7183+
"test/e2e/error-handler-not-found-req-url/error-handler-not-found-req-url.test.ts": {
7184+
"passed": [
7185+
"error-handler-not-found-req-url should log the correct request url and asPath for not found _error page"
7186+
],
7187+
"failed": [],
7188+
"pending": [],
7189+
"flakey": [],
7190+
"runtimeError": false
7191+
},
71297192
"test/e2e/esm-externals/esm-externals.test.ts": {
71307193
"passed": [
71317194
"esm-externals app dir url /client should render the correct page",
@@ -8677,6 +8740,7 @@
86778740
"opentelemetry incoming context propagation app router should handle RSC with fetch",
86788741
"opentelemetry incoming context propagation app router should handle RSC with fetch in RSC mode",
86798742
"opentelemetry incoming context propagation app router should handle RSC with fetch on edge",
8743+
"opentelemetry incoming context propagation app router should handle error in RSC",
86808744
"opentelemetry incoming context propagation app router should handle route handlers in app router",
86818745
"opentelemetry incoming context propagation app router should handle route handlers in app router on edge",
86828746
"opentelemetry incoming context propagation app router should propagate custom context without span",
@@ -8689,6 +8753,7 @@
86898753
"opentelemetry root context app router should handle RSC with fetch",
86908754
"opentelemetry root context app router should handle RSC with fetch in RSC mode",
86918755
"opentelemetry root context app router should handle RSC with fetch on edge",
8756+
"opentelemetry root context app router should handle error in RSC",
86928757
"opentelemetry root context app router should handle route handlers in app router",
86938758
"opentelemetry root context app router should handle route handlers in app router on edge",
86948759
"opentelemetry root context app router should propagate custom context without span",
@@ -9051,7 +9116,8 @@
90519116
"styled-jsx should contain styled-jsx styles during SSR",
90529117
"styled-jsx should render styles during CSR",
90539118
"styled-jsx should render styles during CSR (AMP)",
9054-
"styled-jsx should render styles during SSR (AMP)"
9119+
"styled-jsx should render styles during SSR (AMP)",
9120+
"styled-jsx should render styles inside TypeScript"
90559121
],
90569122
"failed": [],
90579123
"pending": [],
@@ -9379,6 +9445,23 @@
93799445
"flakey": [],
93809446
"runtimeError": false
93819447
},
9448+
"test/e2e/use-router-with-rewrites/use-router-with-rewrites.test.ts": {
9449+
"passed": [
9450+
"use-router-with-rewrites rewrite to another segment should preserve current pathname when using Link with rewrites on dynamic route",
9451+
"use-router-with-rewrites rewrite to another segment should preserve current pathname when using useRouter.push with rewrites on dynamic route",
9452+
"use-router-with-rewrites rewrite to another segment should preserve current pathname when using useRouter.replace with rewrites on dynamic route",
9453+
"use-router-with-rewrites rewrite to same segment should preserve current pathname when using Link with rewrites on dynamic route",
9454+
"use-router-with-rewrites rewrite to same segment should preserve current pathname when using useRouter.push with rewrites on dynamic route",
9455+
"use-router-with-rewrites rewrite to same segment should preserve current pathname when using useRouter.replace with rewrites on dynamic route",
9456+
"use-router-with-rewrites should preserve current pathname when using Link with rewrites",
9457+
"use-router-with-rewrites should preserve current pathname when using useRouter.push with rewrites",
9458+
"use-router-with-rewrites should preserve current pathname when using useRouter.replace with rewrites"
9459+
],
9460+
"failed": [],
9461+
"pending": [],
9462+
"flakey": [],
9463+
"runtimeError": false
9464+
},
93829465
"test/e2e/useselectedlayoutsegment-s-in-pages-router/useselectedlayoutsegment-s-in-pages-router.test.ts": {
93839466
"passed": [
93849467
"useSelectedLayoutSegment(s) in Pages Router Should render with `useSelectedLayoutSegment(s) hooks"
@@ -18728,6 +18811,17 @@
1872818811
"flakey": [],
1872918812
"runtimeError": false
1873018813
},
18814+
"test/integration/webpack-bun-externals/test/index.test.js": {
18815+
"passed": [
18816+
"Webpack - Bun Externals should externalize Bun builtins in server bundles",
18817+
"Webpack - Bun Externals should not bundle Bun module implementations",
18818+
"Webpack - Bun Externals should successfully build with Bun module imports"
18819+
],
18820+
"failed": [],
18821+
"pending": [],
18822+
"flakey": [],
18823+
"runtimeError": false
18824+
},
1873118825
"test/integration/webpack-config-extensionalias/test/index.test.js": {
1873218826
"passed": [
1873318827
"webpack config with extensionAlias setting should run correctly with an tsx file import with .js extension"
@@ -20004,10 +20098,11 @@
2000420098
},
2000520099
"test/production/pnpm-support/index.test.ts": {
2000620100
"passed": [
20007-
"pnpm support should build with dependencies installed via pnpm",
20101+
"pnpm support should build with dependencies installed via pnpm"
20102+
],
20103+
"failed": [
2000820104
"pnpm support should execute client-side JS on each page in output: \"standalone\""
2000920105
],
20010-
"failed": [],
2001120106
"pending": [],
2001220107
"flakey": [],
2001320108
"runtimeError": false

0 commit comments

Comments
 (0)