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 [ $component == vm || $component == dartium ] | 5 [ $component == vm || $component == dartium ] |
6 UnicodeTest: Fail # Bug 5163868 | 6 UnicodeTest: Fail # Bug 5163868 |
7 StringSplitRegExpTest: Fail # Issue 429 | 7 StringSplitRegExpTest: Skip # Issue 429 |
Ivan Posva
2012/03/14 05:05:37
Why is this marked as "Skip"? My guess is that thi
cshapiro
2012/03/14 20:18:00
Correct. I was not going to close 429 until I got
| |
8 *DartcTest: Skip | 8 *DartcTest: Skip |
9 | 9 |
10 [ $arch == ia32 ] | 10 [ $arch == ia32 ] |
11 | 11 |
12 | 12 |
13 [ $component == dartc || $component == chromium ] | 13 [ $component == dartc || $component == chromium ] |
14 *VMTest: Skip | 14 *VMTest: Skip |
15 | 15 |
16 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ] | 16 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ] |
17 # VM or DartC specific tests not to be run by Frog. See language.status. | 17 # VM or DartC specific tests not to be run by Frog. See language.status. |
(...skipping 30 matching lines...) Expand all Loading... | |
48 | 48 |
49 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] | 49 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] |
50 *: Skip | 50 *: Skip |
51 | 51 |
52 [ $arch == simarm ] | 52 [ $arch == simarm ] |
53 *: Skip | 53 *: Skip |
54 | 54 |
55 [ $arch == arm ] | 55 [ $arch == arm ] |
56 *: Skip | 56 *: Skip |
57 | 57 |
OLD | NEW |