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 | 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 StringSplitRegExpTest: Fail # Issue 429 | 9 StringSplitRegExpTest: Fail # Issue 429 |
10 *DartcTest: Skip | 10 *DartcTest: Skip |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 *: Skip | 53 *: Skip |
54 | 54 |
55 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 55 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
56 *: Skip | 56 *: Skip |
57 | 57 |
58 [ $arch == simarm ] | 58 [ $arch == simarm ] |
59 *: Skip | 59 *: Skip |
60 | 60 |
61 [ $arch == arm ] | 61 [ $arch == arm ] |
62 *: Skip | 62 *: Skip |
| 63 |
| 64 [ $component == dartc && $mode == release ] |
| 65 *: Skip |
OLD | NEW |