| Index: dart/tests/lib/lib.status
|
| diff --git a/dart/tests/lib/lib.status b/dart/tests/lib/lib.status
|
| index 33be522189afea38c914de0e5ed376e4aa177894..6c630275a4ae96ee14fb7869e612a7744dc8af09 100644
|
| --- a/dart/tests/lib/lib.status
|
| +++ b/dart/tests/lib/lib.status
|
| @@ -15,6 +15,9 @@ 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.
|
| +async/future2_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
|
|
|