OLD | NEW |
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 == vm || $component == dartium ] | 5 [ $component == vm || $component == dartium ] |
8 UnicodeTest: Fail # Bug 5163868 | 6 UnicodeTest: Fail # Bug 5163868 |
9 StringSplitRegExpTest: Fail # Issue 429 | 7 StringSplitRegExpTest: Fail # Issue 429 |
10 *DartcTest: Skip | 8 *DartcTest: Skip |
11 | 9 |
12 [ $arch == ia32 ] | 10 [ $arch == ia32 ] |
13 | 11 |
14 | 12 |
15 [ $component == dartc || $component == chromium ] | 13 [ $component == dartc || $component == chromium ] |
16 *VMTest: Skip | 14 *VMTest: Skip |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 | 48 |
51 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 49 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
52 *: Skip | 50 *: Skip |
53 | 51 |
54 [ $arch == simarm ] | 52 [ $arch == simarm ] |
55 *: Skip | 53 *: Skip |
56 | 54 |
57 [ $arch == arm ] | 55 [ $arch == arm ] |
58 *: Skip | 56 *: Skip |
59 | 57 |
OLD | NEW |