| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index bd95b5857b17ddde387aec30f195ec7f83a6c91e..7f2bea2d1f3d61f4da83510ce5e8bd54c37e54b4 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -45,13 +45,7 @@ async_star_regression_2238_test: CompileTimeError, RuntimeError # drt only runti
|
| async_star_cancel_while_paused_test: RuntimeError
|
|
|
| # Experimental feature: Syntactic support for generic methods.
|
| -generic_methods_test: CompiletimeError # Issue 25869
|
| -generic_functions_test: CompiletimeError # Issue 25869
|
| -generic_local_functions_test: CompiletimeError # Issue 25869
|
| -generic_sends_test: CompiletimeError # Issue 25869
|
| -generic_methods_new_test: CompiletimeError # Issue 25869
|
| -generic_methods_function_type_test: CompiletimeError # Issue 25869
|
| -generic_methods_type_expression_test: CompiletimeError # Issue 25869
|
| +generic_methods_type_expression_test: RuntimeError # Issue 25869
|
|
|
| [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $compiler == dart2appjit) && ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
|
|
|
| @@ -100,13 +94,14 @@ initializing_formal_final_test: Skip
|
| initializing_formal_type_test: Skip
|
|
|
| # Experimental feature: Syntactic support for generic methods.
|
| -generic_methods_test: RuntimeError # Issue 25869
|
| -generic_functions_test: RuntimeError # Issue 25869
|
| -generic_local_functions_test: RuntimeError # Issue 25869
|
| -generic_sends_test: RuntimeError # Issue 25869
|
| -generic_methods_new_test: RuntimeError # Issue 25869
|
| -generic_methods_function_type_test: RuntimeError # Issue 25869
|
| -generic_methods_type_expression_test: RuntimeError # Issue 25869
|
| +# Skip these in dartium, because the test framework can't pass VM flags to
|
| +generic_methods_test: Skip # Issue 25869
|
| +generic_functions_test: Skip # Issue 25869
|
| +generic_local_functions_test: Skip # Issue 25869
|
| +generic_sends_test: Skip # Issue 25869
|
| +generic_methods_new_test: Skip # Issue 25869
|
| +generic_methods_function_type_test: Skip # Issue 25869
|
| +generic_methods_type_expression_test: Skip # Issue 25869
|
|
|
| config_import_test: Skip # Issue 26250
|
|
|
|
|