| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 4654ecd356a57df9639dad729df43ef4eedd66d6..e894ed77a7417a5fd09d019ad5b35918268e54fa 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -228,8 +228,11 @@ mirrors/toplevel_members_test/01: RuntimeError # Issue 14632
|
|
|
| async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
|
|
|
| +[ $compiler == none ]
|
| +mirrors/mirrors_reader_test: Slow, Pass
|
| +
|
| [ $compiler == none && $checked ]
|
| -mirrors/mirrors_reader_test: RuntimeError # Issue 16588
|
| +mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16588
|
|
|
| [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
|
| async/schedule_microtask6_test: Fail # Issue 10910
|
|
|