Index: tests/lib/lib.status |
diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
index c69b65e5eaccd3728514ed75f386a5c4fd725621..81bd8db0e68ebd391197cd95abc52e0413a338c9 100644 |
--- a/tests/lib/lib.status |
+++ b/tests/lib/lib.status |
@@ -230,8 +230,8 @@ mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag |
# Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. |
async/timer_isolate_test: Fail |
-[ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] |
-async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 |
+[ $compiler == dart2js ] |
+async/schedule_microtask_test: Fail # Issue 9002 |
[ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
mirrors/generic_f_bounded_mixin_application_test: CompileTimeError # Issue 14116 |