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

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
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
44 # will have APIv2_spawnUriBrowserNegativeTest: Fail
Siggi Cherem (dart-lang) 2012/02/14 01:16:46 test.dart will automatically assume that *Negative
eub 2012/02/15 19:58:22 Done.
41 45
42 # TODO(jmesserly): investigate why these are flaky on actual browsers 46 # TODO(jmesserly): investigate why these are flaky on actual browsers
43 [ $component == frogium || $component == webdriver ] 47 [ $component == frogium || $component == webdriver ]
44 NestedSpawn2Test: Skip 48 NestedSpawn2Test: Skip
45 NestedSpawnTest: Skip 49 NestedSpawnTest: Skip
46 IsolateNegativeTest: Skip 50 IsolateNegativeTest: Skip
47 Isolate2NegativeTest: Skip 51 Isolate2NegativeTest: Skip
48 52
49 [ $component == webdriver && $browser == safari ] 53 [ $component == webdriver && $browser == safari ]
50 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 54 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120
(...skipping 21 matching lines...) Expand all
72 [ $component == leg ] 76 [ $component == leg ]
73 # TODO(ahe): Enable when leg matures. 77 # TODO(ahe): Enable when leg matures.
74 *: Skip 78 *: Skip
75 79
76 [ $arch == simarm ] 80 [ $arch == simarm ]
77 *: Skip 81 *: Skip
78 82
79 [ $arch == arm ] 83 [ $arch == arm ]
80 *: Skip 84 *: Skip
81 85
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698