| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 834ea3fd77c5be7f35a499e523a05c22daf267ca..acfccf33eb486c02af7b1b9b8f40c14559be6a46 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -2,6 +2,11 @@
|
| # 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.
|
|
|
| +
|
| +# The scalarlist library is not supported by dart2js or dart2dart yet.
|
| +[ $compiler == dart2js || $compiler == dart2dart ]
|
| +scalarlist/*: Skip
|
| +
|
| [ $compiler == dart2js ]
|
| math/*: Skip
|
| mirrors/*: Skip
|
|
|