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

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

Issue 46163002: Bugfix in test.dart, adding of specialized test outcomes for analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 mirrors/redirecting_factory_test/none: Fail # Issue 14285 237 mirrors/redirecting_factory_test/none: Fail # Issue 14285
238 mirrors/type_variable_owner_test/none: Fail # Issue 14356 238 mirrors/type_variable_owner_test/none: Fail # Issue 14356
239 239
240 [ $compiler == none && $runtime == dartium ] 240 [ $compiler == none && $runtime == dartium ]
241 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 241 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
242 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 242 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
243 243
244 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 244 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
245 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 245 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
246 246
247 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
248 async/future_test: StaticWarning
249 async/future_value_chain4_test: StaticWarning
250 async/schedule_microtask3_test: StaticWarning
251 async/stream_controller_async_test: StaticWarning
252 async/stream_controller_test: StaticWarning
253 async/stream_event_transformed_test: StaticWarning
254 async/stream_first_where_test: StaticWarning
255 async/stream_from_iterable_test: StaticWarning
256 async/stream_join_test: StaticWarning
257 async/stream_last_where_test: StaticWarning
258 async/stream_single_test: StaticWarning
259 async/stream_single_to_multi_subscriber_test: StaticWarning
260 async/stream_transform_test: StaticWarning
261 async/stream_transformer_from_handlers_test: StaticWarning
262 async/stream_transformer_test: StaticWarning
263 async/zone_debug_test: StaticWarning
264 convert/chunked_conversion1_test: StaticWarning
265 convert/chunked_conversion_json_decode1_test: StaticWarning
266 math/min_max_test: StaticWarning
267 mirrors/closure_mirror_find_in_context_test: StaticWarning
268 mirrors/equality_test/02: StaticWarning
269 mirrors/find_in_context_fake_function_test: StaticWarning
270 mirrors/function_type_mirror_test: StaticWarning
271 mirrors/generic_f_bounded_test/01: StaticWarning
272 mirrors/generic_function_typedef_test: StaticWarning
273 mirrors/generic_interface_test/01: StaticWarning
274 mirrors/generic_mixin_applications_test: StaticWarning
275 mirrors/generic_mixin_test: StaticWarning
276 mirrors/generics_test/01: StaticWarning
277 mirrors/immutable_collections_test: StaticWarning
278 mirrors/inference_and_no_such_method_test: StaticWarning
279 mirrors/invoke_named_test/01: StaticWarning
280 mirrors/library_metadata2_test/01: StaticWarning
281 mirrors/method_mirror_properties_test: StaticWarning
282 mirrors/method_mirror_returntype_test: StaticWarning
283 mirrors/method_mirror_source_test: StaticWarning
284 mirrors/mirrors_test: StaticWarning
285 mirrors/mixin_members_test: StaticWarning
286 mirrors/parameter_metadata_test: StaticWarning
287 mirrors/private_symbol_test: StaticWarning
288 mirrors/redirecting_factory_test/01: CompileTimeError
289 mirrors/redirecting_factory_test/02: CompileTimeError
290 mirrors/reflect_class_test: StaticWarning
291 mirrors/reflected_type_test: StaticWarning
292 mirrors/type_argument_is_type_variable_test: StaticWarning
293 mirrors/type_variable_owner_test/01: StaticWarning
294 mirrors/typedef_metadata_test: StaticWarning
295 mirrors/typedef_test/01: StaticWarning
296 mirrors/typevariable_mirror_metadata_test: StaticWarning
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698