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 [ $compiler == none ] | 5 [ $compiler == none ] |
6 UnicodeTest: Fail # Bug 5163868 | 6 UnicodeTest: Fail # Bug 5163868 |
7 *DartcTest: Skip | 7 *DartcTest: Skip |
8 | 8 |
9 [ $arch == ia32 ] | 9 [ $arch == ia32 ] |
10 | 10 |
11 | 11 |
12 [ $compiler == dartc ] | 12 [ $compiler == dartc ] |
13 *VMTest: Skip | 13 *VMTest: Skip |
14 | 14 |
15 [ $compiler == frog || $compiler == frogsh ] | 15 [ $compiler == frog ] |
16 # VM or DartC specific tests not to be run by Frog. See language.status. | 16 # VM or DartC specific tests not to be run by Frog. See language.status. |
17 *VMTest: Skip | 17 *VMTest: Skip |
18 *VMNegativeTest: Skip | 18 *VMNegativeTest: Skip |
19 *DartcTest: Skip | 19 *DartcTest: Skip |
20 *DartcNegativeTest: Skip | 20 *DartcNegativeTest: Skip |
21 # Note: Correctly skips 4 VMTests that rely on VM internals | 21 # Note: Correctly skips 4 VMTests that rely on VM internals |
22 | 22 |
23 ConstList*: Fail # 'const' is not currently checked. | 23 ConstList*: Fail # 'const' is not currently checked. |
24 CoreRuntimeTypesTest: Fail | 24 CoreRuntimeTypesTest: Fail |
25 ForInTest: Fail | 25 ForInTest: Fail |
26 ListTest: Fail | 26 ListTest: Fail |
27 MapsTest: Fail | 27 MapsTest: Fail |
28 MathParseDoubleTest: Fail | 28 MathParseDoubleTest: Fail |
29 RegExpAllMatchesTest: Fail | 29 RegExpAllMatchesTest: Fail |
30 RegExp4Test: Fail # New test added on 10/28. | 30 RegExp4Test: Fail # New test added on 10/28. |
31 StopwatchTest: Pass,Fail # Issue 2398 | 31 StopwatchTest: Pass,Fail # Issue 2398 |
32 StringPatternTest: Fail | 32 StringPatternTest: Fail |
33 StringSubstringTest: Fail | 33 StringSubstringTest: Fail |
34 StringTest: Fail # Needs index out of range checks. | 34 StringTest: Fail # Needs index out of range checks. |
35 | 35 |
36 [ $compiler == frogsh ] | 36 [ $compiler == frog && $runtime == none ] |
37 DoubleCompareTest: Fail | |
38 | |
39 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] | |
40 *: Skip | 37 *: Skip |
41 | 38 |
42 [ $runtime == ff || $runtime == ie ] | 39 [ $runtime == ff || $runtime == ie ] |
43 UnicodeTest: Fail | 40 UnicodeTest: Fail |
44 | 41 |
45 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 42 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
46 [ $runtime == opera ] | 43 [ $runtime == opera ] |
47 *: Skip | 44 *: Skip |
48 | 45 |
49 [ $runtime == ie && ($system == linux || $system == mac) ] | 46 [ $runtime == ie && ($system == linux || $system == mac) ] |
50 *: Skip | 47 *: Skip |
51 | 48 |
52 [ $runtime == safari && ($system == linux || $system == windows) ] | 49 [ $runtime == safari && ($system == linux || $system == windows) ] |
53 *: Skip | 50 *: Skip |
54 | 51 |
55 [ $arch == simarm ] | 52 [ $arch == simarm ] |
56 *: Skip | 53 *: Skip |
57 | 54 |
58 [ $arch == arm ] | 55 [ $arch == arm ] |
59 *: Skip | 56 *: Skip |
60 | 57 |
OLD | NEW |