| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 | 45 |
| 46 | 46 |
| 47 # Bad test, assumes RegExp.allMatches returns a Collection. | 47 # Bad test, assumes RegExp.allMatches returns a Collection. |
| 48 RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach' | 48 RegExpAllMatchesTest: Fail # NoSuchMethodException : method not found: 'forEach' |
| 49 | 49 |
| 50 | 50 |
| 51 BigIntegerVMTest: Fail, OK # VM specific test. | 51 BigIntegerVMTest: Fail, OK # VM specific test. |
| 52 GrowableObjectArray2VMTest: Fail, OK # VM specific test. | 52 GrowableObjectArray2VMTest: Fail, OK # VM specific test. |
| 53 GrowableObjectArrayVMTest: Fail, OK # VM specific test. | 53 GrowableObjectArrayVMTest: Fail, OK # VM specific test. |
| 54 StringBaseVMTest: Fail, OK # VM specific test. | 54 StringBaseVMTest: Fail, OK # VM specific test. |
| 55 | |
| 56 | |
| 57 [ $component == leg && $mode == debug ] | |
| 58 DateTimeTest: Crash # VM assertion issue 1804. | |
| 59 ListSetRangeTest: Crash # VM assertion issue 1804. | |
| 60 RegExpAllMatchesTest: Crash # VM assertion issue 1804. | |
| OLD | NEW |