|
449 | 449 | "assignErrorIfEmpty should handle multiple routes at the same trie node",
|
450 | 450 | "assignErrorIfEmpty should handle nested routes with multiple parameter depths",
|
451 | 451 | "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", |
452 | 460 | "filterUniqueParams should filter out duplicate parameters",
|
453 | 461 | "filterUniqueParams should handle more complex routes",
|
454 | 462 | "generateParamPrefixCombinations should handle deep parameter hierarchies",
|
|
3011 | 3019 | "runtimeError": false
|
3012 | 3020 | },
|
3013 | 3021 | "test/development/basic/barrel-optimization/barrel-optimization-mui.test.ts": {
|
3014 |
| - "passed": [ |
| 3022 | + "passed": [], |
| 3023 | + "failed": [ |
3015 | 3024 | "Skipped in Turbopack optimizePackageImports - mui should support MUI"
|
3016 | 3025 | ],
|
3017 |
| - "failed": [], |
3018 | 3026 | "pending": [],
|
3019 | 3027 | "flakey": [],
|
3020 | 3028 | "runtimeError": false
|
|
3990 | 3998 | },
|
3991 | 3999 | "test/development/pages-dir/client-navigation/rendering-head.test.ts": {
|
3992 | 4000 | "passed": [
|
| 4001 | + "Client Navigation rendering <Head /> with strictNextHead=false custom meta properties are rendered only once", |
3993 | 4002 | "Client Navigation rendering <Head /> with strictNextHead=false header helper avoids dedupe of meta tags with the same name if they use unique keys",
|
3994 | 4003 | "Client Navigation rendering <Head /> with strictNextHead=false header helper avoids dedupe of specific tags",
|
3995 | 4004 | "Client Navigation rendering <Head /> with strictNextHead=false header helper dedupes tags",
|
|
4001 | 4010 | "Client Navigation rendering <Head /> with strictNextHead=false header renders default viewport",
|
4002 | 4011 | "Client Navigation rendering <Head /> with strictNextHead=false should handle undefined prop in head server-side",
|
4003 | 4012 | "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", |
4004 | 4014 | "Client Navigation rendering <Head /> with strictNextHead=true header helper avoids dedupe of meta tags with the same name if they use unique keys",
|
4005 | 4015 | "Client Navigation rendering <Head /> with strictNextHead=true header helper avoids dedupe of specific tags",
|
4006 | 4016 | "Client Navigation rendering <Head /> with strictNextHead=true header helper dedupes tags",
|
|
4011 | 4021 | "Client Navigation rendering <Head /> with strictNextHead=true header renders default charset",
|
4012 | 4022 | "Client Navigation rendering <Head /> with strictNextHead=true header renders default viewport",
|
4013 | 4023 | "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>" |
4015 | 4037 | ],
|
4016 | 4038 | "failed": [],
|
4017 | 4039 | "pending": [],
|
|
6173 | 6195 | "Dynamic IO Errors Dev Error Attribution with Sync IO Guarded RSC with unguarded Client sync IO should show a collapsed redbox error",
|
6174 | 6196 | "Dynamic IO Errors Dev Error Attribution with Sync IO Unguarded RSC with guarded Client sync IO should show a collapsed redbox error",
|
6175 | 6197 | "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", |
6176 | 6201 | "Dynamic IO Errors Dev Static Route should not show a collapsed redbox error",
|
6177 | 6202 | "Dynamic IO Errors Dev Sync Dynamic Platform With Fallback - Math.random() should not show a collapsed redbox error",
|
6178 | 6203 | "Dynamic IO Errors Dev Sync Dynamic Platform Without Fallback - Math.random() should show a collapsed redbox error",
|
6179 | 6204 | "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", |
6180 | 6206 | "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", |
6181 | 6208 | "Dynamic IO Errors Dev Sync Dynamic Request draftMode should return `undefined` for `draftMode().isEnabled`",
|
6182 | 6209 | "Dynamic IO Errors Dev Sync Dynamic Request server params should return `undefined` for `params.slug`",
|
6183 | 6210 | "Dynamic IO Errors Dev Sync Dynamic Request server params should show a collapsed redbox with a sync access error",
|
6184 | 6211 | "Dynamic IO Errors Dev Sync Dynamic Request server searchParams should return `undefined` for `searchParams.foo`",
|
6185 | 6212 | "Dynamic IO Errors Dev Sync Dynamic Request server searchParams should show a collapsed redbox with a sync access error"
|
6186 | 6213 | ],
|
6187 | 6214 | "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", |
6190 | 6215 | "Dynamic IO Errors Dev Sync Dynamic Request cookies should show a redbox with a sync access error and a runtime error",
|
6191 | 6216 | "Dynamic IO Errors Dev Sync Dynamic Request draftMode should show a collapsed redbox with a sync access error",
|
6192 | 6217 | "Dynamic IO Errors Dev Sync Dynamic Request headers should show a redbox with a sync access error and a runtime error"
|
|
6872 | 6897 | "flakey": [],
|
6873 | 6898 | "runtimeError": false
|
6874 | 6899 | },
|
| 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 | + }, |
6875 | 6907 | "test/e2e/app-dir/instrumentation-order/instrumentation-order.test.ts": {
|
6876 | 6908 | "passed": ["instrumentation-order should work"],
|
6877 | 6909 | "failed": [],
|
|
7105 | 7137 | "mdx with-mdx-rs pages directory should work using browser with mdx import",
|
7106 | 7138 | "mdx without-mdx-rs app directory should allow importing client components",
|
7107 | 7139 | "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", |
7109 | 7142 | "mdx without-mdx-rs app directory should work in initial html",
|
7110 | 7143 | "mdx without-mdx-rs app directory should work in initial html with mdx import",
|
7111 | 7144 | "mdx without-mdx-rs app directory should work using browser",
|
|
9987 | 10020 | "use-cache should cache results in route handlers",
|
9988 | 10021 | "use-cache should dedupe cached data in the RSC payload",
|
9989 | 10022 | "use-cache should dedupe with react cache inside \"use cache\"",
|
9990 |
| - "use-cache should error when cookies/headers/draftMode is used inside \"use cache\"", |
9991 | 10023 | "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", |
9994 | 10028 | "use-cache should not use stale caches in server actions that have revalidated",
|
9995 | 10029 | "use-cache should override fetch with cookies/auth in use cache properly",
|
9996 | 10030 | "use-cache should override fetch with no-store in use cache properly",
|
|
0 commit comments