Skip to content

Commit 4350081

Browse files
Update Rspack development test manifest (#84218)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent 94554c0 commit 4350081

File tree

1 file changed

+57
-28
lines changed

1 file changed

+57
-28
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 57 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,6 +1124,15 @@
11241124
"flakey": [],
11251125
"runtimeError": false
11261126
},
1127+
"test/development/app-dir/watch-config-file/index.test.ts": {
1128+
"passed": [
1129+
"app-dir watch-config-file should output config file change and restart server for app router"
1130+
],
1131+
"failed": [],
1132+
"pending": [],
1133+
"flakey": [],
1134+
"runtimeError": false
1135+
},
11271136
"test/development/app-hmr/hmr-env.test.ts": {
11281137
"passed": [
11291138
"app-dir hmr-env should update server components pages when env files is changed (edge)",
@@ -1149,6 +1158,15 @@
11491158
"flakey": [],
11501159
"runtimeError": false
11511160
},
1161+
"test/development/app-hmr/server-restart.test.ts": {
1162+
"passed": [
1163+
"app-dir server restart should reload the page when the server restarts"
1164+
],
1165+
"failed": [],
1166+
"pending": [],
1167+
"flakey": [],
1168+
"runtimeError": false
1169+
},
11521170
"test/development/basic/allowed-dev-origins.test.ts": {
11531171
"passed": [
11541172
"allowed-dev-origins, basePath: \"\" block mode should load images regardless of allowed origins",
@@ -1924,6 +1942,16 @@
19241942
"flakey": [],
19251943
"runtimeError": false
19261944
},
1945+
"test/development/mcp-server/mcp-server.test.ts": {
1946+
"passed": [
1947+
"mcp-server should initialize MCP server and list available tools",
1948+
"mcp-server should return exact absolute path for get_project_path tool"
1949+
],
1950+
"failed": [],
1951+
"pending": [],
1952+
"flakey": [],
1953+
"runtimeError": false
1954+
},
19271955
"test/development/middleware-errors/index.test.ts": {
19281956
"passed": [
19291957
"middleware - development errors when middleware contains an unhandled rejection does not render the error",
@@ -3070,10 +3098,24 @@
30703098
"flakey": [],
30713099
"runtimeError": false
30723100
},
3101+
"test/e2e/app-dir/app-middleware/app-middleware-in-src-dir.test.ts": {
3102+
"passed": [
3103+
"app dir - middleware with middleware in src dir works without crashing when using RequestStore"
3104+
],
3105+
"failed": [],
3106+
"pending": [],
3107+
"flakey": [],
3108+
"runtimeError": false
3109+
},
3110+
"test/e2e/app-dir/app-middleware/app-middleware-without-pages-dir.test.ts": {
3111+
"passed": ["app dir - middleware without pages dir Updates headers"],
3112+
"failed": [],
3113+
"pending": [],
3114+
"flakey": [],
3115+
"runtimeError": false
3116+
},
30733117
"test/e2e/app-dir/app-middleware/app-middleware.test.ts": {
30743118
"passed": [
3075-
"app dir - middleware with middleware in src dir works without crashing when using RequestStore",
3076-
"app dir - middleware without pages dir Updates headers",
30773119
"app-dir with middleware Mutate request headers for Edge Functions Adds new headers",
30783120
"app-dir with middleware Mutate request headers for Edge Functions Deletes headers",
30793121
"app-dir with middleware Mutate request headers for Edge Functions Supports draft mode",
@@ -3685,6 +3727,7 @@
36853727
"app dir - basic searchParams prop server component should have the correct search params on middleware rewrite",
36863728
"app dir - basic searchParams prop server component should have the correct search params on rewrite",
36873729
"app dir - basic server components Loading should render loading.js in browser for slow layout",
3730+
"app dir - basic server components Loading should render loading.js in browser for slow layout and page",
36883731
"app dir - basic server components Loading should render loading.js in browser for slow page",
36893732
"app dir - basic server components Loading should render loading.js in initial html for slow layout",
36903733
"app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
@@ -3698,7 +3741,6 @@
36983741
"app dir - basic server components client components should have consistent query and params handling",
36993742
"app dir - basic server components dynamic routes should only pass params that apply to the layout",
37003743
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for redirect",
3701-
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for rewrite",
37023744
"app dir - basic server components next/router should support router.back and router.forward",
37033745
"app dir - basic server components should include client component layout with server component route should include it client-side",
37043746
"app dir - basic server components should include client component layout with server component route should include it server-side",
@@ -3743,7 +3785,7 @@
37433785
],
37443786
"failed": [
37453787
"app dir - basic <Link /> should navigate to pages dynamic route from pages page if it overlaps with an app page",
3746-
"app dir - basic server components Loading should render loading.js in browser for slow layout and page"
3788+
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for rewrite"
37473789
],
37483790
"pending": [
37493791
"app dir - basic HMR should HMR correctly when changing the component type",
@@ -11439,11 +11481,18 @@
1143911481
},
1144011482
"test/e2e/persistent-caching/persistent-caching.test.ts": {
1144111483
"passed": [
11442-
"persistent-caching should allow to change files while stopped (run 1)",
11443-
"persistent-caching should allow to change files while stopped (run 2)",
11444-
"persistent-caching should allow to change files while stopped (run 3)"
11484+
"persistent-caching should allow to change files while stopped (loader change)",
11485+
"persistent-caching should allow to change files while stopped (next config change)"
11486+
],
11487+
"failed": [
11488+
"persistent-caching should allow to change files while stopped (Pages change)",
11489+
"persistent-caching should allow to change files while stopped (RCC change)",
11490+
"persistent-caching should allow to change files while stopped (RSC change)",
11491+
"persistent-caching should allow to change files while stopped (RSC change, RCC change, Pages change, rename app page, loader change, next config change, env var change)",
11492+
"persistent-caching should allow to change files while stopped (env var change)",
11493+
"persistent-caching should allow to change files while stopped (rename app page)",
11494+
"persistent-caching should persistent cache loaders"
1144511495
],
11446-
"failed": ["persistent-caching should persistent cache loaders"],
1144711496
"pending": [],
1144811497
"flakey": [],
1144911498
"runtimeError": false
@@ -12013,16 +12062,6 @@
1201312062
"flakey": [],
1201412063
"runtimeError": false
1201512064
},
12016-
"test/e2e/turbopack-turbo-config-compatibility/index.test.ts": {
12017-
"passed": [],
12018-
"failed": [],
12019-
"pending": [
12020-
"turbopack-turbo-config-compatibility including both turbopack and deprecated experimental turbo config prefers turbopack config over deprecated experimental turbo config",
12021-
"turbopack-turbo-config-compatibility only including deprecated experimental turbo config still uses the deprecated experimental turbo config"
12022-
],
12023-
"flakey": [],
12024-
"runtimeError": false
12025-
},
1202612065
"test/e2e/type-module-interop/index.test.ts": {
1202712066
"passed": [
1202812067
"Type module interop should render client-side",
@@ -14140,16 +14179,6 @@
1414014179
"flakey": [],
1414114180
"runtimeError": false
1414214181
},
14143-
"test/integration/development-runtime-config/test/index.test.js": {
14144-
"passed": [
14145-
"should work with runtime-config in next.config.js empty runtime-config",
14146-
"should work with runtime-config in next.config.js with runtime-config"
14147-
],
14148-
"failed": [],
14149-
"pending": [],
14150-
"flakey": [],
14151-
"runtimeError": false
14152-
},
1415314182
"test/integration/disable-js/test/index.test.js": {
1415414183
"passed": [
1415514184
"disabled runtime JS development mode should have a script for each preload link",

0 commit comments

Comments
 (0)