| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 4fab8d61eaedb603da5daa4ee400e67e2735b102..33be522189afea38c914de0e5ed376e4aa177894 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -2,6 +2,9 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| +[ $runtime == vm ]
|
| +async/future2_test: Fail # Bug 6890 .TODO(ajohnsen): Fix this as part of library changes.
|
| +
|
| [ $compiler == dart2js ]
|
| math/*: Skip
|
| mirrors/*: Skip
|
|
|