Index: tests/language/language.status |
=================================================================== |
--- tests/language/language.status (revision 44463) |
+++ tests/language/language.status (working copy) |
@@ -39,16 +39,12 @@ |
cyclic_type_test/04: Fail, OK |
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, RuntimeError |
[ $compiler == none && ($runtime == drt || $runtime == dartium|| $runtime == ContentShellOnAndroid) ] |
-async_throw_in_catch_test: Timeout, Fail # Issue 21404 or it could be a test error |
[ $compiler == none && $runtime == vm ] |
class_keyword_test/02: MissingCompileTimeError # Issue 13627 |