| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index eb8131e2e054efbee13fe9a6a3458a8eb4b372bd..8e729b40b5361de565f836573a467b8ce872ce5f 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -24,6 +24,13 @@ async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728
|
| async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dartbug.com/7728.
|
|
|
| +[ $compiler == dart2js && ($jscl || $runtime == d8) ]
|
| +async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +
|
| [ $compiler == dart2js && $browser ]
|
| crypto/sha256_test: Slow, Pass
|
| crypto/sha1_test: Slow, Pass
|
|
|