| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 prefix client | 5 prefix client |
| 6 | 6 |
| 7 [ $component == dartium ] | 7 [ $component == dartium ] |
| 8 samples/dartcombat/dartcombat_tests: Skip # Bug 5279716 | |
| 9 touch/touch_tests: Skip # Issue 157. | 8 touch/touch_tests: Skip # Issue 157. |
| 10 layout/layout_tests: Fail # Issue 152. | 9 layout/layout_tests: Fail # Issue 152. |
| 11 dom/IsolateLightTest: Skip | 10 dom/IsolateLightTest: Skip |
| 12 | 11 |
| 13 [ $component == chromium ] | 12 [ $component == chromium ] |
| 14 layout/layout_tests: Skip # Issue 152. | 13 layout/layout_tests: Skip # Issue 152. |
| 15 touch/touch_tests: Skip # Issue 157. | 14 touch/touch_tests: Skip # Issue 157. |
| 16 html/html_tests: Skip # Doesn't recognize SVGElement constructors | 15 html/html_tests: Skip # Doesn't recognize SVGElement constructors |
| 17 samples/dartcombat/dartcombat_tests: Skip # Issue 1218 | |
| 18 | 16 |
| 19 [ $component == frogium || ($component == webdriver && ($browser == chrome || $b
rowser == ff || $browser == safari || $browser == ie)) ] | 17 [ $component == frogium || ($component == webdriver && ($browser == chrome || $b
rowser == ff || $browser == safari || $browser == ie)) ] |
| 20 touch/touch_tests: Skip # Issue 157. | 18 touch/touch_tests: Skip # Issue 157. |
| 21 layout/layout_tests: Skip # Issue 152, also seems flaky | 19 layout/layout_tests: Skip # Issue 152, also seems flaky |
| 22 samples/dartcombat/dartcombat_tests: Skip # passes locally but timeout on bot? | |
| 23 | 20 |
| 24 [ $component == webdriver && ($browser == ff || $browser == safari || $browser =
= ie) ] | 21 [ $component == webdriver && ($browser == ff || $browser == safari || $browser =
= ie) ] |
| 25 html/html_tests: Fail | 22 html/html_tests: Fail |
| 26 | 23 |
| 27 [ $component == webdriver && ($browser == safari || $browser == ie) ] | 24 [ $component == webdriver && ($browser == safari || $browser == ie) ] |
| 28 samples/swarm/swarm_tests: Fail | 25 samples/swarm/swarm_tests: Fail |
| 29 | 26 |
| 30 [ $component == webdriver && $browser == ff ] | 27 [ $component == webdriver && $browser == ff ] |
| 31 samples/swarm/swarm_tests: Skip | 28 samples/swarm/swarm_tests: Skip |
| 32 | 29 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 51 *: Skip | 48 *: Skip |
| 52 | 49 |
| 53 [ $component == leg ] | 50 [ $component == leg ] |
| 54 *: Skip | 51 *: Skip |
| 55 | 52 |
| 56 [ $component == frog ] | 53 [ $component == frog ] |
| 57 *: Skip | 54 *: Skip |
| 58 | 55 |
| 59 [ $component == frogsh ] | 56 [ $component == frogsh ] |
| 60 *: Skip | 57 *: Skip |
| OLD | NEW |