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

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

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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 samples 5 prefix samples
6 6
7 [ $component == dartc ] 7 [ $component == dartc ]
8 chat/*: Skip 8 chat/*: Skip
9 9
10 [ $arch == x64 ] 10 [ $arch == x64 ]
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 dartcombat/DartCombatTest: Skip # passes locally but timeout on bot? 47 dartcombat/DartCombatTest: Skip # passes locally but timeout on bot?
48 DartCombatTest: Skip 48 DartCombatTest: Skip
49 49
50 [ $component == webdriver && $browser == safari ] 50 [ $component == webdriver && $browser == safari ]
51 PromiseBasedTest: Skip 51 PromiseBasedTest: Skip
52 52
53 [ $component == vm] 53 [ $component == vm]
54 dartcombat/DartCombatTest: Skip 54 dartcombat/DartCombatTest: Skip
55 DartCombatTest: Skip 55 DartCombatTest: Skip
56 SwarmTest: Skip 56 SwarmTest: Skip
57 total/TotalTest: Skip
57 swarm/SwarmTest: Skip 58 swarm/SwarmTest: Skip
58 lib/layout/LayoutTest: Skip 59 lib/layout/LayoutTest: Skip
59 lib/touch/TouchTest: Skip 60 lib/touch/TouchTest: Skip
60 lib/observable/ObservableTest: Skip 61 lib/observable/ObservableTest: Skip
61 lib/util/UtilTest: Skip 62 lib/util/UtilTest: Skip
62 lib/view/ViewTest: Skip 63 lib/view/ViewTest: Skip
63 64
64 [ $component == frog ] 65 [ $component == frog ]
65 *: Skip 66 *: Skip
66 67
67 [ $component == frogsh ] 68 [ $component == frogsh ]
68 *: Skip 69 *: Skip
69 70
70 [ $component == leg ] 71 [ $component == leg ]
71 *: Skip 72 *: Skip
72 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698