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

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

Issue 9663072: Revert part of r5291. MessageTest passes.... (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 | « no previous file | no next file » | 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 == webdriver && $browser == ff && $system == win32 ]
53 MessageTest: Fail # Issue 2101
54
55
56 [ $component == webdriver && $browser == ie && $system == win32 ] 52 [ $component == webdriver && $browser == ie && $system == win32 ]
57 APIv2*: Skip 53 APIv2*: Skip
58 54
59 [ $component == webdriver && $browser == safari && $system == macos ] 55 [ $component == webdriver && $browser == safari && $system == macos ]
60 APIv2*: Skip 56 APIv2*: Skip
61 57
62 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 58 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
63 *: Skip 59 *: Skip
64 60
65 [ $component == webdriver && $browser == safari && ($system == linux || $system == win32) ] 61 [ $component == webdriver && $browser == safari && ($system == linux || $system == win32) ]
66 *: Skip 62 *: Skip
67 63
68 # 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.
69 [ $component == webdriver && $browser == opera ] 65 [ $component == webdriver && $browser == opera ]
70 *: Skip 66 *: Skip
71 67
72 [ $component == leg ] 68 [ $component == leg ]
73 # TODO(ahe): Enable when leg matures. 69 # TODO(ahe): Enable when leg matures.
74 *: Skip 70 *: Skip
75 71
76 [ $component == legium ] 72 [ $component == legium ]
77 *: Skip 73 *: Skip
78 74
79 [ $arch == simarm ] 75 [ $arch == simarm ]
80 *: Skip 76 *: Skip
81 77
82 [ $arch == arm ] 78 [ $arch == arm ]
83 *: Skip 79 *: Skip
84 80
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698