| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index c35ec1d0fe2f2397a227849407469935649e34de..7978f5f4efd307c16ec99939cced13c19cef5e65 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -256,6 +256,9 @@ mirrors/deferred_type_test: RuntimeError, OK # Should be CompileTimeError. Issue
|
| async/multiple_timer_test: Fail, Pass # See Issue 10982
|
| async/timer_test: Fail, Pass # See Issue 10982
|
|
|
| +[ $compiler == none && $runtime == drt && $checked ]
|
| +async/slow_consumer_test: Fail, Pass # Dartium JsInterop failure, dartbug.com/24460
|
| +
|
| [$compiler == none && $runtime == ContentShellOnAndroid ]
|
| async/stream_timeout_test: RuntimeError, Pass # Issue 19127
|
| async/slow_consumer3_test: SkipSlow # Times out flakily. Issue 20956
|
|
|