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

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

Issue 9610002: remove node.js dependency by running the frog compiler in (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix frog html 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) 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 prefix isolate 5 prefix isolate
6 6
7 [ $component == vm ] 7 [ $component == vm ]
8 Isolate2NegativeTest: Skip # Need to resolve correct behaviour. 8 Isolate2NegativeTest: Skip # Need to resolve correct behaviour.
9 9
10 [ $component == dartium || $component == vm ] 10 [ $component == dartium || $component == vm ]
(...skipping 16 matching lines...) Expand all
27 StaticStateTest: Fail # Bug 5401734 27 StaticStateTest: Fail # Bug 5401734
28 28
29 [ $arch == chromium ] 29 [ $arch == chromium ]
30 MandelIsolateTest: Skip # Bug 5353937. 30 MandelIsolateTest: Skip # Bug 5353937.
31 *APIv2*: Skip # not supported 31 *APIv2*: Skip # not supported
32 32
33 [ $component == frog || $component == frogsh ] 33 [ $component == frog || $component == frogsh ]
34 *BrowserTest: Skip 34 *BrowserTest: Skip
35 *BrowserNegativeTest: Skip 35 *BrowserNegativeTest: Skip
36 36
37 [ $component == frogium || $component == webdriver ] 37 [ $component == frogium || $component == frogsh || $component == webdriver ]
38 *StandaloneTest: Skip 38 *StandaloneTest: Skip
39 *StandaloneNegativeTest: Skip 39 *StandaloneNegativeTest: Skip
40 40
41 # TODO(jmesserly): investigate why these are flaky on actual browsers 41 # TODO(jmesserly): investigate why these are flaky on actual browsers
42 [ $component == frogium || $component == webdriver ] 42 [ $component == frogium || $component == frogsh || $component == webdriver ]
43 NestedSpawn2Test: Skip 43 NestedSpawn2Test: Skip
44 NestedSpawnTest: Skip 44 NestedSpawnTest: Skip
45 IsolateNegativeTest: Skip 45 IsolateNegativeTest: Skip
46 Isolate2NegativeTest: Skip 46 Isolate2NegativeTest: Skip
47 47
48 [ $component == webdriver && $browser == safari ] 48 [ $component == webdriver && $browser == safari ]
49 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 49 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120
50 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 50 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120
51 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 51 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120
52 MessageTest: Skip 52 MessageTest: Skip
(...skipping 17 matching lines...) Expand all
70 [ $component == leg ] 70 [ $component == leg ]
71 # TODO(ahe): Enable when leg matures. 71 # TODO(ahe): Enable when leg matures.
72 *: Skip 72 *: Skip
73 73
74 [ $arch == simarm ] 74 [ $arch == simarm ]
75 *: Skip 75 *: Skip
76 76
77 [ $arch == arm ] 77 [ $arch == arm ]
78 *: Skip 78 *: Skip
79 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698