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 == dartc ] | 5 [ $compiler == dartc ] |
6 chat/*: Skip | 6 chat/*: Skip |
7 swarm/swarm_test: Fail # Issue 4713 | |
8 dartcombat/dartcombat_test: Fail # Issue 4713 | |
9 lib/observable/observable_test: Fail # Issue 4713 | |
10 lib/util/util_test: Fail # Issue 4713 | |
11 lib/touch/touch_test: Fail # Issue 4713 | |
12 lib/layout/layout_test: Fail # Issue 4713 | |
13 lib/view/view_test: Fail # Issue 4713 | |
14 | 7 |
15 [ $arch == x64 ] | 8 [ $arch == x64 ] |
16 *: Skip | 9 *: Skip |
17 | 10 |
18 [ $arch == simarm ] | 11 [ $arch == simarm ] |
19 *: Skip | 12 *: Skip |
20 | 13 |
21 [ $arch == arm ] | 14 [ $arch == arm ] |
22 *: Skip | 15 *: Skip |
23 | 16 |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 [ $compiler == dart2js && $runtime == ie ] | 72 [ $compiler == dart2js && $runtime == ie ] |
80 swarm/swarm_test: Fail # BUG(3304) | 73 swarm/swarm_test: Fail # BUG(3304) |
81 lib/touch/touch_test: Fail # Expectation: Solver. Expect.approxEquals(expected:9
, actual:8.990625000000001, tolerance:0.0009) fails | 74 lib/touch/touch_test: Fail # Expectation: Solver. Expect.approxEquals(expected:9
, actual:8.990625000000001, tolerance:0.0009) fails |
82 | 75 |
83 [ $compiler == dart2js && $runtime == safari ] | 76 [ $compiler == dart2js && $runtime == safari ] |
84 lib/touch/touch_test: Fail # Expectation: Solver. Expect.approxEquals(expected:9
, actual:8.990625000000001, tolerance:0.0009) fails | 77 lib/touch/touch_test: Fail # Expectation: Solver. Expect.approxEquals(expected:9
, actual:8.990625000000001, tolerance:0.0009) fails |
85 | 78 |
86 [ $compiler == dart2dart ] | 79 [ $compiler == dart2dart ] |
87 # Skip until we stabilize language tests. | 80 # Skip until we stabilize language tests. |
88 *: Skip | 81 *: Skip |
OLD | NEW |