| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index f34f4b9ca01f0c9aef5ae131301ee323a8b41aba..78f81f4f2673a2c5dd3d4b22d8e4d7fc44a8d19b 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -5,6 +5,13 @@
|
| [ $compiler == dart2js ]
|
| math/*: Skip
|
| mirrors/*: Skip
|
| +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/slow_consumer2_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_min_max_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +async/stream_single_test: Fail # Timer interface not supported; dartbug.com/7728.
|
|
|
| [ $compiler == dart2js && $browser ]
|
| crypto/sha256_test: Slow, Pass
|
|
|