| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index a3e7f4cf1e0c29e54a5f53cf61f2c8a549f62d90..dd459ea2965d2ebd659070e412151a8f14574bdb 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -246,5 +246,5 @@ mirrors/generic_mixin_applications_test: Fail
|
| async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
|
| async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failure.
|
|
|
| -[ ($compiler != none && $runtime != none) || ($compiler == none && $runtime != dartium) ]
|
| +[ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
|
| async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
|
|
|