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

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

Issue 10153005: unittest step 3 and 4: remove TestFramework.dart, make test.dart use (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Isolate2NegativeTest: Skip # Need to resolve correct behaviour. 6 Isolate2NegativeTest: Skip # Need to resolve correct behaviour.
7 SerializationTest: Skip # tests frog-specific serialization code 7 SerializationTest: Skip # tests frog-specific serialization code
8 *BrowserTest: Skip 8 APIv2_spawnUriTest: Fail # not implemented
9 *BrowserNegativeTest: Skip
10 9
11 [ ($compiler == none || $compiler == dart2js) && $runtime == drt ] 10 [ ($compiler == none || $compiler == dart2js) && $runtime == drt ]
12 SerializationTest: Skip # tests frog-specific serialization code 11 SerializationTest: Skip # tests frog-specific serialization code
13 *APIv2*: Skip # new api for isolates not implemented in the VM yet. 12 APIv2*: Skip # new api for isolates not implemented in the VM yet.
13
14 [ $compiler == frog && $runtime == d8 ]
15 APIv2_spawnUriTest: Fail # not implemented for d8
14 16
15 [ $compiler == dartc ] 17 [ $compiler == dartc ]
16 SerializationTest: Skip # tests frog-specific serialization code 18 SerializationTest: Skip # tests frog-specific serialization code
17 IsolateNegativeTest: Fail # status change with --check-only 19 IsolateNegativeTest: Fail # status change with --check-only
18 Isolate2NegativeTest: Fail # status change with --check-only 20 Isolate2NegativeTest: Fail # status change with --check-only
19 *APIv2*: Skip # new api for isolates not in corelib yet. 21 APIv2*NegativeTest: Fail, OK # fails only at runtime
20
21 [ ($compiler == frog || $compiler == frogsh) && ($runtime == none || $runtime == d8) ]
22 *BrowserTest: Skip
23 *BrowserNegativeTest: Skip
24
25 [ $runtime == drt && ($compiler == frog || $compiler == dart2js) || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera ]
26 *StandaloneTest: Skip
27 *StandaloneNegativeTest: Skip
28 22
29 # TODO(jmesserly): investigate why these are flaky on actual browsers 23 # TODO(jmesserly): investigate why these are flaky on actual browsers
30 [ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera) ] 24 [ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera) ]
31 NestedSpawn2Test: Skip 25 NestedSpawn2Test: Skip
32 NestedSpawnTest: Skip 26 NestedSpawnTest: Skip
33 IsolateNegativeTest: Skip 27 IsolateNegativeTest: Skip
34 Isolate2NegativeTest: Skip 28 Isolate2NegativeTest: Skip
35 29
36 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] 30 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
37 *: Skip 31 *: Skip
(...skipping 19 matching lines...) Expand all
57 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 51 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
58 [ $runtime == opera ] 52 [ $runtime == opera ]
59 *: Skip 53 *: Skip
60 54
61 [ $arch == simarm ] 55 [ $arch == simarm ]
62 *: Skip 56 *: Skip
63 57
64 [ $arch == arm ] 58 [ $arch == arm ]
65 *: Skip 59 *: Skip
66 60
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698