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

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

Issue 34933003: Update lib.status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | « no previous file | no next file » | 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 [ $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
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 async/stream_join_test: Fail # Issue 14284 210 async/stream_join_test: Fail # Issue 14284
211 async/stream_last_where_test: Fail # Issue 14284 211 async/stream_last_where_test: Fail # Issue 14284
212 async/stream_single_test: Fail # Issue 14284 212 async/stream_single_test: Fail # Issue 14284
213 async/stream_single_to_multi_subscriber_test: Fail # Issue 14284 213 async/stream_single_to_multi_subscriber_test: Fail # Issue 14284
214 async/stream_transformer_from_handlers_test: Fail # Issue 14284 214 async/stream_transformer_from_handlers_test: Fail # Issue 14284
215 async/stream_transformer_test: Fail # Issue 14284 215 async/stream_transformer_test: Fail # Issue 14284
216 async/stream_transform_test: Fail # Issue 14284 216 async/stream_transform_test: Fail # Issue 14284
217 mirrors/typedef_test/none: Fail # Issue 13093 217 mirrors/typedef_test/none: Fail # Issue 13093
218 mirrors/generics_test/none: Fail # Issue 13432 218 mirrors/generics_test/none: Fail # Issue 13432
219 mirrors/generic_bounded_test/none: Fail # Issue 13432 219 mirrors/generic_bounded_test/none: Fail # Issue 13432
220 mirrors/generic_f_bounded_test/none: Fail # Issue 13432
220 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 221 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
221 mirrors/generic_mixin_test/none: Fail # Issue 13432 222 mirrors/generic_mixin_test/none: Fail # Issue 13432
222 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 223 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
223 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 224 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
224 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 225 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
225 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 226 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093
226 mirrors/redirecting_factory_test/none: Fail # Issue 14285
227 227
228 [ $compiler == dart2analyzer ] 228 [ $compiler == dart2analyzer ]
229 mirrors/typedef_test/none: Fail # Issue 13093 229 mirrors/typedef_test/none: Fail # Issue 13093
230 mirrors/generics_test/none: Fail # Issue 13432 230 mirrors/generics_test/none: Fail # Issue 13432
231 mirrors/generic_bounded_test/none: Fail # Issue 13432 231 mirrors/generic_bounded_test/none: Fail # Issue 13432
232 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 232 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
233 mirrors/generic_mixin_test/none: Fail # Issue 13432 233 mirrors/generic_mixin_test/none: Fail # Issue 13432
234 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 234 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
235 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 235 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
236 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 236 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
237 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093
238 237
239 [ $compiler == none && $runtime == dartium ] 238 [ $compiler == none && $runtime == dartium ]
240 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 239 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
241 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 240 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
242 241
243 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 242 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
244 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 243 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
245 244
246 [ $compiler == none && $runtime == vm && $arch == arm ] 245 [ $compiler == none && $runtime == vm && $arch == arm ]
247 mirrors/find_in_context_fake_function_test: Crash # Issue 14290 246 mirrors/find_in_context_fake_function_test: Crash # Issue 14290
248 async/stream_controller_async_test: RuntimeError # Issue 14290 247 async/stream_controller_async_test: RuntimeError # Issue 14290
249 async/stream_state_nonzero_timer_test: RuntimeError # Issue 14290 248 async/stream_state_nonzero_timer_test: RuntimeError # Issue 14290
250 async/stream_state_test: RuntimeError # Issue 14290 249 async/stream_state_test: RuntimeError # Issue 14290
251 async/stream_subscription_cancel_test: RuntimeError # Issue 14290 250 async/stream_subscription_cancel_test: RuntimeError # Issue 14290
252 251
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698