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

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

Issue 1240253002: dart2js cps: Update test expectations. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « tests/language/language_dart2js.status ('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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 327
328 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 328 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
329 mirrors/immutable_collections_test: SkipSlow # Timeout. 329 mirrors/immutable_collections_test: SkipSlow # Timeout.
330 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 330 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
331 331
332 [ $compiler == dart2js && $cps_ir ] 332 [ $compiler == dart2js && $cps_ir ]
333 async/future_test/01: Crash # (()async=>new Future.value(value)): cannot handle async/sync*/async* functions 333 async/future_test/01: Crash # (()async=>new Future.value(value)): cannot handle async/sync*/async* functions
334 async/stream_empty_test: Crash # (Future runTest()asy... cannot handle async/sy nc*/async* functions 334 async/stream_empty_test: Crash # (Future runTest()asy... cannot handle async/sy nc*/async* functions
335 async/stream_iterator_test: Crash # (()async{var stream=... cannot handle async /sync*/async* functions 335 async/stream_iterator_test: Crash # (()async{var stream=... cannot handle async /sync*/async* functions
336 convert/ascii_test: RuntimeError # this.get$length is not a function 336 convert/ascii_test: RuntimeError # this.get$length is not a function
337 convert/json_pretty_test: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
337 convert/latin1_test: RuntimeError # this.get$length is not a function 338 convert/latin1_test: RuntimeError # this.get$length is not a function
338 mirrors/deferred_mirrors_metadata_test: RuntimeError # U.loadLibrary is not a fu nction 339 convert/line_splitter_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
339 mirrors/deferred_mirrors_metatarget_test: RuntimeError # X.loadLibrary is not a function 340 mirrors/abstract_class_test/00: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions
340 mirrors/deferred_mirrors_update_test: RuntimeError # U.loadLibrary is not a func tion 341 mirrors/abstract_class_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
342 mirrors/abstract_test: Crash # (static Iterable<Str... cannot handle async/sync */async* functions
343 mirrors/accessor_cache_overflow_test: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
344 mirrors/array_tracing2_test: Crash # (static Iterable<Str... cannot handle asyn c/sync*/async* functions
345 mirrors/array_tracing_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
346 mirrors/basic_types_in_dart_core_test: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
347 mirrors/circular_factory_redirection_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
348 mirrors/class_declarations_test/01: Crash # (static Iterable<Str... cannot hand le async/sync*/async* functions
349 mirrors/class_declarations_test/none: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
350 mirrors/class_mirror_location_test: Crash # (static Iterable<Str... cannot hand le async/sync*/async* functions
351 mirrors/class_mirror_type_variables_test: Crash # (static Iterable<Str... canno t handle async/sync*/async* functions
352 mirrors/closures_test: Crash # (static Iterable<Str... cannot handle async/sync */async* functions
353 mirrors/closurization_equivalence_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
354 mirrors/constructor_kinds_test/01: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
355 mirrors/constructor_kinds_test/none: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
356 mirrors/constructors_test: Crash # (static Iterable<Str... cannot handle async/ sync*/async* functions
357 mirrors/dart2js_mirrors_test: Crash # (static Iterable<Str... cannot handle asy nc/sync*/async* functions
358 mirrors/declarations_type_test: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions
359 mirrors/deferred_mirrors_metadata_test: Crash # (lib1.foo()): deferred access is not implemented
360 mirrors/deferred_mirrors_metatarget_test: Crash # (lib.foo()): deferred access i s not implemented
361 mirrors/deferred_mirrors_update_test: Crash # (l.foo()): deferred access is not implemented
362 mirrors/deferred_type_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
341 mirrors/delegate_call_through_getter_test: RuntimeError # Please triage this fai lure. 363 mirrors/delegate_call_through_getter_test: RuntimeError # Please triage this fai lure.
342 mirrors/delegate_test: RuntimeError # Please triage this failure. 364 mirrors/delegate_test: RuntimeError # Please triage this failure.
343 mirrors/library_enumeration_deferred_loading_test: RuntimeError # L.loadLibrary is not a function 365 mirrors/disable_tree_shaking_test: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
366 mirrors/empty_test: Crash # (static Iterable<Str... cannot handle async/sync*/a sync* functions
367 mirrors/enum_test: Crash # (static Iterable<Str... cannot handle async/sync*/as ync* functions
368 mirrors/equality_test: Crash # (static Iterable<Str... cannot handle async/sync */async* functions
369 mirrors/fake_function_with_call_test: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
370 mirrors/fake_function_without_call_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
371 mirrors/field_type_test: Crash # (static Iterable<Str... cannot handle async/sy nc*/async* functions
372 mirrors/function_type_mirror_test: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
373 mirrors/generic_bounded_by_type_parameter_test/01: Crash # (static Iterable<Str. .. cannot handle async/sync*/async* functions
374 mirrors/generic_bounded_by_type_parameter_test/02: Crash # (static Iterable<Str. .. cannot handle async/sync*/async* functions
375 mirrors/generic_bounded_by_type_parameter_test/none: Crash # (static Iterable<St r... cannot handle async/sync*/async* functions
376 mirrors/generic_bounded_test/01: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
377 mirrors/generic_bounded_test/02: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
378 mirrors/generic_bounded_test/none: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
379 mirrors/generic_class_declaration_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
380 mirrors/generic_f_bounded_mixin_application_test: Crash # (static Iterable<Str.. . cannot handle async/sync*/async* functions
381 mirrors/generic_f_bounded_test/01: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
382 mirrors/generic_f_bounded_test/none: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
383 mirrors/generic_function_typedef_test: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
384 mirrors/generic_interface_test/01: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
385 mirrors/generic_interface_test/none: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
386 mirrors/generic_list_test: Crash # (static Iterable<Str... cannot handle async/ sync*/async* functions
387 mirrors/generic_local_function_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
388 mirrors/generic_mixin_applications_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
389 mirrors/generic_mixin_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
390 mirrors/generic_superclass_test/01: Crash # (static Iterable<Str... cannot hand le async/sync*/async* functions
391 mirrors/generic_superclass_test/none: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
392 mirrors/generic_type_mirror_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
393 mirrors/generics_double_substitution_test/01: Crash # (static Iterable<Str... c annot handle async/sync*/async* functions
394 mirrors/generics_double_substitution_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
395 mirrors/generics_dynamic_test: Crash # (static Iterable<Str... cannot handle as ync/sync*/async* functions
396 mirrors/generics_special_types_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
397 mirrors/generics_substitution_test: Crash # (static Iterable<Str... cannot hand le async/sync*/async* functions
398 mirrors/generics_test/01: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
399 mirrors/generics_test/none: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
400 mirrors/globalized_closures2_test/00: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
401 mirrors/globalized_closures2_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
402 mirrors/globalized_closures_test/00: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
403 mirrors/globalized_closures_test/none: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
404 mirrors/hierarchy_invariants_test: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
405 mirrors/immutable_collections_test: Crash # (static Iterable<Str... cannot hand le async/sync*/async* functions
406 mirrors/inherit_field_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
407 mirrors/initializing_formals_test/01: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
408 mirrors/initializing_formals_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
409 mirrors/instance_members_easier_test: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
410 mirrors/instance_members_test: Crash # (static Iterable<Str... cannot handle as ync/sync*/async* functions
411 mirrors/instance_members_unimplemented_interface_test: Crash # (static Iterable< Str... cannot handle async/sync*/async* functions
412 mirrors/instance_members_with_override_test: Crash # (static Iterable<Str... ca nnot handle async/sync*/async* functions
413 mirrors/instantiate_abstract_class_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
414 mirrors/intercepted_cache_test: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions
415 mirrors/intercepted_class_test: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions
416 mirrors/intercepted_object_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
417 mirrors/intercepted_superclass_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
418 mirrors/invocation_fuzz_test/emptyarray: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
419 mirrors/invocation_fuzz_test/false: Crash # (static Iterable<Str... cannot hand le async/sync*/async* functions
420 mirrors/invocation_fuzz_test/none: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
421 mirrors/invocation_fuzz_test/smi: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
422 mirrors/invocation_fuzz_test/string: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
423 mirrors/invoke_call_on_closure_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
424 mirrors/invoke_call_through_getter_previously_accessed_test/named: Crash # (stat ic Iterable<Str... cannot handle async/sync*/async* functions
425 mirrors/invoke_call_through_getter_previously_accessed_test/none: Crash # (stati c Iterable<Str... cannot handle async/sync*/async* functions
426 mirrors/invoke_call_through_getter_test/named: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
427 mirrors/invoke_call_through_getter_test/none: Crash # (static Iterable<Str... c annot handle async/sync*/async* functions
428 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/named: Cras h # (static Iterable<Str... cannot handle async/sync*/async* functions
429 mirrors/invoke_call_through_implicit_getter_previously_accessed_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
430 mirrors/invoke_call_through_implicit_getter_test: Crash # (static Iterable<Str.. . cannot handle async/sync*/async* functions
431 mirrors/invoke_closurization2_test: Crash # (static Iterable<Str... cannot hand le async/sync*/async* functions
432 mirrors/invoke_closurization_test: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
433 mirrors/invoke_import_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
434 mirrors/invoke_named_test/01: Crash # (static Iterable<Str... cannot handle asy nc/sync*/async* functions
435 mirrors/invoke_named_test/none: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions
436 mirrors/invoke_natives_malicious_test: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
437 mirrors/invoke_test: Crash # (static Iterable<Str... cannot handle async/sync*/ async* functions
438 mirrors/invoke_throws_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
439 mirrors/is_odd_test: Crash # (static Iterable<Str... cannot handle async/sync*/ async* functions
440 mirrors/lazy_static_test: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
441 mirrors/libraries_test: Crash # (static Iterable<Str... cannot handle async/syn c*/async* functions
442 mirrors/library_declarations_test/01: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
443 mirrors/library_declarations_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
444 mirrors/library_enumeration_deferred_loading_test: Crash # (other.topLevelMethod ()): deferred access is not implemented
445 mirrors/library_exports_hidden_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
446 mirrors/library_exports_shown_test: Crash # (static Iterable<Str... cannot hand le async/sync*/async* functions
447 mirrors/library_import_deferred_loading_test: Crash # (other.topLevelMethod()): deferred access is not implemented
448 mirrors/library_imports_bad_metadata_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
449 mirrors/library_imports_deferred_test: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
450 mirrors/library_imports_hidden_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
451 mirrors/library_imports_metadata_test: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
452 mirrors/library_imports_prefixed_show_hide_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
453 mirrors/library_imports_prefixed_test: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
454 mirrors/library_imports_shown_test: Crash # (static Iterable<Str... cannot hand le async/sync*/async* functions
455 mirrors/library_metadata2_test/none: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
456 mirrors/library_metadata_test: Crash # (static Iterable<Str... cannot handle as ync/sync*/async* functions
457 mirrors/library_uri_package_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
458 mirrors/list_constructor_test/01: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
459 mirrors/list_constructor_test/none: Crash # (static Iterable<Str... cannot hand le async/sync*/async* functions
460 mirrors/load_library_test: Crash # (other.topLevelMethod()): deferred access is not implemented
461 mirrors/local_function_is_static_test: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
462 mirrors/local_isolate_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
463 mirrors/metadata_allowed_values_test/01: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
464 mirrors/metadata_allowed_values_test/05: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
465 mirrors/metadata_allowed_values_test/10: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
466 mirrors/metadata_allowed_values_test/11: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
467 mirrors/metadata_allowed_values_test/13: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
468 mirrors/metadata_allowed_values_test/14: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
469 mirrors/metadata_allowed_values_test/none: Crash # (static Iterable<Str... cann ot handle async/sync*/async* functions
470 mirrors/metadata_class_mirror_test: Crash # (static Iterable<Str... cannot hand le async/sync*/async* functions
471 mirrors/metadata_constructed_constant_test: Crash # (static Iterable<Str... can not handle async/sync*/async* functions
472 mirrors/metadata_constructor_arguments_test/none: Crash # (static Iterable<Str.. . cannot handle async/sync*/async* functions
473 mirrors/metadata_nested_constructor_call_test/none: Crash # (static Iterable<Str ... cannot handle async/sync*/async* functions
474 mirrors/metadata_test: Crash # (static Iterable<Str... cannot handle async/sync */async* functions
475 mirrors/method_mirror_location_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
476 mirrors/method_mirror_name_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
477 mirrors/method_mirror_properties_test: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
478 mirrors/method_mirror_returntype_test: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
479 mirrors/method_mirror_source_line_ending_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
480 mirrors/method_mirror_source_test: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
481 mirrors/mirror_in_static_init_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
482 mirrors/mirrors_nsm_mismatch_test: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
483 mirrors/mirrors_nsm_test/dart2js: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
484 mirrors/mirrors_nsm_test/none: Crash # (static Iterable<Str... cannot handle as ync/sync*/async* functions
485 mirrors/mirrors_reader_test: Crash # (static Iterable<Str... cannot handle asyn c/sync*/async* functions
486 mirrors/mirrors_resolve_fields_test: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
487 mirrors/mirrors_test: Crash # (static Iterable<Str... cannot handle async/sync* /async* functions
488 mirrors/mixin_application_test: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions
489 mirrors/mixin_members_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
490 mirrors/mixin_test: Crash # (static Iterable<Str... cannot handle async/sync*/a sync* functions
491 mirrors/native_class_test: Crash # (static Iterable<Str... cannot handle async/ sync*/async* functions
492 mirrors/new_instance_with_type_arguments_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
493 mirrors/no_metadata_test: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
494 mirrors/null2_test: Crash # (static Iterable<Str... cannot handle async/sync*/a sync* functions
495 mirrors/null_test: Crash # (static Iterable<Str... cannot handle async/sync*/as ync* functions
496 mirrors/operator_test: Crash # (static Iterable<Str... cannot handle async/sync */async* functions
497 mirrors/parameter_is_const_test/none: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
498 mirrors/parameter_metadata_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
499 mirrors/parameter_of_mixin_app_constructor_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
500 mirrors/private_symbol_mangling_test: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
501 mirrors/private_types_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
502 mirrors/proxy_type_test: Crash # (static Iterable<Str... cannot handle async/sy nc*/async* functions
503 mirrors/raw_type_test/01: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
504 mirrors/raw_type_test/none: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
505 mirrors/redirecting_factory_test/01: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
506 mirrors/redirecting_factory_test/02: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
507 mirrors/redirecting_factory_test/none: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
508 mirrors/reflect_class_test/01: Crash # (static Iterable<Str... cannot handle as ync/sync*/async* functions
509 mirrors/reflect_class_test/02: Crash # (static Iterable<Str... cannot handle as ync/sync*/async* functions
510 mirrors/reflect_class_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
511 mirrors/reflect_model_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
512 mirrors/reflect_runtime_type_test: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
513 mirrors/reflect_uninstantiated_class_test: Crash # (static Iterable<Str... cann ot handle async/sync*/async* functions
514 mirrors/reflected_type_classes_test/01: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
515 mirrors/reflected_type_classes_test/02: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
516 mirrors/reflected_type_classes_test/03: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
517 mirrors/reflected_type_classes_test/none: Crash # (static Iterable<Str... canno t handle async/sync*/async* functions
518 mirrors/reflected_type_function_type_test: Crash # (static Iterable<Str... cann ot handle async/sync*/async* functions
519 mirrors/reflected_type_special_types_test: Crash # (static Iterable<Str... cann ot handle async/sync*/async* functions
520 mirrors/reflected_type_test/01: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions
521 mirrors/reflected_type_test/02: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions
522 mirrors/reflected_type_test/03: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions
523 mirrors/reflected_type_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
524 mirrors/reflected_type_typedefs_test: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
525 mirrors/reflected_type_typevars_test: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
526 mirrors/reflectively_instantiate_uninstantiated_class_test: Crash # (static Iter able<Str... cannot handle async/sync*/async* functions
527 mirrors/regress_14304_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
528 mirrors/regress_16321_test/01: Crash # (static Iterable<Str... cannot handle as ync/sync*/async* functions
529 mirrors/regress_16321_test/none: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
530 mirrors/regress_19731_test: Crash # (static Iterable<Str... cannot handle async /sync*/async* functions
531 mirrors/relation_assignable_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
532 mirrors/relation_subclass_test: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions
533 mirrors/relation_subtype_test: Crash # (static Iterable<Str... cannot handle as ync/sync*/async* functions
534 mirrors/removed_api_test: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
535 mirrors/repeated_private_anon_mixin_app_test: Crash # (static Iterable<Str... c annot handle async/sync*/async* functions
536 mirrors/set_field_with_final_inheritance_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
537 mirrors/set_field_with_final_test: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
538 mirrors/spawn_function_root_library_test: Crash # (static Iterable<Str... canno t handle async/sync*/async* functions
539 mirrors/static_members_easier_test: Crash # (static Iterable<Str... cannot hand le async/sync*/async* functions
540 mirrors/static_members_test: Crash # (static Iterable<Str... cannot handle asyn c/sync*/async* functions
541 mirrors/static_test: Crash # (static Iterable<Str... cannot handle async/sync*/ async* functions
542 mirrors/superclass2_test: Crash # (static Iterable<Str... cannot handle async/s ync*/async* functions
543 mirrors/superclass_test: Crash # (static Iterable<Str... cannot handle async/sy nc*/async* functions
544 mirrors/symbol_validation_test/01: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
344 mirrors/symbol_validation_test/none: RuntimeError # Please triage this failure. 545 mirrors/symbol_validation_test/none: RuntimeError # Please triage this failure.
546 mirrors/syntax_error_test/none: Crash # (static Iterable<Str... cannot handle a sync/sync*/async* functions
547 mirrors/synthetic_accessor_properties_test: Crash # (static Iterable<Str... can not handle async/sync*/async* functions
548 mirrors/to_string_test: Crash # (static Iterable<Str... cannot handle async/syn c*/async* functions
549 mirrors/top_level_accessors_test: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
550 mirrors/type_argument_is_type_variable_test: Crash # (static Iterable<Str... ca nnot handle async/sync*/async* functions
551 mirrors/type_variable_is_static_test: Crash # (static Iterable<Str... cannot ha ndle async/sync*/async* functions
552 mirrors/type_variable_owner_test/01: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
553 mirrors/type_variable_owner_test/none: Crash # (static Iterable<Str... cannot h andle async/sync*/async* functions
554 mirrors/typearguments_mirror_test: Crash # (static Iterable<Str... cannot handl e async/sync*/async* functions
345 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun ction 555 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun ction
556 mirrors/typedef_metadata_test: Crash # (static Iterable<Str... cannot handle as ync/sync*/async* functions
557 mirrors/typedef_reflected_type_test/01: Crash # (static Iterable<Str... cannot handle async/sync*/async* functions
558 mirrors/typedef_reflected_type_test/none: Crash # (static Iterable<Str... canno t handle async/sync*/async* functions
559 mirrors/unnamed_library_test: Crash # (static Iterable<Str... cannot handle asy nc/sync*/async* functions
560 mirrors/variable_is_const_test/none: Crash # (static Iterable<Str... cannot han dle async/sync*/async* functions
346 typed_data/typed_data_list_test: RuntimeError # this.get$length is not a functio n 561 typed_data/typed_data_list_test: RuntimeError # this.get$length is not a functio n
347
348 [ $compiler == dart2js && $system == windows && $runtime == chrome ]
349 convert/line_splitter_test: RuntimeError
350
351 [ $compiler == dart2js && $system == windows && $runtime == ff ]
352 convert/line_splitter_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698