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

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

Issue 12812014: Move timer tests to async tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 isolate2_negative_test: Skip # Need to resolve correct behaviour. 6 isolate2_negative_test: Skip # Need to resolve correct behaviour.
7 isolate3_negative_test: Skip # test depends on isolate error exiting process. 7 isolate3_negative_test: Skip # test depends on isolate error exiting process.
8 serialization_test: Skip # tests dart2js-specific serialization code 8 serialization_test: Skip # tests dart2js-specific serialization code
9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm. 9 spawn_uri_test: Fail, OK # test uses a ".js" suffix that is bogus on vm.
10 compute_this_script_browser_test: Skip # browser specific test 10 compute_this_script_browser_test: Skip # browser specific test
11 ports_compilation_browser_test: Skip # browser specific test 11 ports_compilation_browser_test: Skip # browser specific test
12 timer_not_available_test: Fail, OK # only meant to test when there is no way to
13 # implement timer (currently only in d8)
14 timer_isolate_test: Skip # See Issue 4997
15 unresolved_ports_negative_test: Skip # See Issue 6839 12 unresolved_ports_negative_test: Skip # See Issue 6839
16 global_error_handler_test: Fail # See Issue 9013. 13 global_error_handler_test: Fail # See Issue 9013.
17 14
18 [ $compiler == none && $runtime == drt ] 15 [ $compiler == none && $runtime == drt ]
19 isolate2_negative_test: Skip # Inherited from VM. 16 isolate2_negative_test: Skip # Inherited from VM.
20 isolate3_negative_test: Skip # Inherited from VM. 17 isolate3_negative_test: Skip # Inherited from VM.
21 serialization_test: Skip # tests dart2js-specific serialization code 18 serialization_test: Skip # tests dart2js-specific serialization code
22 spawn_uri_test: Skip # uses a .js extension (not for dartium) 19 spawn_uri_test: Skip # uses a .js extension (not for dartium)
23 spawn_uri_negative_test: Skip # ditto 20 spawn_uri_negative_test: Skip # ditto
24 spawn_uri_vm_test: Skip # not implemented in dartium yet. 21 spawn_uri_vm_test: Skip # not implemented in dartium yet.
25 spawn_uri_vm_negative_test: Skip 22 spawn_uri_vm_negative_test: Skip
26 timer_isolate_test: Skip # See Issue 4997
27 timer_not_available_test: Skip # only meant to test when there is no way to
28 # implement timer (currently only in d8)
29 global_error_handler_test: Fail # See Issue 9013. 23 global_error_handler_test: Fail # See Issue 9013.
30 24
31 [ $compiler == dartc ] 25 [ $compiler == dartc ]
32 isolate_negative_test: Fail # status change with --check-only 26 isolate_negative_test: Fail # status change with --check-only
33 isolate2_negative_test: Fail # status change with --check-only 27 isolate2_negative_test: Fail # status change with --check-only
34 spawn_function_negative_test: Fail, OK # Fails at runtime. 28 spawn_function_negative_test: Fail, OK # Fails at runtime.
35 spawn_uri_negative_test: Fail, OK # Fails at runtime. 29 spawn_uri_negative_test: Fail, OK # Fails at runtime.
36 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime. 30 spawn_uri_vm_negative_test: Fail, OK # Fails at runtime.
37 unresolved_ports_negative_test: Fail, OK # Fails at runtime. 31 unresolved_ports_negative_test: Fail, OK # Fails at runtime.
38 32
39 # test issue 6512 33 # test issue 6512
40 isolate2_negative_test: Pass 34 isolate2_negative_test: Pass
41 compute_this_script_browser_test: Pass 35 compute_this_script_browser_test: Pass
42 36
43 37
44 [ $compiler == dart2js ] 38 [ $compiler == dart2js ]
45 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart 39 serialization_test: Fail # Tries to access class TestingOnly declared in isolate _patch.dart
46 illegal_msg_test: Fail # Issue 6750 40 illegal_msg_test: Fail # Issue 6750
47 41
48 [ $compiler == dart2js ] 42 [ $compiler == dart2js ]
49 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024 43 global_error_handler_test: Pass, Fail # http://dartbug.com/9012 and http://dartb ug.com/9024
50 44
51 [ $runtime == safari ] 45 [ $runtime == safari ]
52 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120 46 cross_isolate_message_test: Skip # Depends on 32/64 bit Safari. See Issue 1 120
53 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 47 mixed_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
54 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0 48 mixed2_test: Pass,Fail # Depends on 32/64 bit Safari. See Issue 112 0
55 message_test: Skip 49 message_test: Skip
56 50
57 [ $runtime == ff ]
58 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
59 multiple_timer_test: Pass, Fail
60 timer_isolate_test: Pass, Fail
61 timer_test: Pass, Fail
62
63 # TODO(ager): Update these. 51 # TODO(ager): Update these.
64 [ $runtime == ie9 && $system == windows ] 52 [ $runtime == ie9 && $system == windows ]
65 v2*: Skip 53 v2*: Skip
66 54
67 [ $runtime == safari && $system == macos ] 55 [ $runtime == safari && $system == macos ]
68 v2*: Skip 56 v2*: Skip
69 57
70 [ $runtime == ie9 && ($system == linux || $system == macos) ] 58 [ $runtime == ie9 && ($system == linux || $system == macos) ]
71 *: Skip 59 *: Skip
72 60
73 [ $runtime == safari && ($system == linux || $system == windows) ] 61 [ $runtime == safari && ($system == linux || $system == windows) ]
74 *: Skip 62 *: Skip
75 63
76 [ $runtime == opera ] 64 [ $runtime == opera ]
77 multiple_timer_test: Pass, Fail
78 isolate2_negative_test: Skip # Timeout. 65 isolate2_negative_test: Skip # Timeout.
79 unresolved_ports_negative_test: Skip # See Issue 6839 66 unresolved_ports_negative_test: Skip # See Issue 6839
80 67
81 [ $runtime == opera && $system == windows]
82 # TODO(efortuna): Investigate.
83 timer_test: Fail, Pass
84
85 [ $compiler == dart2js && $browser ] 68 [ $compiler == dart2js && $browser ]
86 spawn_uri_test: Skip # dart2js does not support spawnUri yet 69 spawn_uri_test: Skip # dart2js does not support spawnUri yet
87 spawn_uri_negative_test: Skip # ditto 70 spawn_uri_negative_test: Skip # ditto
88 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.
89 spawn_uri_vm_negative_test: Skip # ditto above. 72 spawn_uri_vm_negative_test: Skip # ditto above.
90 timer_not_available_test: Fail, OK # only meant to test when there is no way to
91 # implement timer (currently only in d8)
92 isolate2_negative_test: Fail, Pass # Issue 7769 73 isolate2_negative_test: Fail, Pass # Issue 7769
93 74
94 [ $compiler == dart2js && $jscl ] 75 [ $compiler == dart2js && $jscl ]
95 multiple_timer_test: Fail,OK # Needs Timer to run.
96 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8) 76 spawn_uri_negative_test: Pass # for the wrong reasons (not supported in d8)
97 spawn_uri_test: Fail, OK # loading another file is not supported in d8 77 spawn_uri_test: Fail, OK # loading another file is not supported in d8
98 spawn_uri_vm_negative_test: Skip # ditto above. 78 spawn_uri_vm_negative_test: Skip # ditto above.
99 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm. 79 spawn_uri_vm_test: Skip # test uses a ".dart" suffix that only works in vm.
100 timer_cancel_test: Fail,OK # Needs Timer to run.
101 timer_cancel1_test: Fail,OK # Needs Timer to run.
102 timer_cancel2_test: Fail,OK # Needs Timer to run.
103 timer_isolate_test: Fail, OK # Needs Timer to run.
104 timer_repeat_test: Fail,OK # Needs Timer to run.
105 timer_test: Fail,OK # Needs Timer to run.
106 80
107 [ $compiler == dart2js && $runtime == none ] 81 [ $compiler == dart2js && $runtime == none ]
108 *: Fail, Pass # TODO(ahe): Triage these tests. 82 *: Fail, Pass # TODO(ahe): Triage these tests.
109 83
110 [ $compiler == dart2dart ] 84 [ $compiler == dart2dart ]
111 # Skip until we stabilize language tests. 85 # Skip until we stabilize language tests.
112 *: Skip 86 *: Skip
113 87
114 # TODO(ajohnsen): Fix this as part of library changes. 88 # TODO(ajohnsen): Fix this as part of library changes.
115 [ $compiler == none ] 89 [ $compiler == none ]
116 isolate_negative_test: Skip # Bug 6890 90 isolate_negative_test: Skip # Bug 6890
117 91
118 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ] 92 [ $compiler == dart2js && $runtime == ff && ($system == windows || $system == li nux) ]
119 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952 93 mandel_isolate_test: Pass, Fail, Timeout # Issue 7952
120 94
121 [ $arch == arm ] 95 [ $arch == arm ]
122 *: Skip 96 *: Skip
123 97
124 [ $arch == simarm ] 98 [ $arch == simarm ]
125 *: Skip 99 *: Skip
126 100
127 [ $arch == mips ] 101 [ $arch == mips ]
128 *: Skip 102 *: Skip
129 103
130 [ $arch == simmips ] 104 [ $arch == simmips ]
131 *: Skip 105 *: Skip
OLDNEW
« no previous file with comments | « no previous file | tests/isolate/multiple_timer_test.dart » ('j') | tests/lib/async/timer_isolate_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698