| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index c92a9c6be1984a4a58cbad24314ca8812bd9468f..b84eb4fc213b910d87396f79a0e2c51f2b2cf0cc 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -2,12 +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.
|
|
|
| -[ $compiler == none || $compiler == dartc ]
|
| -mirrors/dart2js_mirrors_test: Fail
|
| -
|
| [ $compiler == dart2js || $compiler == dartc ]
|
| math/*: Skip
|
| -mirrors/mirrors_test: Fail
|
| +mirrors/*: Skip
|
|
|
| [ $compiler == dart2js && $browser ]
|
| crypto/sha256_test: Slow, Pass
|
|
|