| 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 20 matching lines...) Expand all Loading... |
| 31 | 31 |
| 32 | 32 |
| 33 # Bad test, assumes RegExp.allMatches returns a Collection. | 33 # Bad test, assumes RegExp.allMatches returns a Collection. |
| 34 RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forE
ach' | 34 RegExpAllMatchesTest: Fail, OK # NoSuchMethodException : method not found: 'forE
ach' |
| 35 | 35 |
| 36 | 36 |
| 37 BigIntegerVMTest: Fail, OK # VM specific test. | 37 BigIntegerVMTest: Fail, OK # VM specific test. |
| 38 GrowableObjectArray2VMTest: Fail, OK # VM specific test. | 38 GrowableObjectArray2VMTest: Fail, OK # VM specific test. |
| 39 GrowableObjectArrayVMTest: Fail, OK # VM specific test. | 39 GrowableObjectArrayVMTest: Fail, OK # VM specific test. |
| 40 StringBaseVMTest: Fail, OK # VM specific test. | 40 StringBaseVMTest: Fail, OK # VM specific test. |
| 41 |
| 42 |
| 43 [ $component == legium ] |
| 44 *: Skip |
| OLD | NEW |