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

Side by Side Diff: dart/tests/isolate/isolate.status

Issue 9691035: Don't skip tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
« no previous file with comments | « dart/tests/co19/co19-leg.status ('k') | dart/tests/isolate/isolate-leg.status » ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $component == vm ] 5 [ $component == vm ]
6 Isolate2NegativeTest: Skip # Need to resolve correct behaviour. 6 Isolate2NegativeTest: Skip # Need to resolve correct behaviour.
7 7
8 [ $component == dartium || $component == vm ] 8 [ $component == dartium || $component == vm ]
9 SerializationTest: Skip # tests frog-specific serialization code 9 SerializationTest: Skip # tests frog-specific serialization code
10 *APIv2*: Skip # new api for isolates not implemented in the VM yet. 10 *APIv2*: Skip # new api for isolates not implemented in the VM yet.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 58 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
59 *: Skip 59 *: Skip
60 60
61 [ $component == webdriver && $browser == safari && ($system == linux || $system == win32) ] 61 [ $component == webdriver && $browser == safari && ($system == linux || $system == win32) ]
62 *: Skip 62 *: Skip
63 63
64 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 64 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
65 [ $component == webdriver && $browser == opera ] 65 [ $component == webdriver && $browser == opera ]
66 *: Skip 66 *: Skip
67 67
68 [ $component == leg ]
69 # TODO(ahe): Enable when leg matures.
70 *: Skip
71
72 [ $component == legium ] 68 [ $component == legium ]
73 *: Skip 69 *: Skip
74 70
75 [ $arch == simarm ] 71 [ $arch == simarm ]
76 *: Skip 72 *: Skip
77 73
78 [ $arch == arm ] 74 [ $arch == arm ]
79 *: Skip 75 *: Skip
80 76
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-leg.status ('k') | dart/tests/isolate/isolate-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698