Skip to content

Commit 4a0aa9c

Browse files
Update Rspack development test manifest (#81747)
This auto-generated PR updates the development integration test manifest used when testing Rspack.
1 parent 2bd45ab commit 4a0aa9c

File tree

1 file changed

+43
-9
lines changed

1 file changed

+43
-9
lines changed

test/rspack-dev-tests-manifest.json

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,14 @@
449449
"assignErrorIfEmpty should handle multiple routes at the same trie node",
450450
"assignErrorIfEmpty should handle nested routes with multiple parameter depths",
451451
"assignErrorIfEmpty should handle routes at same trie node with different fallback parameter lengths",
452+
"calculateFallbackMode should handle single root param correctly",
453+
"calculateFallbackMode should prioritize root params over base fallback mode",
454+
"calculateFallbackMode should return BLOCKING_STATIC_RENDER when dynamic params are enabled and root params exist",
455+
"calculateFallbackMode should return NOT_FOUND when dynamic params are disabled",
456+
"calculateFallbackMode should return NOT_FOUND when dynamic params are disabled regardless of root params",
457+
"calculateFallbackMode should return NOT_FOUND when dynamic params are enabled but no base fallback mode provided",
458+
"calculateFallbackMode should return base fallback mode when dynamic params are enabled and empty root params",
459+
"calculateFallbackMode should return base fallback mode when dynamic params are enabled and no root params",
452460
"filterUniqueParams should filter out duplicate parameters",
453461
"filterUniqueParams should handle more complex routes",
454462
"generateParamPrefixCombinations should handle deep parameter hierarchies",
@@ -3011,10 +3019,10 @@
30113019
"runtimeError": false
30123020
},
30133021
"test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": {
3014-
"passed": [
3022+
"passed": [],
3023+
"failed": [
30153024
"Skipped in Turbopack optimizePackageImports - mui should support MUI"
30163025
],
3017-
"failed": [],
30183026
"pending": [],
30193027
"flakey": [],
30203028
"runtimeError": false
@@ -3990,6 +3998,7 @@
39903998
},
39913999
"test/development/pages-dir/client-navigation/rendering-head.test.ts": {
39924000
"passed": [
4001+
"Client Navigation rendering <Head /> with strictNextHead=false custom meta properties are rendered only once",
39934002
"Client Navigation rendering <Head /> with strictNextHead=false header helper avoids dedupe of meta tags with the same name if they use unique keys",
39944003
"Client Navigation rendering <Head /> with strictNextHead=false header helper avoids dedupe of specific tags",
39954004
"Client Navigation rendering <Head /> with strictNextHead=false header helper dedupes tags",
@@ -4001,6 +4010,7 @@
40014010
"Client Navigation rendering <Head /> with strictNextHead=false header renders default viewport",
40024011
"Client Navigation rendering <Head /> with strictNextHead=false should handle undefined prop in head server-side",
40034012
"Client Navigation rendering <Head /> with strictNextHead=false should place charset element at the top of <head>",
4013+
"Client Navigation rendering <Head /> with strictNextHead=true custom meta properties are rendered only once",
40044014
"Client Navigation rendering <Head /> with strictNextHead=true header helper avoids dedupe of meta tags with the same name if they use unique keys",
40054015
"Client Navigation rendering <Head /> with strictNextHead=true header helper avoids dedupe of specific tags",
40064016
"Client Navigation rendering <Head /> with strictNextHead=true header helper dedupes tags",
@@ -4011,7 +4021,19 @@
40114021
"Client Navigation rendering <Head /> with strictNextHead=true header renders default charset",
40124022
"Client Navigation rendering <Head /> with strictNextHead=true header renders default viewport",
40134023
"Client Navigation rendering <Head /> with strictNextHead=true should handle undefined prop in head server-side",
4014-
"Client Navigation rendering <Head /> with strictNextHead=true should place charset element at the top of <head>"
4024+
"Client Navigation rendering <Head /> with strictNextHead=true should place charset element at the top of <head>",
4025+
"Client Navigation rendering <Head /> with strictNextHead=undefined custom meta properties are rendered only once",
4026+
"Client Navigation rendering <Head /> with strictNextHead=undefined header helper avoids dedupe of meta tags with the same name if they use unique keys",
4027+
"Client Navigation rendering <Head /> with strictNextHead=undefined header helper avoids dedupe of specific tags",
4028+
"Client Navigation rendering <Head /> with strictNextHead=undefined header helper dedupes tags",
4029+
"Client Navigation rendering <Head /> with strictNextHead=undefined header helper dedupes tags with the same key as the default",
4030+
"Client Navigation rendering <Head /> with strictNextHead=undefined header helper renders Fragment children",
4031+
"Client Navigation rendering <Head /> with strictNextHead=undefined header helper renders boolean attributes correctly children",
4032+
"Client Navigation rendering <Head /> with strictNextHead=undefined header helper renders header information",
4033+
"Client Navigation rendering <Head /> with strictNextHead=undefined header renders default charset",
4034+
"Client Navigation rendering <Head /> with strictNextHead=undefined header renders default viewport",
4035+
"Client Navigation rendering <Head /> with strictNextHead=undefined should handle undefined prop in head server-side",
4036+
"Client Navigation rendering <Head /> with strictNextHead=undefined should place charset element at the top of <head>"
40154037
],
40164038
"failed": [],
40174039
"pending": [],
@@ -6173,20 +6195,23 @@
61736195
"Dynamic IO Errors Dev Error Attribution with Sync IO Guarded RSC with unguarded Client sync IO should show a collapsed redbox error",
61746196
"Dynamic IO Errors Dev Error Attribution with Sync IO Unguarded RSC with guarded Client sync IO should show a collapsed redbox error",
61756197
"Dynamic IO Errors Dev Error Attribution with Sync IO unguarded RSC with unguarded Client sync IO should show a collapsed redbox error",
6198+
"Dynamic IO Errors Dev Inside `use cache` cookies should show a redbox error",
6199+
"Dynamic IO Errors Dev Inside `use cache` draftMode should show a redbox error",
6200+
"Dynamic IO Errors Dev Inside `use cache` headers should show a redbox error",
61766201
"Dynamic IO Errors Dev Static Route should not show a collapsed redbox error",
61776202
"Dynamic IO Errors Dev Sync Dynamic Platform With Fallback - Math.random() should not show a collapsed redbox error",
61786203
"Dynamic IO Errors Dev Sync Dynamic Platform Without Fallback - Math.random() should show a collapsed redbox error",
61796204
"Dynamic IO Errors Dev Sync Dynamic Request client params should return `undefined` for `params.slug`",
6205+
"Dynamic IO Errors Dev Sync Dynamic Request client params should show a collapsed redbox with a sync access error",
61806206
"Dynamic IO Errors Dev Sync Dynamic Request client searchParams should return `undefined` for `searchParams.foo`",
6207+
"Dynamic IO Errors Dev Sync Dynamic Request client searchParams should show a collapsed redbox with a sync access error",
61816208
"Dynamic IO Errors Dev Sync Dynamic Request draftMode should return `undefined` for `draftMode().isEnabled`",
61826209
"Dynamic IO Errors Dev Sync Dynamic Request server params should return `undefined` for `params.slug`",
61836210
"Dynamic IO Errors Dev Sync Dynamic Request server params should show a collapsed redbox with a sync access error",
61846211
"Dynamic IO Errors Dev Sync Dynamic Request server searchParams should return `undefined` for `searchParams.foo`",
61856212
"Dynamic IO Errors Dev Sync Dynamic Request server searchParams should show a collapsed redbox with a sync access error"
61866213
],
61876214
"failed": [
6188-
"Dynamic IO Errors Dev Sync Dynamic Request client params should show a collapsed redbox with a sync access error",
6189-
"Dynamic IO Errors Dev Sync Dynamic Request client searchParams should show a collapsed redbox with a sync access error",
61906215
"Dynamic IO Errors Dev Sync Dynamic Request cookies should show a redbox with a sync access error and a runtime error",
61916216
"Dynamic IO Errors Dev Sync Dynamic Request draftMode should show a collapsed redbox with a sync access error",
61926217
"Dynamic IO Errors Dev Sync Dynamic Request headers should show a redbox with a sync access error and a runtime error"
@@ -6872,6 +6897,13 @@
68726897
"flakey": [],
68736898
"runtimeError": false
68746899
},
6900+
"test/e2e/app-dir/initial-css-not-found/initial-css-not-found.test.ts": {
6901+
"passed": ["initial-css-not-found should serve styles"],
6902+
"failed": [],
6903+
"pending": [],
6904+
"flakey": [],
6905+
"runtimeError": false
6906+
},
68756907
"test/e2e/app-dir/instrumentation-order/instrumentation-order.test.ts": {
68766908
"passed": ["instrumentation-order should work"],
68776909
"failed": [],
@@ -7105,7 +7137,8 @@
71057137
"mdx with-mdx-rs pages directory should work using browser with mdx import",
71067138
"mdx without-mdx-rs app directory should allow importing client components",
71077139
"mdx without-mdx-rs app directory should allow overriding components",
7108-
"mdx without-mdx-rs app directory should run plugins",
7140+
"mdx without-mdx-rs app directory should run rehype plugins",
7141+
"mdx without-mdx-rs app directory should run remark plugins",
71097142
"mdx without-mdx-rs app directory should work in initial html",
71107143
"mdx without-mdx-rs app directory should work in initial html with mdx import",
71117144
"mdx without-mdx-rs app directory should work using browser",
@@ -9987,10 +10020,11 @@
998710020
"use-cache should cache results in route handlers",
998810021
"use-cache should dedupe cached data in the RSC payload",
998910022
"use-cache should dedupe with react cache inside \"use cache\"",
9990-
"use-cache should error when cookies/headers/draftMode is used inside \"use cache\"",
999110023
"use-cache should not have unhandled rejection of Request data promises when use cache is enabled without dynamicIO",
9992-
"use-cache should not read nor write cached data when draft mode is enabled js disabled",
9993-
"use-cache should not read nor write cached data when draft mode is enabled js enabled",
10024+
"use-cache should not read nor write cached data when draft mode is enabled js disabled, with cookies",
10025+
"use-cache should not read nor write cached data when draft mode is enabled js disabled, without cookies",
10026+
"use-cache should not read nor write cached data when draft mode is enabled js enabled, with cookies",
10027+
"use-cache should not read nor write cached data when draft mode is enabled js enabled, without cookies",
999410028
"use-cache should not use stale caches in server actions that have revalidated",
999510029
"use-cache should override fetch with cookies/auth in use cache properly",
999610030
"use-cache should override fetch with no-store in use cache properly",

0 commit comments

Comments
 (0)