| 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 ] | 7 [ $component == leg ] |
| 8 BigIntegerVMTest: Fail | 8 BigIntegerVMTest: Fail |
| 9 CollectionFromTest: Fail | 9 CollectionFromTest: Fail |
| 10 ConstListLiteralTest: Fail | 10 ConstListLiteralTest: Fail |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 RegExpHasMatchTest: Fail | 51 RegExpHasMatchTest: Fail |
| 52 RegExpStartEndTest: Fail | 52 RegExpStartEndTest: Fail |
| 53 RegExpStringMatchTest: Fail | 53 RegExpStringMatchTest: Fail |
| 54 SetIteratorTest: Fail | 54 SetIteratorTest: Fail |
| 55 SetTest: Fail | 55 SetTest: Fail |
| 56 SortTest: Fail | 56 SortTest: Fail |
| 57 SplayTreeTest: Fail | 57 SplayTreeTest: Fail |
| 58 StopwatchTest: Fail | 58 StopwatchTest: Fail |
| 59 StringBaseVMTest: Fail | 59 StringBaseVMTest: Fail |
| 60 StringBufferTest: Fail | 60 StringBufferTest: Fail |
| 61 StringCaseTest: Fail |
| 61 StringFromListTest: Fail | 62 StringFromListTest: Fail |
| 62 StringPatternTest: Fail | 63 StringPatternTest: Fail |
| 63 StringReplaceTest: Fail | 64 StringReplaceTest: Fail |
| 65 StringSplitTest: Fail |
| 64 StringSubstringTest: Fail | 66 StringSubstringTest: Fail |
| 65 StringTest: Fail | 67 StringTest: Fail |
| 68 StringTrimTest: Fail |
| 66 StringsTest: Fail | 69 StringsTest: Fail |
| 67 UnicodeTest: Fail | 70 UnicodeTest: Fail |
| OLD | NEW |