| 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 CollectionFromTest: Fail | 12 # Compilation errors. |
| 13 ConstListRemoveRangeTest: Fail | 13 CollectionFromTest: Fail # named constructors with type arguments are not implem
ented |
| 14 ConstListSetRangeTest: Fail | 14 CoreRuntimeTypesTest: Fail # map not implemented |
| 15 CoreRuntimeTypesTest: Fail | 15 DateTimeTest: Fail # SsaBuilder.visitBreakStatement not implemented |
| 16 DateTimeTest: Fail | 16 ForInTest: Fail # visitContinueStatement not implemented |
| 17 DoubleCompareTest: Fail | 17 FutureTest: Fail # named constructors with type arguments are not implemented |
| 18 ExpressionTest: Fail | 18 FuturesTest: Fail # visitBreakStatement not implemented |
| 19 ForInTest: Fail | 19 HashMapTest: Fail # SsaBuilder.visitContinueStatement not implemented |
| 20 FutureTest: Fail | 20 LinkedHashMapTest: Fail # Internal Error: Cannot find value |
| 21 FuturesTest: Fail | 21 ListSortTest: Fail # visitContinueStatement not implemented |
| 22 HashMapTest: Fail | 22 ListTest: Fail # Internal Error: Cannot find value |
| 23 LinkedHashMapTest: Fail | 23 MapFromTest: Fail # map not implemented |
| 24 ListGetRangeTest: Fail | 24 MapTest: Fail # map not implemented |
| 25 ListSortTest: Fail | 25 MapsTest: Fail # Internal Error: Cannot find value |
| 26 ListTest: Fail | 26 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented |
| 27 MapFromTest: Fail | 27 QueueTest: Fail # Internal Error: Cannot find value |
| 28 MapTest: Fail | 28 SetIteratorTest: Fail # SsaBuilder.visitBreakStatement not implemented |
| 29 MapsTest: Fail | 29 SetTest: Fail # Internal Error: Cannot find value |
| 30 MathTest: Fail | 30 SortTest: Fail # visitContinueStatement not implemented |
| 31 PortTest: Fail | 31 SplayTreeTest: Fail # SsaBuilder.visitBreakStatement not implemented |
| 32 PromiseTest: Fail | 32 StopwatchTest: Fail # visitBreakStatement not implemented |
| 33 QueueTest: Fail | 33 StringTest: Fail # Internal Error: Cannot find value |
| 34 RegExp1Test: Fail | 34 |
| 35 RegExpAllMatchesTest: Fail | 35 |
| 36 SetIteratorTest: Fail | 36 # Implementation errors. |
| 37 SetTest: Fail | 37 ConstListRemoveRangeTest: Fail # Expect.isTrue(false) fails. |
| 38 SortTest: Fail | 38 ConstListSetRangeTest: Fail # Expect.isTrue(false) fails. |
| 39 SplayTreeTest: Fail | 39 DoubleCompareTest: Fail # Expect.isTrue(false) fails. |
| 40 StopwatchTest: Fail | 40 ExpressionTest: Fail # Expect.equals(expected: <2>, actual: <null>) fails. |
| 41 StringPatternTest: Fail | 41 ListGetRangeTest: Fail # Expect.isTrue(false) fails. |
| 42 StringSplitRegExpTest: Fail | 42 MathTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 43 StringTest: Fail | 43 RegExp1Test: Fail # Expect.equals(expected: <false>, actual: <null>) fails. |
| 44 StringPatternTest: Fail # String.allMatches is not implemented |
| 45 StringSplitRegExpTest: Fail # Illegal argument(s): Instance of 'JSSyntaxRegExp' |
| 46 |
| 47 |
| 48 # Bad test, assumes RegExp.allMatches returns a Collection. |
| 49 RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach' |
| 44 | 50 |
| 45 | 51 |
| 46 BigIntegerVMTest: Fail, OK # VM specific test. | 52 BigIntegerVMTest: Fail, OK # VM specific test. |
| 47 GrowableObjectArray2VMTest: Fail, OK # VM specific test. | 53 GrowableObjectArray2VMTest: Fail, OK # VM specific test. |
| 48 GrowableObjectArrayVMTest: Fail, OK # VM specific test. | 54 GrowableObjectArrayVMTest: Fail, OK # VM specific test. |
| 49 StringBaseVMTest: Fail, OK # VM specific test. | 55 StringBaseVMTest: Fail, OK # VM specific test. |
| OLD | NEW |