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

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

Issue 8355019: Make DocumentFragment implement Element. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 2 months 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
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 [ $arch == dartium ] 7 [ $arch == 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 11
12 [ $arch == chromium ] 12 [ $arch == chromium ]
13 layout/layout_tests: Skip # Issue 152. 13 layout/layout_tests: Skip # Issue 152.
14 touch/touch_tests: Skip # Issue 157. 14 touch/touch_tests: Skip # Issue 157.
15 html/html_tests: Skip # Issue 176.
15 16
16 17
17 # 'client' tests import the DOM library, so they only make sense in 18 # 'client' tests import the DOM library, so they only make sense in
18 # a browser environment. 19 # a browser environment.
19 [ $arch == dartc ] 20 [ $arch == dartc ]
20 *: Skip 21 *: Skip
21 22
22 [ $arch == ia32 ] 23 [ $arch == ia32 ]
23 *: Skip 24 *: Skip
24 25
25 [ $arch == x64 ] 26 [ $arch == x64 ]
26 *: Skip 27 *: Skip
27 28
28 [ $arch == simarm ] 29 [ $arch == simarm ]
29 *: Skip 30 *: Skip
30 31
31 [ $arch == arm ] 32 [ $arch == arm ]
32 *: Skip 33 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698