| 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 DateTimeTest: Crash # Issue 1857 |
| 15 | 16 |
| 16 # Compilation errors. | 17 # Compilation errors. |
| 17 CollectionFromTest: Fail # named constructors with type arguments are not implem
ented | 18 CollectionFromTest: Fail # named constructors with type arguments are not implem
ented |
| 18 CollectionToStringTest: Fail # visitContinueStatement not implemented | 19 CollectionToStringTest: Fail # visitContinueStatement not implemented |
| 19 ConstListLiteralTest: Fail # visitContinueStatement not implemented | 20 ConstListLiteralTest: Fail # visitContinueStatement not implemented |
| 20 CoreRuntimeTypesTest: Fail # map not implemented | 21 CoreRuntimeTypesTest: Fail # map not implemented |
| 21 DateTimeTest: Fail # CompileTimeConstantEvaluator not implemented | 22 DateTimeTest: Fail # CompileTimeConstantEvaluator not implemented |
| 22 ForInTest: Fail # visitContinueStatement not implemented | 23 ForInTest: Fail # visitContinueStatement not implemented |
| 23 FutureTest: Fail # named constructors with type arguments are not implemented | 24 FutureTest: Fail # named constructors with type arguments are not implemented |
| 24 FuturesTest: Fail # factory ReceivePort is not implemented | 25 FuturesTest: Fail # factory ReceivePort is not implemented |
| (...skipping 20 matching lines...) Expand all Loading... |
| 45 | 46 |
| 46 | 47 |
| 47 # Bad test, assumes RegExp.allMatches returns a Collection. | 48 # Bad test, assumes RegExp.allMatches returns a Collection. |
| 48 RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach' | 49 RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach' |
| 49 | 50 |
| 50 | 51 |
| 51 BigIntegerVMTest: Fail, OK # VM specific test. | 52 BigIntegerVMTest: Fail, OK # VM specific test. |
| 52 GrowableObjectArray2VMTest: Fail, OK # VM specific test. | 53 GrowableObjectArray2VMTest: Fail, OK # VM specific test. |
| 53 GrowableObjectArrayVMTest: Fail, OK # VM specific test. | 54 GrowableObjectArrayVMTest: Fail, OK # VM specific test. |
| 54 StringBaseVMTest: Fail, OK # VM specific test. | 55 StringBaseVMTest: Fail, OK # VM specific test. |
| OLD | NEW |