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

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

Issue 10247004: test rename overhaul: step 6 - isolate tests (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 isolate2_negative_test: Skip # Need to resolve correct behaviour.
7 SerializationTest: Skip # tests frog-specific serialization code 7 serialization_test: Skip # tests frog-specific serialization code
8 APIv2_spawnUriTest: Fail # not implemented 8 v2_spawn_uri_test: Fail # not implemented
9 APIv2_computeThisScriptBrowserTest: Skip # browser specific test 9 v2_compute_this_script_browser_test: Skip # browser specific test
10 10
11 [ ($compiler == none || $compiler == dart2js) && $runtime == drt ] 11 [ ($compiler == none || $compiler == dart2js) && $runtime == drt ]
12 SerializationTest: Skip # tests frog-specific serialization code 12 serialization_test: Skip # tests frog-specific serialization code
13 APIv2*: Skip # new api for isolates not implemented in the VM yet. 13 v2*: Skip # new api for isolates not implemented in the V_m yet.
14 14
15 [ $compiler == frog && $runtime == d8 ] 15 [ $compiler == frog && $runtime == d8 ]
16 APIv2_spawnUriTest: Fail # not implemented for d8 16 v2_spawn_uri_test: Fail # not implemented for d8
17 APIv2_computeThisScriptBrowserTest: Skip # browser specific test 17 v2_compute_this_script_browser_test: Skip # browser specific test
18 18
19 [ $compiler == dartc ] 19 [ $compiler == dartc ]
20 SerializationTest: Skip # tests frog-specific serialization code 20 serialization_test: Skip # tests frog-specific serialization code
21 IsolateNegativeTest: Fail # status change with --check-only 21 isolate_negative_test: Fail # status change with --check-only
22 Isolate2NegativeTest: Fail # status change with --check-only 22 isolate2_negative_test: Fail # status change with --check-only
23 APIv2*NegativeTest: Fail, OK # fails only at runtime 23 v2*_negative_test: Fail, OK # fails only at runtime
24 24
25 # TODO(jmesserly): investigate why these are flaky on actual browsers 25 # TODO(jmesserly): investigate why these are flaky on actual browsers
26 [ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera) ] 26 [ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera) ]
27 NestedSpawn2Test: Skip 27 nested_spawn2_test: Skip
28 NestedSpawnTest: Skip 28 nested_spawn_test: Skip
29 IsolateNegativeTest: Skip 29 isolate_negative_test: Skip
30 Isolate2NegativeTest: Skip 30 isolate2_negative_test: Skip
31 31
32 [ $compiler == frog && $runtime == none ] 32 [ $compiler == frog && $runtime == none ]
33 *: Skip 33 *: Skip
34 34
35 [ $runtime == safari ] 35 [ $runtime == safari ]
36 CrossIsolateMessageTest: Skip # Depends on 32/64 bit Safari. See Issue 1120 36 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120
37 MixedTest: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 37 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
38 Mixed2Test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 1120 38 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
39 MessageTest: Skip 39 message_test: Skip
40 40
41 [ $runtime == ie && $system == windows ] 41 [ $runtime == ie && $system == windows ]
42 APIv2*: Skip 42 v2*: Skip
43 43
44 [ $runtime == safari && $system == macos ] 44 [ $runtime == safari && $system == macos ]
45 APIv2*: Skip 45 v2*: Skip
46 46
47 [ $runtime == ie && ($system == linux || $system == mac) ] 47 [ $runtime == ie && ($system == linux || $system == mac) ]
48 *: Skip 48 *: Skip
49 49
50 [ $runtime == safari && ($system == linux || $system == windows) ] 50 [ $runtime == safari && ($system == linux || $system == windows) ]
51 *: Skip 51 *: Skip
52 52
53 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 53 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
54 [ $runtime == opera ] 54 [ $runtime == opera ]
55 *: Skip 55 *: Skip
56 56
57 [ $arch == simarm ] 57 [ $arch == simarm ]
58 *: Skip 58 *: Skip
59 59
60 [ $arch == arm ] 60 [ $arch == arm ]
61 *: Skip 61 *: Skip
62 62
63 [ $compiler == dart2js ]
64 v2_spawn_function_test: Fail, OK # Leg does not support APIv2
65 v2_spawn_uri_test: Fail, OK # Leg does not support APIv2
66 v2_unresolved_ports_test: Fail, OK # Leg does not support APIv2
67 constructor_test: Fail, OK # Leg does not support subclassing Isolate
68
69 [ $compiler == dart2js && $runtime == none ]
70 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698