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