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

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

Issue 9386027: First exercise of spawnUri. Enabling the test needs issue 1666, but hand-running the test (copyi... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 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 | tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart » ('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 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 20 matching lines...) Expand all
31 MandelIsolateTest: Skip # Bug 5353937. 31 MandelIsolateTest: Skip # Bug 5353937.
32 *APIv2*: Skip # not supported 32 *APIv2*: Skip # not supported
33 33
34 [ $component == frog || $component == frogsh ] 34 [ $component == frog || $component == frogsh ]
35 *BrowserTest: Skip 35 *BrowserTest: Skip
36 *BrowserNegativeTest: Skip 36 *BrowserNegativeTest: Skip
37 37
38 [ $component == frogium || $component == webdriver ] 38 [ $component == frogium || $component == webdriver ]
39 *StandaloneTest: Skip 39 *StandaloneTest: Skip
40 *StandaloneNegativeTest: Skip 40 *StandaloneNegativeTest: Skip
41 # We need multi-file tests for this. See Issue 1666.
42 # TODO(eub, sigmund): unskip.
43 *spawnUri*: Skip
41 44
42 # TODO(jmesserly): investigate why these are flaky on actual browsers 45 # TODO(jmesserly): investigate why these are flaky on actual browsers
43 [ $component == frogium || $component == webdriver ] 46 [ $component == frogium || $component == webdriver ]
44 NestedSpawn2Test: Skip 47 NestedSpawn2Test: Skip
45 NestedSpawnTest: Skip 48 NestedSpawnTest: Skip
46 IsolateNegativeTest: Skip 49 IsolateNegativeTest: Skip
47 Isolate2NegativeTest: Skip 50 Isolate2NegativeTest: Skip
48 51
49 [ $component == webdriver && $browser == safari ] 52 [ $component == webdriver && $browser == safari ]
50 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 53 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120
(...skipping 21 matching lines...) Expand all
72 [ $component == leg ] 75 [ $component == leg ]
73 # TODO(ahe): Enable when leg matures. 76 # TODO(ahe): Enable when leg matures.
74 *: Skip 77 *: Skip
75 78
76 [ $arch == simarm ] 79 [ $arch == simarm ]
77 *: Skip 80 *: Skip
78 81
79 [ $arch == arm ] 82 [ $arch == arm ]
80 *: Skip 83 *: Skip
81 84
OLDNEW
« no previous file with comments | « no previous file | tests/isolate/src/APIv2_spawnUriBrowserNegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698