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

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

Issue 10830230: Add Timer implementation for dart2js. Also moves tests to appropriate location. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « lib/isolate/isolate_dart2js.dart ('k') | tests/isolate/multiple_timer_test.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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 isolate2_negative_test: Skip # Need to resolve correct behaviour. 6 isolate2_negative_test: Skip # Need to resolve correct behaviour.
7 serialization_test: Skip # tests frog-specific serialization code 7 serialization_test: Skip # tests dart2js-specific serialization code
8 spawn_uri_test: Fail # test uses a ".js" suffix that is bogus on vm. 8 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
9 compute_this_script_browser_test: Skip # browser specific test 9 compute_this_script_browser_test: Skip # browser specific test
10 timer_not_available_test: Fail, OK # only meant to test when there is no way to
11 # implement timer (currently only in d8)
10 12
11 [ $compiler == none && $runtime == drt ] 13 [ $compiler == none && $runtime == drt ]
12 serialization_test: Skip # tests frog-specific serialization code 14 serialization_test: Skip # tests dart2js-specific serialization code
13 spawn_uri_test: Skip # uses a .js extension (not for dartium) 15 spawn_uri_test: Skip # uses a .js extension (not for dartium)
14 spawn_uri_negative_test: Skip # ditto 16 spawn_uri_negative_test: Skip # ditto
15 spawn_uri_vm_test: Skip # not implemented in dartium yet. 17 spawn_uri_vm_test: Skip # not implemented in dartium yet.
16 spawn_uri_vm_negative_test: Skip 18 spawn_uri_vm_negative_test: Skip
17 19 timer_not_available_test: Fail, OK # only meant to test when there is no way to
18 [ $compiler == frog ] 20 # implement timer (currently only in d8)
19 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
20 spawn_uri_vm_negative_test: Skip # ditto above.
21
22 [ $compiler == frog && $runtime == d8 ]
23 spawn_uri_test: Fail # not implemented for d8
24 compute_this_script_browser_test: Skip # browser specific test
25 21
26 [ $compiler == dartc ] 22 [ $compiler == dartc ]
27 serialization_test: Skip # tests frog-specific serialization code 23 serialization_test: Skip # tests dart2js-specific serialization code
28 isolate_negative_test: Fail # status change with --check-only 24 isolate_negative_test: Fail # status change with --check-only
29 isolate2_negative_test: Fail # status change with --check-only 25 isolate2_negative_test: Fail # status change with --check-only
30 spawn_function_negative_test: Fail, OK # Fails at runtime. 26 spawn_function_negative_test: Fail, OK # Fails at runtime.
31 spawn_uri_negative_test: Fail, OK # Fails at runtime. 27 spawn_uri_negative_test: Fail, OK # Fails at runtime.
32 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. 28 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime.
33 unresolved_ports_negative_test: Fail, OK # Fails at runtime. 29 unresolved_ports_negative_test: Fail, OK # Fails at runtime.
34 30
35 # TODO(jmesserly): investigate why these are flaky on actual browsers
36 [ $compiler == frog && ($runtime == drt || $runtime == ff || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera) ]
37 nested_spawn2_test: Skip
38 nested_spawn_test: Skip
39 isolate_negative_test: Skip
40 isolate2_negative_test: Skip
41
42 [ $runtime == safari ] 31 [ $runtime == safari ]
43 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120 32 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120
44 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 33 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
45 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 34 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
46 message_test: Skip 35 message_test: Skip
47 36
48 # TODO(ager): Update these. 37 # TODO(ager): Update these.
49 [ $runtime == ie && $system == windows ] 38 [ $runtime == ie && $system == windows ]
50 v2*: Skip 39 v2*: Skip
51 40
(...skipping 14 matching lines...) Expand all
66 *: Skip 55 *: Skip
67 56
68 [ $arch == arm ] 57 [ $arch == arm ]
69 *: Skip 58 *: Skip
70 59
71 [ $compiler == dart2js && $browser ] 60 [ $compiler == dart2js && $browser ]
72 spawn_uri_test: Skip # dart2js does not support spawnUri yet 61 spawn_uri_test: Skip # dart2js does not support spawnUri yet
73 spawn_uri_negative_test: Skip # ditto 62 spawn_uri_negative_test: Skip # ditto
74 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. 63 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
75 spawn_uri_vm_negative_test: Skip # ditto above. 64 spawn_uri_vm_negative_test: Skip # ditto above.
76 constructor_test: Fail, OK # dart2js does not support subclassing Isolate 65 timer_not_available_test: Fail, OK # only meant to test when there is no way to
66 # implement timer (currently only in d8)
77 67
78 [ $compiler == dart2js && $runtime == d8 ] 68 [ $compiler == dart2js && $runtime == d8 ]
79 constructor_test: Fail, OK # dart2js does not support subclassing Isolate 69 spawn_uri_test: Fail, OK # loading another file is not supported in d8
80 spawn_uri_test: Skip # loading another file is not supported in d8 70 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8)
81 spawn_uri_negative_test: Skip # ditto
82 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. 71 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
83 spawn_uri_vm_negative_test: Skip # ditto above. 72 spawn_uri_vm_negative_test: Skip # ditto above.
73 timer_cancel_test: Fail,OK # Needs Timer to run.
74 timer_cancel1_test: Fail,OK # Needs Timer to run.
75 timer_cancel2_test: Fail,OK # Needs Timer to run.
76 multiple_timer_test: Fail,OK # Needs Timer to run.
77 timer_test: Fail,OK # Needs Timer to run.
78 timer_repeat_test: Fail,OK # Needs Timer to run.
84 79
85 [ $compiler == dart2js && $runtime == none ] 80 [ $compiler == dart2js && $runtime == none ]
86 *: Fail, Pass # TODO(ahe): Triage these tests. 81 *: Fail, Pass # TODO(ahe): Triage these tests.
87 82
88 [ $compiler == dart2dart ] 83 [ $compiler == dart2dart ]
89 # Skip until we stabilize language tests. 84 # Skip until we stabilize language tests.
90 *: Skip 85 *: Skip
OLDNEW
« no previous file with comments | « lib/isolate/isolate_dart2js.dart ('k') | tests/isolate/multiple_timer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698