| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 6c630275a4ae96ee14fb7869e612a7744dc8af09..8952a6d6686c53b2ec0647e03161af1ab90ef919 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -8,6 +8,9 @@ async/future2_test: Fail # Bug 6890 .TODO(ajohnsen): Fix this as part of library
|
| [ $compiler == dart2js ]
|
| math/*: Skip
|
| mirrors/*: Skip
|
| +async/future2_test: Fail # Bug 6890 .TODO(ajohnsen): Fix this as part of library changes.
|
| +
|
| +[ $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/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/7728.
|
|
|