| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 5d5565a5907570be65ef01de74b2911aa95d8881..c3c83ef541a7143333e6b156a18747b7840c2e0e 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -242,3 +242,11 @@ async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
|
|
|
| [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
|
| async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
|
| +
|
| +[ $compiler == none && $runtime == vm && $arch == arm ]
|
| +mirrors/find_in_context_fake_function_test: Crash # Issue 14290
|
| +async/stream_controller_async_test: RuntimeError # Issue 14290
|
| +async/stream_state_nonzero_timer_test: RuntimeError # Issue 14290
|
| +async/stream_state_test: RuntimeError # Issue 14290
|
| +async/stream_subscription_cancel_test: RuntimeError # Issue 14290
|
| +
|
|
|