Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: client/tests/client/client.status

Issue 8498019: fix dartcombat tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | client/tests/client/samples/dartcombat/dartcombat_tests.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | client/tests/client/samples/dartcombat/dartcombat_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698