OLD | NEW |
1 # Copyright (c) 2011, 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 *DartcTest: Skip | 9 *DartcTest: Skip |
10 | 10 |
11 [ $arch == ia32 ] | 11 [ $arch == ia32 ] |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 | 53 |
54 [ $component == webdriver && $browser == ff ] | 54 [ $component == webdriver && $browser == ff ] |
55 *: Skip | 55 *: Skip |
56 | 56 |
57 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 57 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
58 *: Skip | 58 *: Skip |
59 | 59 |
60 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 60 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
61 *: Skip | 61 *: Skip |
62 | 62 |
63 [ $arch == x64 ] | |
64 *: Skip | |
65 | |
66 [ $arch == simarm ] | 63 [ $arch == simarm ] |
67 *: Skip | 64 *: Skip |
68 | 65 |
69 [ $arch == arm ] | 66 [ $arch == arm ] |
70 *: Skip | 67 *: Skip |
OLD | NEW |