| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 4c42b55c5b0f858a6ddfa8b277d5306909b2a58d..43a4740037a040a0d0ef77aed8627b50d8b247fa 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -53,11 +53,6 @@ redirecting_constructor_initializer_test: RuntimeError # Issue 23488
|
|
|
| async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runtime-errs.
|
|
|
| -generic_function_typedef_test: Fail # Issue 27966
|
| -generic_function_typedef2_test/none: Fail # Issue 27966
|
| -generic_function_typedef2_test/04: 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.
|
|
|