Skip to content

Commit 2578167

Browse files
Update Rspack development test manifest (vercel#81398)
This auto-generated PR updates the development integration test manifest used when testing Rspack. Co-authored-by: nextjs-bot <it+nextjs-bot@vercel.com>
1 parent 37ab1aa commit 2578167

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -440,11 +440,19 @@
440440
},
441441
"packages/next/src/build/static-paths/app.test.ts": {
442442
"passed": [
443-
"assignErrorIfEmpty should assign throwOnEmptyStaticShell false for a static route",
444-
"assignErrorIfEmpty should assign throwOnEmptyStaticShell to the prerendered routes",
443+
"assignErrorIfEmpty should assign throwOnEmptyStaticShell based on route hierarchy",
444+
"assignErrorIfEmpty should assign throwOnEmptyStaticShell true for a static route with no children",
445+
"assignErrorIfEmpty should handle blog/[slug] not throwing when concrete routes exist (from docs example)",
446+
"assignErrorIfEmpty should handle catch-all routes with different fallback parameter counts (from docs example)",
447+
"assignErrorIfEmpty should handle empty input",
445448
"assignErrorIfEmpty should handle more complex routes",
449+
"assignErrorIfEmpty should handle multiple routes at the same trie node",
450+
"assignErrorIfEmpty should handle nested routes with multiple parameter depths",
451+
"assignErrorIfEmpty should handle parameter value collisions",
452+
"assignErrorIfEmpty should handle routes at same trie node with different fallback parameter lengths",
446453
"filterUniqueParams should filter out duplicate parameters",
447454
"filterUniqueParams should handle more complex routes",
455+
"filterUniqueRootParamsCombinations should handle multiple root parameters",
448456
"filterUniqueRootParamsCombinations should return only the root parameters"
449457
],
450458
"failed": [],
@@ -2901,10 +2909,10 @@
29012909
"runtimeError": false
29022910
},
29032911
"test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": {
2904-
"passed": [
2912+
"passed": [],
2913+
"failed": [
29052914
"Skipped in Turbopack optimizePackageImports - mui should support MUI"
29062915
],
2907-
"failed": [],
29082916
"pending": [],
29092917
"flakey": [],
29102918
"runtimeError": false
@@ -6435,17 +6443,16 @@
64356443
"runtimeError": false
64366444
},
64376445
"test/e2e/app-dir/error-on-next-codemod-comment/error-on-next-codemod-comment.test.ts": {
6438-
"passed": [
6446+
"passed": [],
6447+
"failed": [
64396448
"app-dir - error-on-next-codemod-comment should disappear the error when you replace with bypass comment",
64406449
"app-dir - error-on-next-codemod-comment should disappear the error when you rre the codemod comment",
6441-
"app-dir - error-on-next-codemod-comment should error with inline comment as well"
6442-
],
6443-
"failed": [
6450+
"app-dir - error-on-next-codemod-comment should error with inline comment as well",
64446451
"app-dir - error-on-next-codemod-comment should error with swc if you have codemod comments left"
64456452
],
64466453
"pending": [],
64476454
"flakey": [],
6448-
"runtimeError": false
6455+
"runtimeError": true
64496456
},
64506457
"test/e2e/app-dir/errors/index.test.ts": {
64516458
"passed": [

0 commit comments

Comments
 (0)