Skip to content

Commit 024820c

Browse files
Update Rspack development test manifest (#82558)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent 1e5932d commit 024820c

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
"next/font/local loader generated CSS Multiple styles default weight",
7979
"next/font/local loader generated CSS Multiple weights default style",
8080
"next/font/local loader generated CSS Other properties",
81-
"next/font/local loader generated CSS Weight and style"
81+
"next/font/local loader generated CSS Weight and style",
82+
"next/font/local loader generated CSS with dpl query string"
8283
],
8384
"failed": [],
8485
"pending": [],
@@ -3142,10 +3143,10 @@
31423143
"runtimeError": false
31433144
},
31443145
"test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": {
3145-
"passed": [
3146+
"passed": [],
3147+
"failed": [
31463148
"Skipped in Turbopack optimizePackageImports - mui should support MUI"
31473149
],
3148-
"failed": [],
31493150
"pending": [],
31503151
"flakey": [],
31513152
"runtimeError": false
@@ -5633,7 +5634,6 @@
56335634
"app dir - basic searchParams prop server component should have the correct search params on middleware rewrite",
56345635
"app dir - basic searchParams prop server component should have the correct search params on rewrite",
56355636
"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",
56375637
"app dir - basic server components Loading should render loading.js in browser for slow page",
56385638
"app dir - basic server components Loading should render loading.js in initial html for slow layout",
56395639
"app dir - basic server components Loading should render loading.js in initial html for slow layout and page",
@@ -5648,6 +5648,7 @@
56485648
"app dir - basic server components dynamic routes should only pass params that apply to the layout",
56495649
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for redirect",
56505650
"app dir - basic server components middleware should strip internal query parameters from requests to middleware for rewrite",
5651+
"app dir - basic server components next/router should support router.back and router.forward",
56515652
"app dir - basic server components should include client component layout with server component route should include it client-side",
56525653
"app dir - basic server components should include client component layout with server component route should include it server-side",
56535654
"app dir - basic server components should not serve .client.js as a path",
@@ -5691,7 +5692,7 @@
56915692
],
56925693
"failed": [
56935694
"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 next/router should support router.back and router.forward"
5695+
"app dir - basic server components Loading should render loading.js in browser for slow layout and page"
56955696
],
56965697
"pending": [
56975698
"app dir - basic HMR should HMR correctly when changing the component type",
@@ -6499,6 +6500,13 @@
64996500
"flakey": [],
65006501
"runtimeError": false
65016502
},
6503+
"test/e2e/app-dir/css-server-chunks/css-server-chunks.test.ts": {
6504+
"passed": ["css-server-chunks should not write CSS chunks for the server"],
6505+
"failed": [],
6506+
"pending": [],
6507+
"flakey": [],
6508+
"runtimeError": false
6509+
},
65026510
"test/e2e/app-dir/cssnano-colormin/index.test.ts": {
65036511
"passed": ["cssnano-colormin should not minify rgb colors to hsla"],
65046512
"failed": [],
@@ -6799,10 +6807,10 @@
67996807
"test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
68006808
"passed": [
68016809
"app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment",
6810+
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
68026811
"app-dir - error-on-next-codemod-comment should error with inline comment as well"
68036812
],
68046813
"failed": [
6805-
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
68066814
"app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
68076815
],
68086816
"pending": [],
@@ -9133,6 +9141,15 @@
91339141
"flakey": [],
91349142
"runtimeError": false
91359143
},
9144+
"test/e2e/app-dir/root-suspense-dynamic/root-suspense-dynamic.test.ts": {
9145+
"passed": [
9146+
"Root Suspense Dynamic Rendering placeholder to satisfy at least one test when isNextDev is false"
9147+
],
9148+
"failed": [],
9149+
"pending": [],
9150+
"flakey": [],
9151+
"runtimeError": false
9152+
},
91369153
"test/e2e/app-dir/route-page-manifest-bug/route-page-manifest-bug.test.ts": {
91379154
"passed": [
91389155
"route-page-manifest-bug should work when requesting route handler after page"
@@ -21485,16 +21502,6 @@
2148521502
"flakey": [],
2148621503
"runtimeError": false
2148721504
},
21488-
"test/integration/production-browser-sourcemaps/test/index.test.js": {
21489-
"passed": [],
21490-
"failed": [],
21491-
"pending": [
21492-
"Production browser sourcemaps production mode Server support correctly generated the source map",
21493-
"Production browser sourcemaps production mode Server support includes sourcemaps for all browser files"
21494-
],
21495-
"flakey": [],
21496-
"runtimeError": false
21497-
},
2149821505
"test/integration/production-build-dir/test/index.test.js": {
2149921506
"passed": [],
2150021507
"failed": [],

0 commit comments

Comments
 (0)