| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 prefix corelib | 5 prefix corelib |
| 6 | 6 |
| 7 [ $component == leg && $checked ] |
| 8 *: Skip |
| 9 |
| 10 |
| 7 [ $component == leg ] | 11 [ $component == leg ] |
| 8 BigIntegerVMTest: Fail | 12 BigIntegerVMTest: Fail |
| 9 CollectionFromTest: Fail | 13 CollectionFromTest: Fail |
| 10 ConstListLiteralTest: Fail | 14 ConstListLiteralTest: Fail |
| 11 ConstListRemoveRangeTest: Fail | 15 ConstListRemoveRangeTest: Fail |
| 12 ConstListSetRangeTest: Fail | 16 ConstListSetRangeTest: Fail |
| 13 CoreRuntimeTypesTest: Fail | 17 CoreRuntimeTypesTest: Fail |
| 14 DateTimeTest: Fail | 18 DateTimeTest: Fail |
| 15 DoubleCompareTest: Fail | 19 DoubleCompareTest: Fail |
| 16 ExceptionImplementationTest: Fail | 20 ExceptionImplementationTest: Fail |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 StringCaseTest: Fail | 65 StringCaseTest: Fail |
| 62 StringFromListTest: Fail | 66 StringFromListTest: Fail |
| 63 StringPatternTest: Fail | 67 StringPatternTest: Fail |
| 64 StringReplaceTest: Fail | 68 StringReplaceTest: Fail |
| 65 StringSplitTest: Fail | 69 StringSplitTest: Fail |
| 66 StringSubstringTest: Fail | 70 StringSubstringTest: Fail |
| 67 StringTest: Fail | 71 StringTest: Fail |
| 68 StringTrimTest: Fail | 72 StringTrimTest: Fail |
| 69 StringsTest: Fail | 73 StringsTest: Fail |
| 70 UnicodeTest: Fail | 74 UnicodeTest: Fail |
| OLD | NEW |