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

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

Issue 27499002: Fix flaky stream_controller_async_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reword comment. Created 7 years, 2 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 [ $csp ] 5 [ $csp ]
6 mirrors/delegate_test: RuntimeError # Issue 13864 6 mirrors/delegate_test: RuntimeError # Issue 13864
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002
10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012
11 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 11 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
12 async/stream_controller_async_test: Pass, Fail # Issue 13608
13 12
14 math/double_pow_test: RuntimeError 13 math/double_pow_test: RuntimeError
15 math/low_test: RuntimeError 14 math/low_test: RuntimeError
16 math/random_test: RuntimeError 15 math/random_test: RuntimeError
17 16
18 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025 17 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
19 mirrors/closures_test/none: RuntimeError # Issue 6490 18 mirrors/closures_test/none: RuntimeError # Issue 6490
20 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
21 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
22 mirrors/equality_test/02: RuntimeError # Issue 12333 21 mirrors/equality_test/02: RuntimeError # Issue 12333
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 158 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275
160 159
161 [ $runtime == opera ] 160 [ $runtime == opera ]
162 async/multiple_timer_test: Pass, Fail 161 async/multiple_timer_test: Pass, Fail
163 162
164 [ $runtime == opera && $system == windows] 163 [ $runtime == opera && $system == windows]
165 # TODO(efortuna): Investigate. 164 # TODO(efortuna): Investigate.
166 async/timer_test: Fail, Pass 165 async/timer_test: Fail, Pass
167 166
168 [ $runtime == vm ] 167 [ $runtime == vm ]
169 async/timer_not_available_test: Fail, OK 168 async/timer_not_available_test: Fail, OK
170 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 169 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
171 170
172 [ $compiler == none ] 171 [ $compiler == none ]
173 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001. 172 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001.
174 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 173 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
175 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 174 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
176 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 175 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
177 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 176 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
178 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 177 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
179 178
(...skipping 22 matching lines...) Expand all
202 async/timer_test: Fail, Pass # See Issue 10982 201 async/timer_test: Fail, Pass # See Issue 10982
203 202
204 [ $arch == simmips || $arch == mips ] 203 [ $arch == simmips || $arch == mips ]
205 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 204 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
206 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 205 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
207 206
208 [ $arch == simarm ] 207 [ $arch == simarm ]
209 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. 208 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644.
210 convert/utf85_test: Pass, Slow # Issue 12644. 209 convert/utf85_test: Pass, Slow # Issue 12644.
211 210
212 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == drt ) ]
213 async/stream_controller_async_test: Pass, Fail # Issue 13608
214
215 [ $compiler == dartanalyzer ] 211 [ $compiler == dartanalyzer ]
216 mirrors/typedef_test/none: Fail # Issue 13093 212 mirrors/typedef_test/none: Fail # Issue 13093
217 mirrors/generics_test/none: Fail # Issue 13432 213 mirrors/generics_test/none: Fail # Issue 13432
218 mirrors/generic_bounded_test/none: Fail # Issue 13432 214 mirrors/generic_bounded_test/none: Fail # Issue 13432
219 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 215 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
220 mirrors/generic_mixin_test/none: Fail # Issue 13432 216 mirrors/generic_mixin_test/none: Fail # Issue 13432
221 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 217 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
222 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 218 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
223 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 219 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
224 220
225 # test issue 14016 221 # test issue 14016
226 mirrors/typevariable_mirror_metadata_test: fail 222 mirrors/typevariable_mirror_metadata_test: fail
227 223
228 [ $compiler == dart2analyzer ] 224 [ $compiler == dart2analyzer ]
229 mirrors/typedef_test/none: Fail # Issue 13093 225 mirrors/typedef_test/none: Fail # Issue 13093
230 mirrors/generics_test/none: Fail # Issue 13432 226 mirrors/generics_test/none: Fail # Issue 13432
231 mirrors/generic_bounded_test/none: Fail # Issue 13432 227 mirrors/generic_bounded_test/none: Fail # Issue 13432
232 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 228 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
233 mirrors/generic_mixin_test/none: Fail # Issue 13432 229 mirrors/generic_mixin_test/none: Fail # Issue 13432
234 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 230 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
235 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 231 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
236 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 232 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
237 233
238 [ $compiler == none && $runtime == dartium ] 234 [ $compiler == none && $runtime == dartium ]
239 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 235 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
240 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 236 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
241 237
242 [ $runtime != none ] 238 [ $runtime != none ]
243 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 239 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698