| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 5918aa170e2a3eeb96c50d19f55f6b85c03f26cd..e761ab081a7dc92cd41aa71d420962de812b7507 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -27,7 +27,6 @@ mixin_illegal_superclass_test: Skip # Issues 24478 and 23773
|
| constructor5_test: Fail # Issue 6422
|
| constructor6_test: Fail # Issue 6422
|
|
|
| -generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
|
|
|
| # Failures related to super call in ctor initializer list
|
| super_test: Fail, OK
|
| @@ -63,12 +62,7 @@ redirecting_constructor_initializer_test: RuntimeError # Issue 23488
|
| [ ($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.
|
| -generic_methods_function_type_test: Pass # Issue 25869
|
| -generic_methods_test: Pass # Issue 25869
|
| -generic_methods_new_test: Pass # Issue 25869
|
| -generic_local_functions_test: Pass # Issue 25869
|
| generic_functions_test: Pass # Issue 25869
|
| -generic_methods_generic_function_parameter_test: Pass # Issue 25869
|
|
|
| [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($runtime == vm || $runtime == dart_precompiled || $runtime == flutter) ]
|
| unicode_bom_test: Fail # Issue 16067
|
| @@ -169,7 +163,6 @@ type_checks_in_factory_method_test: SkipByDesign # Requires checked mode.
|
| positional_parameters_type_test/01: SkipByDesign # Requires checked mode.
|
| positional_parameters_type_test/02: SkipByDesign # Requires checked mode.
|
| list_literal4_test: SkipByDesign # Requires checked mode.
|
| -generic_test: SkipByDesign # Requires checked mode.
|
| map_literal4_test: SkipByDesign # Requires checked mode.
|
|
|
| vm/type_vm_test: Fail,OK # Expects exact type name.
|
|
|