| 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. | 12 DoubleCompareTest: Fail, OK # VM handling of double literals. |
| 13 MathTest: Fail, OK # VM handling of double literals. | 13 MathTest: Fail, OK # VM handling of double literals. |
| 14 | 14 |
| 15 MapTest: Skip # SplayTree gets stuck when looking up key. MUST FIX. |
| 16 |
| 15 # Compilation errors. | 17 # Compilation errors. |
| 16 CollectionFromTest: Fail # named constructors with type arguments are not implem
ented | 18 CollectionFromTest: Fail # named constructors with type arguments are not implem
ented |
| 17 CollectionToStringTest: Fail # visitContinueStatement not implemented | 19 CollectionToStringTest: Fail # visitContinueStatement not implemented |
| 18 ConstListLiteralTest: Fail # visitContinueStatement not implemented | 20 ConstListLiteralTest: Fail # visitContinueStatement not implemented |
| 19 CoreRuntimeTypesTest: Fail # map not implemented | 21 CoreRuntimeTypesTest: Fail # map not implemented |
| 20 DateTimeTest: Fail # CompileTimeConstantEvaluator not implemented | 22 DateTimeTest: Fail # CompileTimeConstantEvaluator not implemented |
| 21 ForInTest: Fail # visitContinueStatement not implemented | 23 ForInTest: Fail # visitContinueStatement not implemented |
| 22 FutureTest: Fail # named constructors with type arguments are not implemented | 24 FutureTest: Fail # named constructors with type arguments are not implemented |
| 23 FuturesTest: Fail # factory ReceivePort is not implemented | 25 FuturesTest: Fail # factory ReceivePort is not implemented |
| 24 ListGetRangeTest: Fail # Bad code for Expect.throws. | 26 ListGetRangeTest: Fail # Bad code for Expect.throws. |
| 25 ListSortTest: Fail # visitContinueStatement not implemented | 27 ListSortTest: Fail # visitContinueStatement not implemented |
| 26 ListTest: Fail # Internal Error: Cannot find value | 28 ListTest: Fail # Internal Error: Cannot find value |
| 27 MapFromTest: Fail # map not implemented | 29 MapFromTest: Fail # map not implemented |
| 28 MapTest: Fail # map not implemented | 30 MapTest: Fail # map not implemented |
| 29 MapsTest: Fail # Internal Error: Cannot find value | |
| 30 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented | 31 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented |
| 31 QueueTest: Fail # Internal Error: Cannot find value | 32 QueueTest: Fail # Internal Error: Cannot find value |
| 32 SetIteratorTest: Fail # CompileTimeConstantEvaluator not implemented | |
| 33 SetTest: Fail # Internal Error: Cannot find value | 33 SetTest: Fail # Internal Error: Cannot find value |
| 34 SortTest: Fail # visitContinueStatement not implemented | 34 SortTest: Fail # visitContinueStatement not implemented |
| 35 SplayTreeTest: Fail # Internal Error: Cannot find value | 35 SplayTreeTest: Fail # Internal Error: Cannot find value |
| 36 StringPatternTest: Fail # Bad bailout code related to for-in. | 36 StringPatternTest: Fail # Bad bailout code related to for-in. |
| 37 StringTest: Fail # Internal Error: Cannot find value | 37 StringTest: Fail # Internal Error: Cannot find value |
| 38 | 38 |
| 39 | 39 |
| 40 # Bad test, assumes RegExp.allMatches returns a Collection. | 40 # Bad test, assumes RegExp.allMatches returns a Collection. |
| 41 RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forE
ach' | 41 RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forE
ach' |
| 42 | 42 |
| 43 | 43 |
| 44 BigIntegerVMTest: Fail, OK # VM specific test. | 44 BigIntegerVMTest: Fail, OK # VM specific test. |
| 45 GrowableObjectArray2VMTest: Fail, OK # VM specific test. | 45 GrowableObjectArray2VMTest: Fail, OK # VM specific test. |
| 46 GrowableObjectArrayVMTest: Fail, OK # VM specific test. | 46 GrowableObjectArrayVMTest: Fail, OK # VM specific test. |
| 47 StringBaseVMTest: Fail, OK # VM specific test. | 47 StringBaseVMTest: Fail, OK # VM specific test. |
| OLD | NEW |