OLD | NEW |
---|---|
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2014, 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 == dart2js && $runtime == drt ] | 5 [ $compiler == dart2js && $runtime == drt ] |
6 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 | 6 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 |
7 | 7 |
8 [ $runtime == safari ] | 8 [ $runtime == safari ] |
9 swarm/test/swarm_test: Pass, Fail # Issue 14523 | 9 swarm/test/swarm_test: Pass, Fail # Issue 14523 |
10 | 10 |
(...skipping 10 matching lines...) Expand all Loading... | |
21 [ $browser ] | 21 [ $browser ] |
22 # This may be related to issue 157 | 22 # This may be related to issue 157 |
23 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails | 23 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails |
24 | 24 |
25 [ $compiler == dart2js && $runtime == ff ] | 25 [ $compiler == dart2js && $runtime == ff ] |
26 swarm/test/swarm_test: Fail # Issue 5633 | 26 swarm/test/swarm_test: Fail # Issue 5633 |
27 | 27 |
28 [ $compiler == dart2js && $runtime == drt && $system == windows ] | 28 [ $compiler == dart2js && $runtime == drt && $system == windows ] |
29 swarm/test/swarm_test: Fail # Issue 4517 | 29 swarm/test/swarm_test: Fail # Issue 4517 |
30 | 30 |
31 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]» | 31 [ $compiler == dart2analyzer ]» |
Søren Gjesse
2015/12/17 12:56:04
Please remove tab char.
| |
32 swarm/test/swarm_test: StaticWarning | 32 swarm/test/swarm_test: StaticWarning |
33 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning | 33 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning |
34 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning | 34 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning |
35 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning | 35 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning |
36 swarm/test/swarm_ui_lib/util/util_test: StaticWarning | 36 swarm/test/swarm_ui_lib/util/util_test: StaticWarning |
37 swarm/test/swarm_ui_lib/view/view_test: StaticWarning | 37 swarm/test/swarm_ui_lib/view/view_test: StaticWarning |
OLD | NEW |