| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 13dd7d75557ab0501198dc501fdd97eb2a52c7a1..3f6c8b6dc5004755b074de69a155d149c24bb645 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -33,8 +33,6 @@ enum_mirror_test: Skip # Issue 11511.
|
| override_inheritance_mixed_test/08: Fail # Issue 18124
|
| override_inheritance_mixed_test/09: Fail # Issue 18124
|
|
|
| -async_await_test/03: RuntimeError
|
| -
|
| [ $compiler == none || $compiler == dart2dart ]
|
| # Non-contractive types are not supported in the vm.
|
| cyclic_type_test/02: Fail, OK
|
| @@ -43,6 +41,12 @@ cyclic_type2_test: Fail, OK
|
| least_upper_bound_expansive_test/*: Fail, OK
|
| async_throw_in_catch_test: Crash, RuntimeError # Issue 21404 or it could be a test error
|
|
|
| +async_star_test/01: CompileTimeError, RuntimeError # drt only runtime-errs.
|
| +async_star_test/02: RuntimeError
|
| +async_star_test/03: RuntimeError
|
| +async_star_test/04: RuntimeError
|
| +async_star_test/05: Timeout
|
| +
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium|| $runtime == ContentShellOnAndroid) ]
|
| async_throw_in_catch_test: Timeout, Fail # Issue 21404 or it could be a test error
|
|
|
| @@ -60,13 +64,6 @@ dynamic_prefix_core_test/01: RuntimeError # Issue 12478
|
| dynamic_prefix_core_test/none: Fail # Issue 12478
|
| export_ambiguous_main_negative_test: Fail # Issue 14763
|
|
|
| -[ $runtime == vm || $runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid ]
|
| -async_star_test/01: CompileTimeError
|
| -async_star_test/02: RuntimeError
|
| -async_star_test/03: RuntimeError
|
| -async_star_test/04: RuntimeError
|
| -async_star_test/05: Timeout
|
| -
|
| [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid) && $unchecked ]
|
| assertion_test: Fail # Issue 13719: Please triage this failure.
|
| generic_test: Fail # Issue 13719: Please triage this failure.
|
|
|