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

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
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 == leg || $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 || $component == leg ]
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
46 [ $component == webdriver && $browser == safari ] 46 [ $component == webdriver && $browser == safari ]
47 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 47 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120
48 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 48 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120
49 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 49 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120
50 MessageTest: Skip 50 MessageTest: Skip
51 51
52 [ $component == leg || $component == legium ]
53 StaticStateTest: Fail # Closure wrapping does not switch isolate
54 IsolateComplexMessagesTest: Fail # Bad code generated for switch
55 ConstructorTest: Fail # Isolate object not properly constructed
56
52 [ $component == webdriver && $browser == ie && $system == win32 ] 57 [ $component == webdriver && $browser == ie && $system == win32 ]
53 APIv2*: Skip 58 APIv2*: Skip
54 59
55 [ $component == webdriver && $browser == safari && $system == macos ] 60 [ $component == webdriver && $browser == safari && $system == macos ]
56 APIv2*: Skip 61 APIv2*: Skip
57 62
58 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 63 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
59 *: Skip 64 *: Skip
60 65
61 [ $component == webdriver && $browser == safari && ($system == linux || $system == win32) ] 66 [ $component == webdriver && $browser == safari && ($system == linux || $system == win32) ]
62 *: Skip 67 *: Skip
63 68
64 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 69 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
65 [ $component == webdriver && $browser == opera ] 70 [ $component == webdriver && $browser == opera ]
66 *: Skip 71 *: Skip
67 72
68 [ $component == leg ]
69 # TODO(ahe): Enable when leg matures.
70 *: Skip
71
72 [ $component == legium ]
73 *: Skip
74
75 [ $arch == simarm ] 73 [ $arch == simarm ]
76 *: Skip 74 *: Skip
77 75
78 [ $arch == arm ] 76 [ $arch == arm ]
79 *: Skip 77 *: Skip
80 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698