| 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 | 8 samples/dartcombat/dartcombat_tests: Skip # Bug 5279716 |
| 9 touch/touch_tests: Skip # Issue 157. | 9 touch/touch_tests: Skip # Issue 157. |
| 10 | 10 |
| 11 [ $component == chromium ] | 11 [ $component == chromium ] |
| 12 layout/layout_tests: Skip # Issue 152. | 12 layout/layout_tests: Skip # Issue 152. |
| 13 touch/touch_tests: Skip # Issue 157. | 13 touch/touch_tests: Skip # Issue 157. |
| 14 samples/dartcombat/dartcombat_tests: Fail | |
| 15 | 14 |
| 16 [ $component == chromium && $mode == release ] | 15 [ $component == chromium && $mode == release ] |
| 17 html/html_tests: Timeout | 16 html/html_tests: Timeout |
| 18 samples/dartcombat/dartcombat_tests: Timeout | 17 samples/dartcombat/dartcombat_tests: Timeout |
| 19 samples/swarm/swarm_tests: Timeout | 18 samples/swarm/swarm_tests: Timeout |
| 20 | 19 |
| 21 | 20 |
| 22 # 'client' tests import the DOM library, so they only make sense in | 21 # 'client' tests import the DOM library, so they only make sense in |
| 23 # a browser environment. | 22 # a browser environment. |
| 24 [ $component == dartc ] | 23 [ $component == dartc ] |
| 25 *: Skip | 24 *: Skip |
| 26 | 25 |
| 27 [ $component == vm ] | 26 [ $component == vm ] |
| 28 *: Skip | 27 *: Skip |
| OLD | NEW |