Chromium Code Reviews| Index: tests/lib/lib.status |
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
| index f34f4b9ca01f0c9aef5ae131301ee323a8b41aba..be9cd76a728303aae027838d9059a6725b76d83b 100644 |
| --- a/tests/lib/lib.status |
| +++ b/tests/lib/lib.status |
| @@ -19,3 +19,19 @@ crypto/sha1_test: Slow, Pass |
| crypto/hmac_sha1_test: Fail |
| crypto/hmac_sha256_test: Fail |
| +[ $runtime == d8 ] |
| +# The d8 runtime does not support Timer. |
| +async/future2_test: Fail |
|
floitsch
2013/01/07 13:52:22
Karl should have taken care of these.
|
| +async/futures_test: Fail |
| +async/future_delayed_error_test: Fail |
| +async/future_test: Fail |
| +async/merge_stream_test: Fail |
| +async/slow_consumer2_test: Fail |
| +async/slow_consumer_test: Fail |
| +async/stream_controller_async_test: Fail |
| +async/stream_min_max_test: Fail |
| +async/stream_single_test: Fail |
| + |
| +[ $compiler == dart2js && $runtime == d8 && $checked ] |
| +# Some bug related to assigning function to typedef-typed field. |
| +async/stream_controller_test: Fail |