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 == vm || $component == dartium ] | 7 [ $component == vm || $component == dartium ] |
8 UnicodeTest: Fail # Bug 5163868 | 8 UnicodeTest: Fail # Bug 5163868 |
9 DoubleCompareTest: Fail # Bug 5427703 | 9 DoubleCompareTest: Fail # Bug 5427703 |
10 *DartcTest: Skip | 10 *DartcTest: Skip |
11 | 11 |
12 [ $arch == ia32 ] | 12 [ $arch == ia32 ] |
13 | 13 |
14 | 14 |
15 [ $component == dartc || $component == chromium ] | 15 [ $component == dartc || $component == chromium ] |
| 16 ListSetRangeTest: Fail # Bug 291 |
16 ConstListLiteralTest: Fail # Bug 5202940 | 17 ConstListLiteralTest: Fail # Bug 5202940 |
17 ConstListSetRangeTest: Fail # Bug 5202940 | 18 ConstListSetRangeTest: Fail # Bug 5202940 |
18 ConstListRemoveRangeTest: Fail # Bug 5202940 | 19 ConstListRemoveRangeTest: Fail # Bug 5202940 |
19 CoreRuntimeTypesTest: Fail # Bug 5196164 | 20 CoreRuntimeTypesTest: Fail # Bug 5196164 |
20 RegExp4Test: Fail # Issue 256 | 21 RegExp4Test: Fail # Issue 256 |
21 StringTest: Fail # Bug 5196164 | 22 StringTest: Fail # Bug 5196164 |
22 IndexedListAccessTest: Fail # Issue 274 | 23 IndexedListAccessTest: Fail # Issue 274 |
23 *VMTest: Skip | 24 *VMTest: Skip |
24 | 25 |
25 [ $component == dartium ] | 26 [ $component == dartium ] |
26 # Bug 5476054: print is only available if DOM is imported. | 27 # Bug 5476054: print is only available if DOM is imported. |
27 SortTest: Fail | 28 SortTest: Fail |
28 ListSortTest: Fail | 29 ListSortTest: Fail |
29 | 30 |
30 | 31 |
31 [ $arch == x64 ] | 32 [ $arch == x64 ] |
32 *: Skip | 33 *: Skip |
33 | 34 |
34 [ $arch == simarm ] | 35 [ $arch == simarm ] |
35 *: Skip | 36 *: Skip |
36 | 37 |
37 [ $arch == arm ] | 38 [ $arch == arm ] |
38 *: Skip | 39 *: Skip |
OLD | NEW |