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

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

Issue 17098007: Reapply "Zone support for Futures, Timer, Streams." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « tests/lib/async/run_zoned9_test.dart ('k') | tests/standalone/standalone.status » ('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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 math/*: Skip 6 math/*: Skip
7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. 7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this.
8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 async/timer_isolate_test: Fail, OK # Needs Timer to run. 49 async/timer_isolate_test: Fail, OK # Needs Timer to run.
50 async/timer_repeat_test: Fail,OK # Needs Timer to run. 50 async/timer_repeat_test: Fail,OK # Needs Timer to run.
51 async/timer_test: Fail,OK # Needs Timer to run. 51 async/timer_test: Fail,OK # Needs Timer to run.
52 52
53 [ $compiler == dart2js && ($jscl || $runtime == d8) ] 53 [ $compiler == dart2js && ($jscl || $runtime == d8) ]
54 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77 28. 54 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77 28.
55 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7 728. 55 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7 728.
56 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7 728. 56 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7 728.
57 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7 728. 57 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7 728.
58 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7 728. 58 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7 728.
59 async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728.
60 async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/772 8.
59 61
60 [ $compiler == dart2js && $browser ] 62 [ $compiler == dart2js && $browser ]
61 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 63 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
62 # implement timer (currently only in d8 ) 64 # implement timer (currently only in d8 )
63 65
64 [ $compiler == dart2dart ] 66 [ $compiler == dart2dart ]
65 mirrors/mirrors_test: Fail # Issue 10957 67 mirrors/mirrors_test: Fail # Issue 10957
66 mirrors/library_uri_package_test: Fail # Issue 10957 68 mirrors/library_uri_package_test: Fail # Issue 10957
67 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910 69 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910
68 mirrors/reflect_model_test: Fail # http://dartbug.com/11219 70 mirrors/reflect_model_test: Fail # http://dartbug.com/11219
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 117
116 [ $compiler == none && $runtime == drt && $system == windows ] 118 [ $compiler == none && $runtime == drt && $system == windows ]
117 async/multiple_timer_test: Fail, Pass # See Issue 10982 119 async/multiple_timer_test: Fail, Pass # See Issue 10982
118 async/timer_test: Fail, Pass # See Issue 10982 120 async/timer_test: Fail, Pass # See Issue 10982
119 121
120 122
121 [ $arch == arm || $arch == simarm ] 123 [ $arch == arm || $arch == simarm ]
122 async/future_test: Pass, Crash # Issue: 11207 124 async/future_test: Pass, Crash # Issue: 11207
123 async/run_async6_test: Pass, Fail # Issue: 11207 125 async/run_async6_test: Pass, Fail # Issue: 11207
124 async/run_async_test: Pass, Crash # Issue: 11207 126 async/run_async_test: Pass, Crash # Issue: 11207
125 async/slow_consumer2_test: Pass, Crash # Issue: 11207 127 async/slow_consumer2_test: Pass, Crash, Timeout # Issue: 11207
126 async/slow_consumer3_test: Pass, Crash # Issue: 11207 128 async/slow_consumer3_test: Pass, Crash # Issue: 11207
127 async/slow_consumer_test: Pass, Crash # Issue: 11207 129 async/slow_consumer_test: Pass, Crash # Issue: 11207
128 async/stream_controller_async_test: Pass, Crash # Issue: 11207 130 async/stream_controller_async_test: Pass, Crash # Issue: 11207
129 async/stream_controller_test: Timeout, Pass, Crash # Issue: 11207 131 async/stream_controller_test: Timeout, Pass, Crash # Issue: 11207
130 async/stream_from_iterable_test: Pass, Crash # Issue: 11207 132 async/stream_from_iterable_test: Pass, Crash # Issue: 11207
131 async/stream_periodic2_test: Pass, Crash # Issue: 11207 133 async/stream_periodic2_test: Pass, Crash # Issue: 11207
132 async/stream_periodic3_test: Pass, Crash # Issue: 11207 134 async/stream_periodic3_test: Pass, Crash # Issue: 11207
133 async/stream_periodic4_test: Pass, Crash # Issue: 11207 135 async/stream_periodic4_test: Pass, Crash # Issue: 11207
134 async/stream_periodic5_test: Pass, Crash # Issue: 11207 136 async/stream_periodic5_test: Pass, Crash # Issue: 11207
135 async/stream_single_to_multi_subscriber_test: Pass, Crash # Issue: 11207 137 async/stream_single_to_multi_subscriber_test: Pass, Crash # Issue: 11207
136 async/stream_state_nonzero_timer_test: Pass, Crash # Issue: 11207 138 async/stream_state_nonzero_timer_test: Pass, Crash # Issue: 11207
137 async/stream_state_test: Pass, Crash # Issue: 11207 139 async/stream_state_test: Pass, Crash # Issue: 11207
138 async/stream_subscription_as_future_test: Pass, Crash # Issue: 11207 140 async/stream_subscription_as_future_test: Pass, Crash # Issue: 11207
139 async/stream_transform_test: Pass, Crash # Issue: 11207 141 async/stream_transform_test: Pass, Crash # Issue: 11207
140 async/timer_cancel1_test: Pass, Crash # Issue: 11207 142 async/timer_cancel1_test: Pass, Crash # Issue: 11207
141 async/timer_cancel2_test: Pass, Crash # Issue: 11207 143 async/timer_cancel2_test: Pass, Crash # Issue: 11207
142 math/pi_test: Crash, Fail # Issue: 11207 144 math/pi_test: Crash, Fail # Issue: 11207
143 math/random_test: Fail # Issue: 11207 145 math/random_test: Fail # Issue: 11207
144 mirrors/reflect_model_test: Pass, Crash # Issue: 11207 146 mirrors/reflect_model_test: Pass, Crash # Issue: 11207
145 typed_data/float32x4_list_test: Crash # Issue: 11207 147 typed_data/float32x4_list_test: Crash # Issue: 11207
146 typed_data/float32x4_test: Crash # Issue: 11207 148 typed_data/float32x4_test: Crash # Issue: 11207
147 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 149 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207
148 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 150 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207
149 151
152 async/run_zoned3_test: Pass, Crash # Issue: 11207
153 async/run_zoned5_test: Pass, Crash # Issue: 11207
154 async/run_zoned6_test/none: Pass, Crash # Issue: 11207
155 async/run_zoned6_test/01: Pass, Crash # Issue: 11207
156 async/run_zoned9_test/none: Pass, Crash # Issue: 11207
157 async/run_zoned9_test/01: Pass, Crash # Issue: 11207
158 async/stream_periodic_test: Pass, Crash # Issue: 11207
159 async/catch_errors23_test: Pass, Crash # Issue: 11207
160 async/catch_errors24_test: Pass, Crash # Issue: 11207
161 async/catch_errors27_test: Pass, Crash # Issue: 11207
162 async/multiple_timer_test: Pass, Crash # Issue: 11207
163 async/timer_cancel_test: Pass, Crash # Issue: 11207
164 async/timer_repeat_test: Pass, Crash # Issue: 11207
165 async/run_async3_test: Pass, Crash # Issue: 11207
166 async/first_regression_test: Pass, Crash # Issue: 11207
167
168
169
150 [ $arch == mips ] 170 [ $arch == mips ]
151 *: Skip 171 *: Skip
152 172
153 [ $arch == simmips ] 173 [ $arch == simmips ]
154 *: Skip 174 *: Skip
OLDNEW
« no previous file with comments | « tests/lib/async/run_zoned9_test.dart ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698