| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 73efcec1bd51be3892e868456fd071b6a08e75c1..48db55edf9f8e03553c69e074682b1f76761a781 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -41,6 +41,9 @@ async/slow_consumer2_test: Fail # Issue 7726
|
| [ $compiler == none && $runtime == drt ]
|
| async/deferred/deferred_api_test: Fail # http://dartbug.com/2264
|
|
|
| +[ $runtime == d8 ]
|
| +async/stream_state_nonzero_timer_test: Fail # d8 doesn't handle nonzero timers.
|
| +
|
| [ $arch == arm ]
|
| *: Skip
|
|
|
|
|