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 == ie9 ] | |
9 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 | |
10 | |
11 [ $runtime == safari ] | 8 [ $runtime == safari ] |
12 swarm/test/swarm_test: Pass, Fail # Issue 14523 | 9 swarm/test/swarm_test: Pass, Fail # Issue 14523 |
13 | 10 |
14 [ $runtime == opera ] | 11 [ $runtime == opera ] |
15 swarm/test/swarm_ui_lib/touch/touch_test: Fail | 12 swarm/test/swarm_ui_lib/touch/touch_test: Fail |
16 swarm/test/swarm_test: Fail | 13 swarm/test/swarm_test: Fail |
17 | 14 |
18 [ $runtime == vm ] | 15 [ $runtime == vm ] |
19 swarm: Skip | 16 swarm: Skip |
20 | 17 |
21 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 18 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
22 swarm/test/swarm_test: Fail # TODO(kasperl): Please triage. | 19 swarm/test/swarm_test: Fail # TODO(kasperl): Please triage. |
23 swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage.
| 20 swarm/test/swarm_ui_lib/layout/layout_test: Fail # TODO(kasperl): Please triage.
|
24 [ $compiler == none && $runtime == dartium ] | 21 [ $compiler == none && $runtime == dartium ] |
25 swarm/test/swarm_test: Fail # Issue 13719: Please triage this failure. | 22 swarm/test/swarm_test: Fail # Issue 13719: Please triage this failure. |
26 | 23 |
27 [ $browser ] | 24 [ $browser ] |
28 # This may be related to issue 157 | 25 # This may be related to issue 157 |
29 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app
roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails | 26 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app
roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails |
30 | 27 |
31 [ $compiler == dart2js && $runtime == ff ] | 28 [ $compiler == dart2js && $runtime == ff ] |
32 swarm/test/swarm_test: Fail # Issue 5633 | 29 swarm/test/swarm_test: Fail # Issue 5633 |
33 | 30 |
34 [ $compiler == dart2js && $runtime == drt && $system == windows ] | 31 [ $compiler == dart2js && $runtime == drt && $system == windows ] |
35 swarm/test/swarm_test: Fail # Issue 4517 | 32 swarm/test/swarm_test: Fail # Issue 4517 |
36 | 33 |
37 [ $compiler == dart2js && $runtime == ie9 ] | |
38 swarm/test/swarm_test: Timeout, Fail # Issue 5633 | |
39 | |
40 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 34 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
41 swarm/test/swarm_test: StaticWarning | 35 swarm/test/swarm_test: StaticWarning |
42 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning | 36 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning |
43 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning | 37 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning |
44 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning | 38 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning |
45 swarm/test/swarm_ui_lib/util/util_test: StaticWarning | 39 swarm/test/swarm_ui_lib/util/util_test: StaticWarning |
46 swarm/test/swarm_ui_lib/view/view_test: StaticWarning | 40 swarm/test/swarm_ui_lib/view/view_test: StaticWarning |
OLD | NEW |