| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 3fefdf6df854b783ed9f9a6ec7da64996907843a..c60aefd18c270352981fb9e632af74dda20313ef 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -64,6 +64,9 @@ async_star_cancel_while_paused_test: RuntimeError
|
| # Fails because `as T` is an error rather than being treated like `as dynamic`.
|
| generic_methods_type_expression_test: RuntimeError # Issue 27460
|
|
|
| +generic_function_typedef_test: Fail # Issue 27966
|
| +generalized_function_type_test: Fail # Issue 27966
|
| +
|
| [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $checked ]
|
| # These generic functions tests pass for the wrong reason in checked mode,
|
| # because the parsed type parameters are mapped to dynamic type.
|
|
|