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

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

Issue 9677019: Enable isolate tests with leg and legium. (Closed) Base URL: http://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
« no previous file with comments | « samples/tests/samples/samples-leg.status ('k') | 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 || $component == legium ]
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.
11 11
12 [ $component == dartc ] 12 [ $component == dartc ]
13 SerializationTest: Skip # tests frog-specific serialization code 13 SerializationTest: Skip # tests frog-specific serialization code
14 IsolateNegativeTest: Fail # status change with --check-only 14 IsolateNegativeTest: Fail # status change with --check-only
15 Isolate2NegativeTest: Fail # status change with --check-only 15 Isolate2NegativeTest: Fail # status change with --check-only
16 *APIv2*: Skip # new api for isolates not in corelib yet. 16 *APIv2*: Skip # new api for isolates not in corelib yet.
17 17
18 [ $arch == chromium && $arch == release ] 18 [ $arch == chromium && $arch == release ]
19 ConstructorTest: Fail # Bug 5382463 19 ConstructorTest: Fail # Bug 5382463
20 SpawnTest: Fail # Bug 5382463 20 SpawnTest: Fail # Bug 5382463
21 IsolateComplexMessagesTest: Fail # Bug 5382463 21 IsolateComplexMessagesTest: Fail # Bug 5382463
22 CountTest: Fail # Bug 5401734 22 CountTest: Fail # Bug 5401734
23 MintMakerTest: Fail # Bug 5401734 23 MintMakerTest: Fail # Bug 5401734
24 RequestReplyTest: Fail # Bug 5401734 24 RequestReplyTest: Fail # Bug 5401734
25 StaticStateTest: Fail # Bug 5401734 25 StaticStateTest: Fail # Bug 5401734
26 26
27 [ $arch == chromium ] 27 [ $arch == chromium ]
28 MandelIsolateTest: Skip # Bug 5353937. 28 MandelIsolateTest: Skip # Bug 5353937.
29 *APIv2*: Skip # not supported 29 *APIv2*: Skip # not supported
30 30
31 [ $component == frog || $component == frogsh ] 31 [ $component == frog || $component == frogsh ]
32 *BrowserTest: Skip 32 *BrowserTest: Skip
33 *BrowserNegativeTest: Skip 33 *BrowserNegativeTest: Skip
34 34
35 [ $component == frogium || $component == webdriver ] 35 [ $component == frogium || $component == webdriver || $component == legium ]
36 *StandaloneTest: Skip 36 *StandaloneTest: Skip
37 *StandaloneNegativeTest: Skip 37 *StandaloneNegativeTest: Skip
38 38
39 # TODO(jmesserly): investigate why these are flaky on actual browsers 39 # TODO(jmesserly): investigate why these are flaky on actual browsers
40 [ $component == frogium || $component == webdriver ] 40 [ $component == frogium || $component == webdriver ]
41 NestedSpawn2Test: Skip 41 NestedSpawn2Test: Skip
42 NestedSpawnTest: Skip 42 NestedSpawnTest: Skip
43 IsolateNegativeTest: Skip 43 IsolateNegativeTest: Skip
44 Isolate2NegativeTest: Skip 44 Isolate2NegativeTest: Skip
45 45
(...skipping 12 matching lines...) Expand all
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 == legium ]
69 *: Skip
70
71 [ $arch == simarm ] 68 [ $arch == simarm ]
72 *: Skip 69 *: Skip
73 70
74 [ $arch == arm ] 71 [ $arch == arm ]
75 *: Skip 72 *: Skip
76 73
OLDNEW
« no previous file with comments | « samples/tests/samples/samples-leg.status ('k') | tests/isolate/isolate-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698