| 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 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 MapTest: Fail # map not implemented | 24 MapTest: Fail # map not implemented |
| 25 MapsTest: Fail # Internal Error: Cannot find value | 25 MapsTest: Fail # Internal Error: Cannot find value |
| 26 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented | 26 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented |
| 27 QueueTest: Fail # Internal Error: Cannot find value | 27 QueueTest: Fail # Internal Error: Cannot find value |
| 28 SetIteratorTest: Fail # SsaBuilder.visitBreakStatement not implemented | 28 SetIteratorTest: Fail # SsaBuilder.visitBreakStatement not implemented |
| 29 SetTest: Fail # Internal Error: Cannot find value | 29 SetTest: Fail # Internal Error: Cannot find value |
| 30 SortTest: Fail # visitContinueStatement not implemented | 30 SortTest: Fail # visitContinueStatement not implemented |
| 31 SplayTreeTest: Fail # SsaBuilder.visitBreakStatement not implemented | 31 SplayTreeTest: Fail # SsaBuilder.visitBreakStatement not implemented |
| 32 StopwatchTest: Fail # visitBreakStatement not implemented | 32 StopwatchTest: Fail # visitBreakStatement not implemented |
| 33 StringTest: Fail # Internal Error: Cannot find value | 33 StringTest: Fail # Internal Error: Cannot find value |
| 34 StringPatternTest: Fail # Bad bailout code related to for-in. |
| 34 | 35 |
| 35 | 36 |
| 36 # Implementation errors. | 37 # Implementation errors. |
| 37 ConstListRemoveRangeTest: Fail # Expect.isTrue(false) fails. | 38 ConstListRemoveRangeTest: Fail # Expect.isTrue(false) fails. |
| 38 ConstListSetRangeTest: Fail # Expect.isTrue(false) fails. | 39 ConstListSetRangeTest: Fail # Expect.isTrue(false) fails. |
| 39 DoubleCompareTest: Fail # Expect.isTrue(false) fails. | 40 DoubleCompareTest: Fail # Expect.isTrue(false) fails. |
| 40 ExpressionTest: Fail # Expect.equals(expected: <2>, actual: <null>) fails. | 41 ExpressionTest: Fail # Expect.equals(expected: <2>, actual: <null>) fails. |
| 41 ListGetRangeTest: Fail # Expect.isTrue(false) fails. | 42 ListGetRangeTest: Fail # Expect.isTrue(false) fails. |
| 42 MathTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. | 43 MathTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. |
| 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 | 44 |
| 47 | 45 |
| 48 # Bad test, assumes RegExp.allMatches returns a Collection. | 46 # Bad test, assumes RegExp.allMatches returns a Collection. |
| 49 RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach' | 47 RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach' |
| 50 | 48 |
| 51 | 49 |
| 52 BigIntegerVMTest: Fail, OK # VM specific test. | 50 BigIntegerVMTest: Fail, OK # VM specific test. |
| 53 GrowableObjectArray2VMTest: Fail, OK # VM specific test. | 51 GrowableObjectArray2VMTest: Fail, OK # VM specific test. |
| 54 GrowableObjectArrayVMTest: Fail, OK # VM specific test. | 52 GrowableObjectArrayVMTest: Fail, OK # VM specific test. |
| 55 StringBaseVMTest: Fail, OK # VM specific test. | 53 StringBaseVMTest: Fail, OK # VM specific test. |
| OLD | NEW |