| 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 16 matching lines...) Expand all Loading... |
| 27 ListSortTest: Fail # visitContinueStatement not implemented | 27 ListSortTest: Fail # visitContinueStatement not implemented |
| 28 ListTest: Fail # Internal Error: Cannot find value | 28 ListTest: Fail # Internal Error: Cannot find value |
| 29 MapFromTest: Fail # map not implemented | 29 MapFromTest: Fail # map not implemented |
| 30 MapTest: Fail # map not implemented | 30 MapTest: Fail # map not implemented |
| 31 MapsTest: Fail # Internal Error: Cannot find value | 31 MapsTest: Fail # Internal Error: Cannot find value |
| 32 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented | 32 PortTest: Fail # SsaBuilder.visitContinueStatement not implemented |
| 33 QueueTest: Fail # Internal Error: Cannot find value | 33 QueueTest: Fail # Internal Error: Cannot find value |
| 34 SetIteratorTest: Fail # CompileTimeConstantEvaluator not implemented | 34 SetIteratorTest: Fail # CompileTimeConstantEvaluator not implemented |
| 35 SetTest: Fail # Internal Error: Cannot find value | 35 SetTest: Fail # Internal Error: Cannot find value |
| 36 SortTest: Fail # visitContinueStatement not implemented | 36 SortTest: Fail # visitContinueStatement not implemented |
| 37 SplayTreeTest: Fail # Internal Error: Cannot find value |
| 37 StringPatternTest: Fail # Bad bailout code related to for-in. | 38 StringPatternTest: Fail # Bad bailout code related to for-in. |
| 38 StringTest: Fail # Internal Error: Cannot find value | 39 StringTest: Fail # Internal Error: Cannot find value |
| 39 | 40 |
| 40 | 41 |
| 41 # Bad test, assumes RegExp.allMatches returns a Collection. | 42 # Bad test, assumes RegExp.allMatches returns a Collection. |
| 42 RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forE
ach' | 43 RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forE
ach' |
| 43 | 44 |
| 44 | 45 |
| 45 BigIntegerVMTest: Fail, OK # VM specific test. | 46 BigIntegerVMTest: Fail, OK # VM specific test. |
| 46 GrowableObjectArray2VMTest: Fail, OK # VM specific test. | 47 GrowableObjectArray2VMTest: Fail, OK # VM specific test. |
| 47 GrowableObjectArrayVMTest: Fail, OK # VM specific test. | 48 GrowableObjectArrayVMTest: Fail, OK # VM specific test. |
| 48 StringBaseVMTest: Fail, OK # VM specific test. | 49 StringBaseVMTest: Fail, OK # VM specific test. |
| OLD | NEW |