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 == frog && $runtime == drt ] | 36 [ $compiler == frog && $runtime == drt ] |
37 ListSortTest: Fail, Pass # Issue 2667 | 37 ListSortTest: Fail, Pass # Issue 2667 |
38 | 38 |
39 [ $compiler == frogsh ] | 39 [ $compiler == frog && $runtime == none ] |
40 DoubleCompareTest: Fail | |
41 | |
42 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] | |
43 *: Skip | 40 *: Skip |
44 | 41 |
45 [ $runtime == ff || $runtime == ie ] | 42 [ $runtime == ff || $runtime == ie ] |
46 UnicodeTest: Fail | 43 UnicodeTest: Fail |
47 | 44 |
48 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 45 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
49 [ $runtime == opera ] | 46 [ $runtime == opera ] |
50 *: Skip | 47 *: Skip |
51 | 48 |
52 [ $runtime == ie && ($system == linux || $system == mac) ] | 49 [ $runtime == ie && ($system == linux || $system == mac) ] |
53 *: Skip | 50 *: Skip |
54 | 51 |
55 [ $runtime == safari && ($system == linux || $system == windows) ] | 52 [ $runtime == safari && ($system == linux || $system == windows) ] |
56 *: Skip | 53 *: Skip |
57 | 54 |
58 [ $arch == simarm ] | 55 [ $arch == simarm ] |
59 *: Skip | 56 *: Skip |
60 | 57 |
61 [ $arch == arm ] | 58 [ $arch == arm ] |
62 *: Skip | 59 *: Skip |
63 | 60 |
OLD | NEW |