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