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 | |
6 | |
7 [ $component == leg && $checked ] | 5 [ $component == leg && $checked ] |
8 *: Skip | 6 *: Skip |
9 | 7 |
10 | 8 |
11 [ $component == leg ] | 9 [ $component == leg ] |
12 MathParseDoubleTest: Fail | 10 MathParseDoubleTest: Fail |
13 | 11 |
14 MapTest: Skip # SplayTree gets stuck when looking up key. MUST FIX. | 12 MapTest: Skip # SplayTree gets stuck when looking up key. MUST FIX. |
15 | 13 |
16 # Compilation errors. | 14 # Compilation errors. |
(...skipping 18 matching lines...) Expand all Loading... |
35 | 33 |
36 | 34 |
37 BigIntegerVMTest: Fail, OK # VM specific test. | 35 BigIntegerVMTest: Fail, OK # VM specific test. |
38 GrowableObjectArray2VMTest: Fail, OK # VM specific test. | 36 GrowableObjectArray2VMTest: Fail, OK # VM specific test. |
39 GrowableObjectArrayVMTest: Fail, OK # VM specific test. | 37 GrowableObjectArrayVMTest: Fail, OK # VM specific test. |
40 StringBaseVMTest: Fail, OK # VM specific test. | 38 StringBaseVMTest: Fail, OK # VM specific test. |
41 | 39 |
42 | 40 |
43 [ $component == legium ] | 41 [ $component == legium ] |
44 *: Skip | 42 *: Skip |
OLD | NEW |