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 *DartcTest: Skip | 9 *DartcTest: Skip |
10 | 10 |
11 [ $arch == ia32 ] | 11 [ $arch == ia32 ] |
12 | 12 |
13 | 13 |
14 [ $component == dartc || $component == chromium ] | 14 [ $component == dartc || $component == chromium ] |
15 ListSetRangeTest: Fail # Bug 291 | 15 ListSetRangeTest: Fail # Bug 291 |
16 ConstListLiteralTest: Fail # Bug 5202940 | 16 ConstListLiteralTest: Fail # Bug 5202940 |
17 ConstListSetRangeTest: Fail # Bug 5202940 | 17 ConstListSetRangeTest: Fail # Bug 5202940 |
18 ConstListRemoveRangeTest: Fail # Bug 5202940 | 18 ConstListRemoveRangeTest: Fail # Bug 5202940 |
19 RegExp4Test: Fail # Issue 256 | 19 RegExp4Test: Fail # Issue 256 |
20 StringTest: Fail # Bug 5196164 | 20 StringTest: Fail # Bug 5196164 |
21 IndexedListAccessTest: Fail # Issue 274 | 21 IndexedListAccessTest: Fail # Issue 274 |
22 *VMTest: Skip | 22 *VMTest: Skip |
23 | 23 |
24 | 24 |
25 [ $component == frog || $component == frogsh || $component == frogium || ($compo
nent == webdriver && ($browser == chrome || $browser == ff)) ] | 25 [ $component == frog || $component == frogsh || $component == frogium || ($compo
nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari
)) ] |
26 # VM or DartC specific tests not to be run by Frog. See language.status. | 26 # VM or DartC specific tests not to be run by Frog. See language.status. |
27 *VMTest: Skip | 27 *VMTest: Skip |
28 *VMNegativeTest: Skip | 28 *VMNegativeTest: Skip |
29 *DartcTest: Skip | 29 *DartcTest: Skip |
30 *DartcNegativeTest: Skip | 30 *DartcNegativeTest: Skip |
31 # Note: Correctly skips 4 VMTests that rely on VM internals | 31 # Note: Correctly skips 4 VMTests that rely on VM internals |
32 | 32 |
33 ConstList*: Fail # 'const' is not currently checked. | 33 ConstList*: Fail # 'const' is not currently checked. |
34 CoreRuntimeTypesTest: Fail | 34 CoreRuntimeTypesTest: Fail |
35 DateTimeTest: Fail | 35 DateTimeTest: Fail |
(...skipping 10 matching lines...) Expand all Loading... |
46 MathTest: Fail | 46 MathTest: Fail |
47 RegExpAllMatchesTest: Fail | 47 RegExpAllMatchesTest: Fail |
48 RegExp4Test: Fail # New test added on 10/28. | 48 RegExp4Test: Fail # New test added on 10/28. |
49 StringPatternTest: Fail | 49 StringPatternTest: Fail |
50 StringSubstringTest: Fail | 50 StringSubstringTest: Fail |
51 StringTest: Fail # Needs index out of range checks. | 51 StringTest: Fail # Needs index out of range checks. |
52 | 52 |
53 [ $component == webdriver && $browser == ff ] | 53 [ $component == webdriver && $browser == ff ] |
54 UnicodeTest: Fail | 54 UnicodeTest: Fail |
55 | 55 |
| 56 [ $component == webdriver && $browser == safari ] |
| 57 FuturesTest: Fail |
| 58 |
56 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 59 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
57 *: Skip | 60 *: Skip |
58 | 61 |
59 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 62 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
60 *: Skip | 63 *: Skip |
61 | 64 |
62 [ $arch == simarm ] | 65 [ $arch == simarm ] |
63 *: Skip | 66 *: Skip |
64 | 67 |
65 [ $arch == arm ] | 68 [ $arch == arm ] |
66 *: Skip | 69 *: Skip |
OLD | NEW |