| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 5176cbf575b3400a588d6b1a903ea78fc8513813..825e9116ee4a3f2efb688ec2281adc117a3d5c3c 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -291,6 +291,10 @@ async/deferred/deferred_fail_to_load_test: Fail
|
| # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
|
| async/deferred/deferred_in_isolate_test: Fail
|
|
|
| +[$compiler == none && $runtime == ContentShellOnAndroid ]
|
| +mirrors/lazy_static_test: Skip # Times out. Issue 19276
|
| +mirrors/mirrors_reader_test: Skip # Times out. Issue 19276
|
| +
|
| [ $compiler == dart2js && $runtime != d8 ]
|
| async/schedule_microtask_test: Fail # Issue 9002
|
|
|
|
|