Skip to content

Commit 4dd7c7f

Browse files
Update Rspack development test manifest (#82433)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent 45b91fd commit 4dd7c7f

File tree

1 file changed

+104
-10
lines changed

1 file changed

+104
-10
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 104 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3142,10 +3142,10 @@
31423142
"runtimeError": false
31433143
},
31443144
"test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": {
3145-
"passed": [],
3146-
"failed": [
3145+
"passed": [
31473146
"Skipped in Turbopack optimizePackageImports - mui should support MUI"
31483147
],
3148+
"failed": [],
31493149
"pending": [],
31503150
"flakey": [],
31513151
"runtimeError": false
@@ -4289,14 +4289,14 @@
42894289
},
42904290
"test/development/tsconfig-path-reloading/index.test.ts": {
42914291
"passed": [
4292-
"tsconfig-path-reloading tsconfig should load with initial paths config correctly",
4293-
"tsconfig-path-reloading tsconfig should automatically fast refresh content when path is added without error"
4292+
"tsconfig-path-reloading tsconfig should automatically fast refresh content when path is added without error",
4293+
"tsconfig-path-reloading tsconfig should load with initial paths config correctly"
42944294
],
42954295
"failed": [
4296-
"tsconfig-path-reloading tsconfig added after starting dev should recover from module not found when paths is updated",
4297-
"tsconfig-path-reloading tsconfig should recover from module not found when paths is updated",
4296+
"tsconfig-path-reloading tsconfig added after starting dev should automatically fast refresh content when path is added without error",
42984297
"tsconfig-path-reloading tsconfig added after starting dev should load with initial paths config correctly",
4299-
"tsconfig-path-reloading tsconfig added after starting dev should automatically fast refresh content when path is added without error"
4298+
"tsconfig-path-reloading tsconfig added after starting dev should recover from module not found when paths is updated",
4299+
"tsconfig-path-reloading tsconfig should recover from module not found when paths is updated"
43004300
],
43014301
"pending": [],
43024302
"flakey": [],
@@ -5134,6 +5134,7 @@
51345134
"app-root-param-getters - simple should allow reading root params in nested pages",
51355135
"app-root-param-getters - simple should error when used in a route handler (until we implement it)",
51365136
"app-root-param-getters - simple should error when used in a server action",
5137+
"app-root-param-getters - simple should not error when rerendering the page after a server action",
51375138
"app-root-param-getters - simple should not generate getters for non-root params",
51385139
"app-root-param-getters - simple should render the not found page without errors"
51395140
],
@@ -5632,6 +5633,7 @@
56325633
"app dir - basic searchParams prop server component should have the correct search params on middleware rewrite",
56335634
"app dir - basic searchParams prop server component should have the correct search params on rewrite",
56345635
"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",
56355637
"app dir - basic server components Loading should render loading.js in browser for slow page",
56365638
"app dir - basic server components Loading should render loading.js in initial html for slow layout",
56375639
"app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
@@ -5646,7 +5648,6 @@
56465648
"app dir - basic server components dynamic routes should only pass params that apply to the layout",
56475649
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for redirect",
56485650
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for rewrite",
5649-
"app dir - basic server components next/router should support router.back and router.forward",
56505651
"app dir - basic server components should include client component layout with server component route should include it client-side",
56515652
"app dir - basic server components should include client component layout with server component route should include it server-side",
56525653
"app dir - basic server components should not serve .client.js as a path",
@@ -5690,7 +5691,7 @@
56905691
],
56915692
"failed": [
56925693
"app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
5693-
"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"
56945695
],
56955696
"pending": [
56965697
"app dir - basic HMR should HMR correctly when changing the component type",
@@ -5831,6 +5832,39 @@
58315832
"flakey": [],
58325833
"runtimeError": false
58335834
},
5835+
"test/e2e/app-dir/bun-externals/bun-externals.test.ts": {
5836+
"passed": [
5837+
"app-dir - bun externals should handle bun builtins as external modules",
5838+
"app-dir - bun externals should handle bun builtins in edge runtime",
5839+
"app-dir - bun externals should handle bun builtins in route handlers",
5840+
"app-dir - bun externals should handle bun builtins in server actions"
5841+
],
5842+
"failed": [],
5843+
"pending": [],
5844+
"flakey": [],
5845+
"runtimeError": false
5846+
},
5847+
"test/e2e/app-dir/cache-components-allow-otel-spans/cache-components-allow-otel-spans.test.ts": {
5848+
"passed": [
5849+
"hello-world should allow creating spans during cache component validation without triggering sync IO bailouts - inside a Cache Component - with prerendering the page",
5850+
"hello-world should allow creating spans during cache component validation without triggering sync IO bailouts - inside a Cache Component - without prerendering the page",
5851+
"hello-world should allow creating spans during cache component validation without triggering sync IO bailouts - inside a Server Component - with prerendering the page",
5852+
"hello-world should allow creating spans during cache component validation without triggering sync IO bailouts - inside a Server Component - without prerendering the page"
5853+
],
5854+
"failed": [],
5855+
"pending": [],
5856+
"flakey": [],
5857+
"runtimeError": false
5858+
},
5859+
"test/e2e/app-dir/cache-components-create-component-tree/cache-components-create-component-tree.test.ts": {
5860+
"passed": [
5861+
"hello-world should not indicate there is an error when incidental math.random calls occur during component tree generation during dev"
5862+
],
5863+
"failed": [],
5864+
"pending": [],
5865+
"flakey": [],
5866+
"runtimeError": false
5867+
},
58345868
"test/e2e/app-dir/cache-components-dynamic-imports/cache-components-dynamic-imports.test.ts": {
58355869
"passed": [
58365870
"async imports in cacheComponents - external packages does not instrument import() in external packages",
@@ -7402,6 +7436,15 @@
74027436
"flakey": [],
74037437
"runtimeError": false
74047438
},
7439+
"test/e2e/app-dir/metadata-image-files/metadata-image-files.test.ts": {
7440+
"passed": [
7441+
"app dir - metadata image files should handle imported metadata images"
7442+
],
7443+
"failed": [],
7444+
"pending": [],
7445+
"flakey": [],
7446+
"runtimeError": false
7447+
},
74057448
"test/e2e/app-dir/metadata-json-manifest/index.test.ts": {
74067449
"passed": [
74077450
"app-dir metadata-json-manifest should support metadata.json manifest"
@@ -10067,6 +10110,17 @@
1006710110
"flakey": [],
1006810111
"runtimeError": false
1006910112
},
10113+
"test/e2e/app-dir/typed-routes/typed-routes.test.ts": {
10114+
"passed": [
10115+
"typed-routes should correctly convert custom route patterns from path-to-regexp to bracket syntax",
10116+
"typed-routes should generate route types correctly",
10117+
"typed-routes should update route types file when routes change"
10118+
],
10119+
"failed": [],
10120+
"pending": [],
10121+
"flakey": [],
10122+
"runtimeError": false
10123+
},
1007010124
"test/e2e/app-dir/typeof-window/typeof-window.test.ts": {
1007110125
"passed": ["typeof-window should work using cheerio"],
1007210126
"failed": [],
@@ -10942,6 +10996,15 @@
1094210996
"flakey": [],
1094310997
"runtimeError": false
1094410998
},
10999+
"test/e2e/error-handler-not-found-req-url/error-handler-not-found-req-url.test.ts": {
11000+
"passed": [
11001+
"error-handler-not-found-req-url should log the correct request url and asPath for not found _error page"
11002+
],
11003+
"failed": [],
11004+
"pending": [],
11005+
"flakey": [],
11006+
"runtimeError": false
11007+
},
1094511008
"test/e2e/esm-externals/esm-externals.test.ts": {
1094611009
"passed": [
1094711010
"esm-externals app dir url /client should render the correct page",
@@ -12482,6 +12545,7 @@
1248212545
"opentelemetry incoming context propagation app router should handle RSC with fetch",
1248312546
"opentelemetry incoming context propagation app router should handle RSC with fetch in RSC mode",
1248412547
"opentelemetry incoming context propagation app router should handle RSC with fetch on edge",
12548+
"opentelemetry incoming context propagation app router should handle error in RSC",
1248512549
"opentelemetry incoming context propagation app router should handle route handlers in app router",
1248612550
"opentelemetry incoming context propagation app router should handle route handlers in app router on edge",
1248712551
"opentelemetry incoming context propagation app router should propagate custom context without span",
@@ -12494,6 +12558,7 @@
1249412558
"opentelemetry root context app router should handle RSC with fetch",
1249512559
"opentelemetry root context app router should handle RSC with fetch in RSC mode",
1249612560
"opentelemetry root context app router should handle RSC with fetch on edge",
12561+
"opentelemetry root context app router should handle error in RSC",
1249712562
"opentelemetry root context app router should handle route handlers in app router",
1249812563
"opentelemetry root context app router should handle route handlers in app router on edge",
1249912564
"opentelemetry root context app router should propagate custom context without span",
@@ -12831,7 +12896,8 @@
1283112896
"styled-jsx should contain styled-jsx styles during SSR",
1283212897
"styled-jsx should render styles during CSR",
1283312898
"styled-jsx should render styles during CSR (AMP)",
12834-
"styled-jsx should render styles during SSR (AMP)"
12899+
"styled-jsx should render styles during SSR (AMP)",
12900+
"styled-jsx should render styles inside TypeScript"
1283512901
],
1283612902
"failed": [],
1283712903
"pending": [],
@@ -13156,6 +13222,23 @@
1315613222
"flakey": [],
1315713223
"runtimeError": false
1315813224
},
13225+
"test/e2e/use-router-with-rewrites/use-router-with-rewrites.test.ts": {
13226+
"passed": [
13227+
"use-router-with-rewrites rewrite to another segment should preserve current pathname when using Link with rewrites on dynamic route",
13228+
"use-router-with-rewrites rewrite to another segment should preserve current pathname when using useRouter.push with rewrites on dynamic route",
13229+
"use-router-with-rewrites rewrite to another segment should preserve current pathname when using useRouter.replace with rewrites on dynamic route",
13230+
"use-router-with-rewrites rewrite to same segment should preserve current pathname when using Link with rewrites on dynamic route",
13231+
"use-router-with-rewrites rewrite to same segment should preserve current pathname when using useRouter.push with rewrites on dynamic route",
13232+
"use-router-with-rewrites rewrite to same segment should preserve current pathname when using useRouter.replace with rewrites on dynamic route",
13233+
"use-router-with-rewrites should preserve current pathname when using Link with rewrites",
13234+
"use-router-with-rewrites should preserve current pathname when using useRouter.push with rewrites",
13235+
"use-router-with-rewrites should preserve current pathname when using useRouter.replace with rewrites"
13236+
],
13237+
"failed": [],
13238+
"pending": [],
13239+
"flakey": [],
13240+
"runtimeError": false
13241+
},
1315913242
"test/e2e/useselectedlayoutsegment-s-in-pages-router/useselectedlayoutsegment-s-in-pages-router.test.ts": {
1316013243
"passed": [
1316113244
"useSelectedLayoutSegment(s) in Pages Router Should render with `useSelectedLayoutSegment(s) hooks"
@@ -22515,6 +22598,17 @@
2251522598
"flakey": [],
2251622599
"runtimeError": false
2251722600
},
22601+
"test/integration/webpack-bun-externals/test/index.test.js": {
22602+
"passed": [
22603+
"Webpack - Bun Externals should externalize Bun builtins in server bundles",
22604+
"Webpack - Bun Externals should not bundle Bun module implementations",
22605+
"Webpack - Bun Externals should successfully build with Bun module imports"
22606+
],
22607+
"failed": [],
22608+
"pending": [],
22609+
"flakey": [],
22610+
"runtimeError": false
22611+
},
2251822612
"test/integration/webpack-config-extensionalias/test/index.test.js": {
2251922613
"passed": [
2252022614
"webpack config with extensionAlias setting should run correctly with an tsx file import with .js extension"

0 commit comments

Comments
 (0)