| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 3d06d011bc2c49fbff4c41d4cbe8d964984321fe..b5a53f4eff1ba965b5eb3c748a9a163434f523ae 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -9,13 +9,15 @@ mirrors/*: Skip
|
| [ $compiler == dart2js && $runtime == d8 ]
|
| async/future_delayed_error_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +async/futures_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +async/merge_stream_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| async/stream_controller_async_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| async/stream_min_max_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| async/stream_single_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| -async/futures_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| -async/merge_stream_test: Fail # Timer interface not supported; dartbug.com/7728.
|
|
|
| [ $compiler == dart2js && $browser ]
|
| crypto/sha256_test: Slow, Pass
|
|
|