| 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 ] | 7 [ $component == leg && $checked ] |
| 8 *: Skip | 8 *: Skip |
| 9 | 9 |
| 10 | 10 |
| 11 [ $component == leg ] | 11 [ $component == leg ] |
| 12 DoubleCompareTest: Fail, OK # VM handling of double literals. |
| 13 MathTest: Fail, OK # VM handling of double literals. |
| 14 |
| 15 |
| 12 # Compilation errors. | 16 # Compilation errors. |
| 13 CollectionFromTest: Fail # named constructors with type arguments are not implem
ented | 17 CollectionFromTest: Fail # named constructors with type arguments are not implem
ented |
| 14 CoreRuntimeTypesTest: Fail # map not implemented | 18 CoreRuntimeTypesTest: Fail # map not implemented |
| 15 DateTimeTest: Fail # SsaBuilder.visitBreakStatement not implemented | 19 DateTimeTest: Fail # SsaBuilder.visitBreakStatement not implemented |
| 16 ForInTest: Fail # visitContinueStatement not implemented | 20 ForInTest: Fail # visitContinueStatement not implemented |
| 17 FutureTest: Fail # named constructors with type arguments are not implemented | 21 FutureTest: Fail # named constructors with type arguments are not implemented |
| 18 FuturesTest: Fail # visitBreakStatement not implemented | 22 FuturesTest: Fail # visitBreakStatement not implemented |
| 19 HashMapTest: Fail # SsaBuilder.visitContinueStatement not implemented | 23 HashMapTest: Fail # SsaBuilder.visitContinueStatement not implemented |
| 20 LinkedHashMapTest: Fail # Internal Error: Cannot find value | 24 LinkedHashMapTest: Fail # Internal Error: Cannot find value |
| 21 ListSortTest: Fail # visitContinueStatement not implemented | 25 ListSortTest: Fail # visitContinueStatement not implemented |
| 22 ListTest: Fail # Internal Error: Cannot find value | 26 ListTest: Fail # Internal Error: Cannot find value |
| 23 MapFromTest: Fail # map not implemented | 27 MapFromTest: Fail # map not implemented |
| 24 MapTest: Fail # map not implemented | 28 MapTest: Fail # map not implemented |
| 25 MapsTest: Fail # Internal Error: Cannot find value | 29 MapsTest: Fail # Internal Error: Cannot find value |
| 26 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented | 30 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented |
| 27 QueueTest: Fail # Internal Error: Cannot find value | 31 QueueTest: Fail # Internal Error: Cannot find value |
| 28 SetIteratorTest: Fail # SsaBuilder.visitBreakStatement not implemented | 32 SetIteratorTest: Fail # SsaBuilder.visitBreakStatement not implemented |
| 29 SetTest: Fail # Internal Error: Cannot find value | 33 SetTest: Fail # Internal Error: Cannot find value |
| 30 SortTest: Fail # visitContinueStatement not implemented | 34 SortTest: Fail # visitContinueStatement not implemented |
| 31 SplayTreeTest: Fail # SsaBuilder.visitBreakStatement not implemented | 35 SplayTreeTest: Fail # SsaBuilder.visitBreakStatement not implemented |
| 32 StopwatchTest: Fail # visitBreakStatement not implemented | 36 StopwatchTest: Fail # visitBreakStatement not implemented |
| 33 StringTest: Fail # Internal Error: Cannot find value | 37 StringTest: Fail # Internal Error: Cannot find value |
| 34 StringPatternTest: Fail # Bad bailout code related to for-in. | 38 StringPatternTest: Fail # Bad bailout code related to for-in. |
| 39 ListGetRangeTest: Fail # Bad code for Expect.throws. |
| 35 | 40 |
| 36 | 41 |
| 37 # Implementation errors. | 42 # Constant lists. |
| 38 ConstListRemoveRangeTest: Fail # Expect.isTrue(false) fails. | 43 ConstListRemoveRangeTest: Fail # Expect.isTrue(false) fails. |
| 39 ConstListSetRangeTest: Fail # Expect.isTrue(false) fails. | 44 ConstListSetRangeTest: Fail # Expect.isTrue(false) fails. |
| 40 DoubleCompareTest: Fail # Expect.isTrue(false) fails. | |
| 41 ExpressionTest: Fail # Expect.equals(expected: <2>, actual: <null>) fails. | |
| 42 ListGetRangeTest: Fail # Expect.isTrue(false) fails. | |
| 43 MathTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | |
| 44 | 45 |
| 45 | 46 |
| 46 # Bad test, assumes RegExp.allMatches returns a Collection. | 47 # Bad test, assumes RegExp.allMatches returns a Collection. |
| 47 RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach' | 48 RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach' |
| 48 | 49 |
| 49 | 50 |
| 50 BigIntegerVMTest: Fail, OK # VM specific test. | 51 BigIntegerVMTest: Fail, OK # VM specific test. |
| 51 GrowableObjectArray2VMTest: Fail, OK # VM specific test. | 52 GrowableObjectArray2VMTest: Fail, OK # VM specific test. |
| 52 GrowableObjectArrayVMTest: Fail, OK # VM specific test. | 53 GrowableObjectArrayVMTest: Fail, OK # VM specific test. |
| 53 StringBaseVMTest: Fail, OK # VM specific test. | 54 StringBaseVMTest: Fail, OK # VM specific test. |
| OLD | NEW |