| 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 |
| 11 ConstListRemoveRangeTest: Fail | 11 ConstListRemoveRangeTest: Fail |
| 12 ConstListSetRangeTest: Fail | 12 ConstListSetRangeTest: Fail |
| 13 CoreRuntimeTypesTest: Fail | 13 CoreRuntimeTypesTest: Fail |
| 14 DateTimeTest: Fail | 14 DateTimeTest: Fail |
| 15 DoubleCompareTest: Fail | 15 DoubleCompareTest: Fail |
| 16 ExceptionImplementationTest: Fail | 16 ExceptionImplementationTest: Fail |
| 17 ExpressionTest: Crash | 17 ExpressionTest: Crash |
| 18 ForInTest: Fail | 18 ForInTest: Fail |
| 19 FuturesTest: Fail |
| 19 GrowableObjectArray2VMTest: Fail | 20 GrowableObjectArray2VMTest: Fail |
| 20 GrowableObjectArrayVMTest: Fail | 21 GrowableObjectArrayVMTest: Fail |
| 21 HashMapTest: Fail | 22 HashMapTest: Fail |
| 22 IndexOutOfRangeExceptionTest: Fail | 23 IndexOutOfRangeExceptionTest: Fail |
| 23 IndexedListAccessTest: Fail | 24 IndexedListAccessTest: Fail |
| 24 LinkedHashMapTest: Fail | 25 LinkedHashMapTest: Fail |
| 25 ListGetRangeTest: Fail | 26 ListGetRangeTest: Fail |
| 26 ListIndexOfTest: Fail | 27 ListIndexOfTest: Fail |
| 27 ListInsertRangeTest: Fail | 28 ListInsertRangeTest: Fail |
| 28 ListIteratorsTest: Fail | 29 ListIteratorsTest: Fail |
| (...skipping 28 matching lines...) Expand all Loading... |
| 57 StopwatchTest: Fail | 58 StopwatchTest: Fail |
| 58 StringBaseVMTest: Fail | 59 StringBaseVMTest: Fail |
| 59 StringBufferTest: Fail | 60 StringBufferTest: Fail |
| 60 StringFromListTest: Crash | 61 StringFromListTest: Crash |
| 61 StringPatternTest: Fail | 62 StringPatternTest: Fail |
| 62 StringReplaceTest: Fail | 63 StringReplaceTest: Fail |
| 63 StringSubstringTest: Crash | 64 StringSubstringTest: Crash |
| 64 StringTest: Fail | 65 StringTest: Fail |
| 65 StringsTest: Crash | 66 StringsTest: Crash |
| 66 UnicodeTest: Crash | 67 UnicodeTest: Crash |
| OLD | NEW |