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

Side by Side Diff: tests/language/language_dart2js.status

Issue 3007743002: Add boxing for modified variables (Closed)
Patch Set: . Created 3 years, 3 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
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 # VM specific tests that should not be run by dart2js. 5 # VM specific tests that should not be run by dart2js.
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699 7 vm/*: Skip # Issue 12699
8 8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] 9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
10 enum_test: Fail # Issue 28340 10 enum_test: Fail # Issue 28340
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 cha_deopt1_test: CompileTimeError 569 cha_deopt1_test: CompileTimeError
570 cha_deopt2_test: CompileTimeError 570 cha_deopt2_test: CompileTimeError
571 cha_deopt3_test: CompileTimeError 571 cha_deopt3_test: CompileTimeError
572 check_member_static_test/02: MissingCompileTimeError 572 check_member_static_test/02: MissingCompileTimeError
573 class_cycle_test/02: MissingCompileTimeError 573 class_cycle_test/02: MissingCompileTimeError
574 class_cycle_test/03: MissingCompileTimeError 574 class_cycle_test/03: MissingCompileTimeError
575 closure_in_field_test/01: Crash 575 closure_in_field_test/01: Crash
576 closure_in_field_test/02: Crash 576 closure_in_field_test/02: Crash
577 closure_in_field_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_ker nel.dart': Failed assertion: line 340 pos 14: 'value != null': No value for fiel d j:field(Mixin.field) 577 closure_in_field_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_ker nel.dart': Failed assertion: line 340 pos 14: 'value != null': No value for fiel d j:field(Mixin.field)
578 compile_time_constant_m_test: RuntimeError 578 compile_time_constant_m_test: RuntimeError
579 compile_time_constant_o_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals _handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca l)': Local local(Maps.mapToString#first) is stored in a closure field.
580 compile_time_constant_o_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals _handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loca l)': Local local(Maps.mapToString#first) is stored in a closure field.
581 compile_time_constant_o_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo cal)': Local local(Maps.mapToString#first) is stored in a closure field.
582 compile_time_constant_p_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'. 579 compile_time_constant_p_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
583 compile_time_constant_r_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo cal)': Local local(Maps.mapToString#first) is stored in a closure field.
584 conditional_import_string_test: CompileTimeError 580 conditional_import_string_test: CompileTimeError
585 conditional_import_test: CompileTimeError 581 conditional_import_test: CompileTimeError
586 conditional_rewrite_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field.
587 config_import_corelib_test: RuntimeError 582 config_import_corelib_test: RuntimeError
588 config_import_test: RuntimeError 583 config_import_test: RuntimeError
589 const_conditional_test/08: MissingCompileTimeError 584 const_conditional_test/08: MissingCompileTimeError
590 const_constructor_nonconst_field_test/01: Crash 585 const_constructor_nonconst_field_test/01: Crash
591 const_constructor_syntax_test/05: Crash 586 const_constructor_syntax_test/05: Crash
592 const_error_multiply_initialized_test/01: Crash 587 const_error_multiply_initialized_test/01: Crash
593 const_error_multiply_initialized_test/02: Crash 588 const_error_multiply_initialized_test/02: Crash
594 const_error_multiply_initialized_test/03: Crash 589 const_error_multiply_initialized_test/03: Crash
595 const_error_multiply_initialized_test/04: Crash 590 const_error_multiply_initialized_test/04: Crash
596 const_evaluation_test/01: Crash 591 const_evaluation_test/01: Crash
597 const_factory_with_body_test/01: MissingCompileTimeError 592 const_factory_with_body_test/01: MissingCompileTimeError
598 const_instance_field_test/01: MissingCompileTimeError 593 const_instance_field_test/01: MissingCompileTimeError
599 const_map2_test/00: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart ': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local lo cal(Maps.mapToString#first) is stored in a closure field. 594 const_map2_test/00: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart ': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local lo cal(Maps.mapToString#first) is stored in a closure field.
600 const_map2_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
601 const_map3_test/00: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart ': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local lo cal(Maps.mapToString#first) is stored in a closure field. 595 const_map3_test/00: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart ': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local lo cal(Maps.mapToString#first) is stored in a closure field.
602 const_map3_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
603 const_map4_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (Maps.mapToString#first) is stored in a closure field.
604 const_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': F ailed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local( Maps.mapToString#first) is stored in a closure field. 596 const_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': F ailed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local( Maps.mapToString#first) is stored in a closure field.
605 const_objects_are_immutable_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField( local)': Local local(Maps.mapToString#first) is stored in a closure field.
606 const_objects_are_immutable_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/ locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureFiel d(local)': Local local(Maps.mapToString#first) is stored in a closure field.
607 const_optional_args_negative_test: Crash 597 const_optional_args_negative_test: Crash
608 const_switch2_test/01: MissingCompileTimeError 598 const_switch2_test/01: MissingCompileTimeError
609 const_switch_test/02: RuntimeError 599 const_switch_test/02: RuntimeError
610 const_switch_test/04: RuntimeError 600 const_switch_test/04: RuntimeError
611 const_syntax_test/05: MissingCompileTimeError 601 const_syntax_test/05: MissingCompileTimeError
612 const_syntax_test/08: Crash 602 const_syntax_test/08: Crash
613 const_syntax_test/09: Crash 603 const_syntax_test/09: Crash
614 const_syntax_test/10: MissingCompileTimeError 604 const_syntax_test/10: MissingCompileTimeError
615 const_types_test/01: Crash 605 const_types_test/01: Crash
616 const_types_test/02: Crash 606 const_types_test/02: Crash
(...skipping 25 matching lines...) Expand all
642 constructor_duplicate_final_test/03: Crash 632 constructor_duplicate_final_test/03: Crash
643 constructor_initializer_test/none: Crash 633 constructor_initializer_test/none: Crash
644 constructor_named_arguments_test/01: Crash 634 constructor_named_arguments_test/01: Crash
645 constructor_named_arguments_test/none: RuntimeError 635 constructor_named_arguments_test/none: RuntimeError
646 constructor_redirect1_negative_test: Crash 636 constructor_redirect1_negative_test: Crash
647 constructor_redirect2_negative_test: Crash 637 constructor_redirect2_negative_test: Crash
648 constructor_redirect2_test/01: MissingCompileTimeError 638 constructor_redirect2_test/01: MissingCompileTimeError
649 constructor_redirect_test/01: Crash 639 constructor_redirect_test/01: Crash
650 constructor_test: Crash 640 constructor_test: Crash
651 constructor_with_mixin_test: Crash 641 constructor_with_mixin_test: Crash
652 context_test: RuntimeError
653 crash_6725_test/01: Crash 642 crash_6725_test/01: Crash
654 ct_const_test: Crash 643 ct_const_test: Crash
655 custom_await_stack_trace_test: Crash 644 custom_await_stack_trace_test: Crash
656 cyclic_constructor_test/01: Crash 645 cyclic_constructor_test/01: Crash
657 cyclic_default_values_test: Crash 646 cyclic_default_values_test: Crash
658 cyclic_type2_test: Crash 647 cyclic_type2_test: Crash
659 dangling_else_test: Crash 648 dangling_else_test: Crash
660 deferred_call_empty_before_load_test: RuntimeError 649 deferred_call_empty_before_load_test: RuntimeError
661 deferred_closurize_load_library_test: CompileTimeError 650 deferred_closurize_load_library_test: CompileTimeError
662 deferred_constant_list_test: CompileTimeError 651 deferred_constant_list_test: CompileTimeError
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
713 deopt_inlined_function_test: Crash 702 deopt_inlined_function_test: Crash
714 double_int_to_string_test: RuntimeError 703 double_int_to_string_test: RuntimeError
715 duplicate_export_negative_test: Fail 704 duplicate_export_negative_test: Fail
716 duplicate_implements_test/01: MissingCompileTimeError 705 duplicate_implements_test/01: MissingCompileTimeError
717 duplicate_implements_test/02: MissingCompileTimeError 706 duplicate_implements_test/02: MissingCompileTimeError
718 duplicate_implements_test/03: MissingCompileTimeError 707 duplicate_implements_test/03: MissingCompileTimeError
719 duplicate_implements_test/04: MissingCompileTimeError 708 duplicate_implements_test/04: MissingCompileTimeError
720 dynamic_prefix_core_test/01: RuntimeError 709 dynamic_prefix_core_test/01: RuntimeError
721 dynamic_prefix_core_test/none: RuntimeError 710 dynamic_prefix_core_test/none: RuntimeError
722 efficient_length_warning_test: Crash 711 efficient_length_warning_test: Crash
723 emit_const_fields_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
724 enum_duplicate_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field. 712 enum_duplicate_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
725 enum_duplicate_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field. 713 enum_duplicate_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
726 enum_duplicate_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field. 714 enum_duplicate_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field.
727 enum_index_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (Maps.mapToString#first) is stored in a closure field.
728 enum_mirror_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loca l(Maps.mapToString#first) is stored in a closure field. 715 enum_mirror_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loca l(Maps.mapToString#first) is stored in a closure field.
729 enum_private_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field. 716 enum_private_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
730 enum_private_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field. 717 enum_private_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
731 enum_private_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field. 718 enum_private_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
732 enum_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps. mapToString#first) is stored in a closure field. 719 enum_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps. mapToString#first) is stored in a closure field.
733 example_constructor_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kerne l.dart': Failed assertion: line 517 pos 16: 'false': ir.LocalInitializer not han dled 720 example_constructor_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kerne l.dart': Failed assertion: line 517 pos 16: 'false': ir.LocalInitializer not han dled
734 execute_finally7_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.d art': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Helper.f1#k) is stored in a closure field. 721 execute_finally7_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.d art': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Helper.f1#k) is stored in a closure field.
735 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0 722 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0
736 expect_test: RuntimeError 723 expect_test: RuntimeError
737 export_double_same_main_test: CompileTimeError
738 export_main_test: CompileTimeError
739 external_test/10: MissingRuntimeError 724 external_test/10: MissingRuntimeError
740 external_test/13: MissingRuntimeError 725 external_test/13: MissingRuntimeError
741 external_test/20: MissingRuntimeError 726 external_test/20: MissingRuntimeError
742 factory2_test: Crash 727 factory2_test: Crash
743 factory_redirection_test/07: MissingCompileTimeError 728 factory_redirection_test/07: MissingCompileTimeError
744 factory_redirection_test/08: Crash 729 factory_redirection_test/08: Crash
745 factory_redirection_test/09: Crash 730 factory_redirection_test/09: Crash
746 factory_redirection_test/10: Crash 731 factory_redirection_test/10: Crash
747 factory_redirection_test/11: Crash 732 factory_redirection_test/11: Crash
748 factory_redirection_test/12: Crash 733 factory_redirection_test/12: Crash
749 factory_redirection_test/13: Crash 734 factory_redirection_test/13: Crash
750 factory_redirection_test/14: Crash 735 factory_redirection_test/14: Crash
751 factory_redirection_test/none: Crash 736 factory_redirection_test/none: Crash
752 fauxverride_test/03: MissingCompileTimeError 737 fauxverride_test/03: MissingCompileTimeError
753 fauxverride_test/05: MissingCompileTimeError 738 fauxverride_test/05: MissingCompileTimeError
754 field_increment_bailout_test: Crash 739 field_increment_bailout_test: Crash
755 field_initialization_order_test: RuntimeError 740 field_initialization_order_test: RuntimeError
756 field_override2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
757 field_override3_test/00: MissingCompileTimeError 741 field_override3_test/00: MissingCompileTimeError
758 field_override3_test/01: MissingCompileTimeError 742 field_override3_test/01: MissingCompileTimeError
759 field_override3_test/02: MissingCompileTimeError 743 field_override3_test/02: MissingCompileTimeError
760 field_override3_test/03: MissingCompileTimeError 744 field_override3_test/03: MissingCompileTimeError
761 field_override4_test/02: MissingCompileTimeError 745 field_override4_test/02: MissingCompileTimeError
762 final_attempt_reinitialization_test/01: Crash 746 final_attempt_reinitialization_test/01: Crash
763 final_attempt_reinitialization_test/02: Crash 747 final_attempt_reinitialization_test/02: Crash
764 final_field_initialization_order_test: RuntimeError 748 final_field_initialization_order_test: RuntimeError
765 final_super_field_set_test/01: Crash 749 final_super_field_set_test/01: Crash
766 final_syntax_test/09: Crash 750 final_syntax_test/09: Crash
767 first_class_types_literals_test/01: Crash 751 first_class_types_literals_test/01: Crash
768 first_class_types_literals_test/02: Crash 752 first_class_types_literals_test/02: Crash
769 first_class_types_literals_test/03: Crash 753 first_class_types_literals_test/03: Crash
770 first_class_types_literals_test/04: Crash 754 first_class_types_literals_test/04: Crash
771 first_class_types_literals_test/05: Crash 755 first_class_types_literals_test/05: Crash
772 first_class_types_literals_test/06: Crash 756 first_class_types_literals_test/06: Crash
773 first_class_types_literals_test/07: Crash 757 first_class_types_literals_test/07: Crash
774 first_class_types_literals_test/08: Crash 758 first_class_types_literals_test/08: Crash
775 first_class_types_literals_test/09: Crash 759 first_class_types_literals_test/09: Crash
776 first_class_types_literals_test/10: Crash 760 first_class_types_literals_test/10: Crash
777 first_class_types_literals_test/11: Crash 761 first_class_types_literals_test/11: Crash
778 first_class_types_literals_test/12: Crash 762 first_class_types_literals_test/12: Crash
779 first_class_types_literals_test/none: Crash 763 first_class_types_literals_test/none: Crash
780 first_class_types_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
781 flatten_test/01: Crash 764 flatten_test/01: Crash
782 flatten_test/02: Crash 765 flatten_test/02: Crash
783 flatten_test/03: Crash 766 flatten_test/03: Crash
784 flatten_test/04: Crash 767 flatten_test/04: Crash
785 flatten_test/05: Crash 768 flatten_test/05: Crash
786 flatten_test/06: Crash 769 flatten_test/06: Crash
787 flatten_test/07: Crash 770 flatten_test/07: Crash
788 flatten_test/08: Crash 771 flatten_test/08: Crash
789 flatten_test/09: Crash 772 flatten_test/09: Crash
790 flatten_test/10: Crash 773 flatten_test/10: Crash
791 flatten_test/11: Crash 774 flatten_test/11: Crash
792 flatten_test/12: Crash 775 flatten_test/12: Crash
793 flatten_test/none: Crash 776 flatten_test/none: Crash
794 for2_test: RuntimeError
795 for_in2_test: Crash 777 for_in2_test: Crash
796 for_variable_capture_test: Crash 778 for_variable_capture_test: Crash
797 full_stacktrace1_test: Crash 779 full_stacktrace1_test: Crash
798 full_stacktrace2_test: Crash 780 full_stacktrace2_test: Crash
799 full_stacktrace3_test: Crash 781 full_stacktrace3_test: Crash
800 function_malformed_result_type_test: Crash 782 function_malformed_result_type_test: Crash
801 function_subtype_bound_closure6_test: Crash 783 function_subtype_bound_closure6_test: Crash
802 function_subtype_cast2_test: Crash 784 function_subtype_cast2_test: Crash
803 function_subtype_cast3_test: Crash 785 function_subtype_cast3_test: Crash
804 function_subtype_checked0_test: Crash 786 function_subtype_checked0_test: Crash
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 getter_no_setter2_test/00: RuntimeError 832 getter_no_setter2_test/00: RuntimeError
851 getter_no_setter2_test/03: RuntimeError 833 getter_no_setter2_test/03: RuntimeError
852 getter_no_setter_test/00: RuntimeError 834 getter_no_setter_test/00: RuntimeError
853 getter_no_setter_test/none: RuntimeError 835 getter_no_setter_test/none: RuntimeError
854 getter_override2_test/02: MissingCompileTimeError 836 getter_override2_test/02: MissingCompileTimeError
855 getter_override_test/00: MissingCompileTimeError 837 getter_override_test/00: MissingCompileTimeError
856 getter_override_test/01: MissingCompileTimeError 838 getter_override_test/01: MissingCompileTimeError
857 getter_override_test/02: MissingCompileTimeError 839 getter_override_test/02: MissingCompileTimeError
858 hash_map_null_key_foreach_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(main#c) is stored in a closure field. 840 hash_map_null_key_foreach_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(main#c) is stored in a closure field.
859 identical_closure2_test: RuntimeError 841 identical_closure2_test: RuntimeError
860 identical_const_test/05: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
861 identical_const_test/06: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
862 identical_const_test/07: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
863 identical_const_test/08: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
864 if_null_assignment_behavior_test/01: Crash 842 if_null_assignment_behavior_test/01: Crash
865 if_null_assignment_behavior_test/02: Crash 843 if_null_assignment_behavior_test/02: Crash
866 if_null_assignment_behavior_test/03: Crash 844 if_null_assignment_behavior_test/03: Crash
867 if_null_assignment_behavior_test/04: Crash 845 if_null_assignment_behavior_test/04: Crash
868 if_null_assignment_behavior_test/05: Crash 846 if_null_assignment_behavior_test/05: Crash
869 if_null_assignment_behavior_test/06: Crash 847 if_null_assignment_behavior_test/06: Crash
870 if_null_assignment_behavior_test/11: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField( local)': Local local(main#l) is stored in a closure field.
871 if_null_assignment_behavior_test/12: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField( local)': Local local(main#l) is stored in a closure field. 848 if_null_assignment_behavior_test/12: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField( local)': Local local(main#l) is stored in a closure field.
872 if_null_assignment_behavior_test/14: RuntimeError 849 if_null_assignment_behavior_test/14: RuntimeError
873 if_null_assignment_static_test/01: RuntimeError 850 if_null_assignment_static_test/01: RuntimeError
874 if_null_assignment_static_test/02: Crash 851 if_null_assignment_static_test/02: Crash
875 if_null_assignment_static_test/03: RuntimeError 852 if_null_assignment_static_test/03: RuntimeError
876 if_null_assignment_static_test/04: RuntimeError 853 if_null_assignment_static_test/04: RuntimeError
877 if_null_assignment_static_test/05: RuntimeError 854 if_null_assignment_static_test/05: RuntimeError
878 if_null_assignment_static_test/06: Crash 855 if_null_assignment_static_test/06: Crash
879 implicit_closure2_test: Crash 856 implicit_closure2_test: Crash
880 implicit_closure_test: Crash 857 implicit_closure_test: Crash
881 implicit_this_test/01: Crash 858 implicit_this_test/01: Crash
882 implicit_this_test/04: Crash 859 implicit_this_test/04: Crash
883 implicit_this_test/none: Crash 860 implicit_this_test/none: Crash
884 import_collection_no_prefix_test: Crash 861 import_collection_no_prefix_test: Crash
885 import_core_prefix_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
886 import_self_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dar t': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local l ocal(main#t) is stored in a closure field.
887 inference_mixin_field_test: Crash 862 inference_mixin_field_test: Crash
888 infinite_switch_label_test: Crash 863 infinite_switch_label_test: Crash
889 infinity_test: RuntimeError 864 infinity_test: RuntimeError
890 inline_super_field_test: Crash 865 inline_super_field_test: Crash
891 inlined_throw_test: Crash 866 inlined_throw_test: Crash
892 instance_creation_in_function_annotation_test: Crash 867 instance_creation_in_function_annotation_test: Crash
893 instanceof4_test/01: Crash 868 instanceof4_test/01: Crash
894 instanceof4_test/none: Crash 869 instanceof4_test/none: Crash
895 integer_division_by_zero_test: RuntimeError 870 integer_division_by_zero_test: RuntimeError
896 interceptor3_test: Crash 871 interceptor3_test: Crash
897 internal_library_test/02: Crash 872 internal_library_test/02: Crash
898 invocation_mirror2_test: Crash 873 invocation_mirror2_test: Crash
899 invocation_mirror_empty_arguments_test: Crash 874 invocation_mirror_empty_arguments_test: Crash
900 invocation_mirror_invoke_on2_test: Crash 875 invocation_mirror_invoke_on2_test: Crash
901 invocation_mirror_invoke_on_test: Crash 876 invocation_mirror_invoke_on_test: Crash
902 invocation_mirror_test: Crash 877 invocation_mirror_test: Crash
903 is_malformed_type_test/94: Crash 878 is_malformed_type_test/94: Crash
904 is_malformed_type_test/96: Crash 879 is_malformed_type_test/96: Crash
905 is_malformed_type_test/98: Crash 880 is_malformed_type_test/98: Crash
906 is_object_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': F ailed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local( main#evalCount) is stored in a closure field. 881 is_object_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': F ailed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local( main#evalCount) is stored in a closure field.
907 issue10204_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (Maps.mapToString#first) is stored in a closure field.
908 issue10721_test: Crash 882 issue10721_test: Crash
909 issue10747_test: Crash 883 issue10747_test: Crash
910 issue13474_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (main#a) is stored in a closure field. 884 issue13474_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (main#a) is stored in a closure field.
911 issue14014_3_test: Crash 885 issue14014_3_test: Crash
912 issue14242_test: Crash 886 issue14242_test: Crash
913 issue15720_test: Crash 887 issue15720_test: Crash
914 issue21079_test: Crash 888 issue21079_test: Crash
915 issue23244_test: Crash 889 issue23244_test: Crash
916 issue4295001_test: Crash 890 issue4295001_test: Crash
917 issue9602_test: Crash 891 issue9602_test: Crash
918 issue9939_test: RuntimeError 892 issue9939_test: RuntimeError
919 issue_1751477_test: CompileTimeError 893 issue_1751477_test: CompileTimeError
920 issue_23914_test: Crash 894 issue_23914_test: Crash
921 issue_25671a_test/01: Crash 895 issue_25671a_test/01: Crash
922 issue_25671b_test/01: Crash 896 issue_25671b_test/01: Crash
923 label_test: Crash 897 label_test: Crash
924 lazy_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M aps.mapToString#first) is stored in a closure field.
925 lazy_static8_test: RuntimeError 898 lazy_static8_test: RuntimeError
926 left_shift_test: RuntimeError 899 left_shift_test: RuntimeError
927 library_env_test/has_no_html_support: RuntimeError 900 library_env_test/has_no_html_support: RuntimeError
928 library_env_test/has_no_io_support: RuntimeError 901 library_env_test/has_no_io_support: RuntimeError
929 library_env_test/has_no_mirror_support: RuntimeError 902 library_env_test/has_no_mirror_support: RuntimeError
930 list_is_test: Crash 903 list_is_test: Crash
931 list_literal3_test: Crash 904 list_literal3_test: Crash
932 list_literal4_test: RuntimeError 905 list_literal4_test: RuntimeError
933 list_test: Crash 906 list_test: Crash
934 list_tracer_in_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
935 local_function2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(LocalFunction2Test.f#a) is stored in a closure field.
936 local_function3_test: RuntimeError 907 local_function3_test: RuntimeError
937 local_function_test: Crash 908 local_function_test: Crash
938 logical_expression_test: Crash 909 logical_expression_test: Crash
939 main_not_a_function_test/01: CompileTimeError 910 main_not_a_function_test/01: CompileTimeError
940 main_test/01: Crash 911 main_test/01: Crash
941 main_test/02: Crash 912 main_test/02: Crash
942 main_test/03: Crash 913 main_test/03: Crash
943 main_test/04: Crash 914 main_test/04: Crash
944 main_test/05: Crash 915 main_test/05: Crash
945 main_test/20: Crash 916 main_test/20: Crash
946 main_test/21: Crash 917 main_test/21: Crash
947 main_test/22: Crash 918 main_test/22: Crash
948 main_test/41: Crash 919 main_test/41: Crash
949 main_test/42: Crash 920 main_test/42: Crash
950 main_test/43: Crash 921 main_test/43: Crash
951 main_test/44: Crash 922 main_test/44: Crash
952 main_test/45: Crash 923 main_test/45: Crash
953 malbounded_type_cast2_test: Crash 924 malbounded_type_cast2_test: Crash
954 malbounded_type_test2_test: Crash 925 malbounded_type_test2_test: Crash
955 malformed_test/01: Crash 926 malformed_test/01: Crash
956 malformed_test/02: Crash 927 malformed_test/02: Crash
957 malformed_test/03: Crash 928 malformed_test/03: Crash
958 malformed_test/04: Crash 929 malformed_test/04: Crash
959 malformed_test/06: Crash # 'package:front_end/src/fasta/kernel/kernel_class_buil der.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParam eters.length == arguments.length': is not true. 930 malformed_test/06: Crash # 'package:front_end/src/fasta/kernel/kernel_class_buil der.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParam eters.length == arguments.length': is not true.
960 malformed_test/none: Crash 931 malformed_test/none: Crash
961 many_named_arguments_test: Crash 932 many_named_arguments_test: Crash
962 many_overridden_no_such_method_test: Crash 933 many_overridden_no_such_method_test: Crash
963 map_literal10_test: Crash 934 map_literal10_test: Crash
964 map_literal2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
965 map_literal3_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
966 map_literal4_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field. 935 map_literal4_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
967 map_literal5_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
968 map_literal6_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
969 map_literal7_test: Crash 936 map_literal7_test: Crash
970 map_literal8_test: Crash 937 map_literal8_test: Crash
971 map_literal9_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
972 map_literal_syntax_test: Crash 938 map_literal_syntax_test: Crash
973 map_literal_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loca l(Maps.mapToString#first) is stored in a closure field.
974 map_test: Crash 939 map_test: Crash
975 method_name_test: CompileTimeError 940 method_name_test: CompileTimeError
976 method_override4_test: RuntimeError 941 method_override4_test: RuntimeError
977 method_override5_test: RuntimeError 942 method_override5_test: RuntimeError
978 method_override7_test/00: MissingCompileTimeError 943 method_override7_test/00: MissingCompileTimeError
979 method_override7_test/01: MissingCompileTimeError 944 method_override7_test/01: MissingCompileTimeError
980 method_override7_test/02: MissingCompileTimeError 945 method_override7_test/02: MissingCompileTimeError
981 method_override8_test/00: Crash 946 method_override8_test/00: Crash
982 method_override8_test/01: MissingCompileTimeError 947 method_override8_test/01: MissingCompileTimeError
983 methods_as_constants_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handl er.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': L ocal local(Maps.mapToString#first) is stored in a closure field.
984 mint_arithmetic_test: RuntimeError 948 mint_arithmetic_test: RuntimeError
985 mixin_black_listed_test/02: Crash 949 mixin_black_listed_test/02: Crash
986 mixin_bound_test: Crash 950 mixin_bound_test: Crash
987 mixin_extends_field_test: Crash 951 mixin_extends_field_test: Crash
988 mixin_extends_is_test: Crash 952 mixin_extends_is_test: Crash
989 mixin_extends_method_test: Crash 953 mixin_extends_method_test: Crash
990 mixin_field_initializer_test: Crash 954 mixin_field_initializer_test: Crash
991 mixin_field_test: Crash 955 mixin_field_test: Crash
992 mixin_forwarding_constructor1_test: Crash 956 mixin_forwarding_constructor1_test: Crash
993 mixin_forwarding_constructor2_test: Crash 957 mixin_forwarding_constructor2_test: Crash
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1193 parameter_types_specialization_test: RuntimeError 1157 parameter_types_specialization_test: RuntimeError
1194 parse_closures_in_initializers_test: Crash 1158 parse_closures_in_initializers_test: Crash
1195 positional_parameters_type_test/01: Crash 1159 positional_parameters_type_test/01: Crash
1196 positional_parameters_type_test/02: Crash 1160 positional_parameters_type_test/02: Crash
1197 positional_parameters_type_test/none: Crash 1161 positional_parameters_type_test/none: Crash
1198 private_mixin2_test: Crash 1162 private_mixin2_test: Crash
1199 private_mixin_exception_throw_test: Crash 1163 private_mixin_exception_throw_test: Crash
1200 private_super_constructor_test/01: Crash 1164 private_super_constructor_test/01: Crash
1201 proxy4_test: Crash 1165 proxy4_test: Crash
1202 proxy5_test: Crash 1166 proxy5_test: Crash
1203 range_analysis2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#a) is stored in a closure field.
1204 redirecting_constructor_initializer_test: RuntimeError 1167 redirecting_constructor_initializer_test: RuntimeError
1205 redirecting_factory_default_values_test/01: MissingCompileTimeError 1168 redirecting_factory_default_values_test/01: MissingCompileTimeError
1206 redirecting_factory_default_values_test/02: MissingCompileTimeError 1169 redirecting_factory_default_values_test/02: MissingCompileTimeError
1207 redirecting_factory_long_test: Crash 1170 redirecting_factory_long_test: Crash
1208 redirecting_factory_reflection_test: Crash 1171 redirecting_factory_reflection_test: Crash
1209 reg_exp_test: Crash 1172 reg_exp_test: Crash
1210 regress_11010_test: Crash 1173 regress_11010_test: Crash
1211 regress_13494_test: RuntimeError 1174 regress_13494_test: RuntimeError
1212 regress_17382_test: RuntimeError 1175 regress_17382_test: RuntimeError
1213 regress_18435_test: Crash 1176 regress_18435_test: Crash
1214 regress_18535_test: Crash 1177 regress_18535_test: Crash
1215 regress_18713_test: Crash 1178 regress_18713_test: Crash
1216 regress_20394_test/01: Crash 1179 regress_20394_test/01: Crash
1217 regress_20840_test: Crash 1180 regress_20840_test: Crash
1218 regress_21795_test: RuntimeError 1181 regress_21795_test: RuntimeError
1219 regress_22438_test: Crash 1182 regress_22438_test: Crash
1220 regress_22443_test: CompileTimeError 1183 regress_22443_test: CompileTimeError
1221 regress_22445_test: Crash 1184 regress_22445_test: Crash
1222 regress_22579_test: Crash 1185 regress_22579_test: Crash
1223 regress_22666_test: Crash 1186 regress_22666_test: Crash
1224 regress_22728_test: Crash 1187 regress_22728_test: Crash
1225 regress_22777_test: Crash 1188 regress_22777_test: Crash
1226 regress_22822_test: RuntimeError
1227 regress_22936_test/01: RuntimeError 1189 regress_22936_test/01: RuntimeError
1228 regress_22976_test/01: CompileTimeError 1190 regress_22976_test/01: CompileTimeError
1229 regress_22976_test/02: CompileTimeError 1191 regress_22976_test/02: CompileTimeError
1230 regress_22976_test/none: CompileTimeError 1192 regress_22976_test/none: CompileTimeError
1231 regress_23408_test: CompileTimeError 1193 regress_23408_test: CompileTimeError
1232 regress_23498_test: Crash 1194 regress_23498_test: Crash
1233 regress_23500_test/01: Crash 1195 regress_23500_test/01: Crash
1234 regress_23500_test/02: Crash 1196 regress_23500_test/02: Crash
1235 regress_23500_test/none: Crash 1197 regress_23500_test/none: Crash
1236 regress_23537_test: RuntimeError 1198 regress_23537_test: RuntimeError
1237 regress_23996_test: Crash 1199 regress_23996_test: Crash
1238 regress_24283_test: RuntimeError 1200 regress_24283_test: RuntimeError
1239 regress_24567_test: Crash 1201 regress_24567_test: Crash
1240 regress_24935_test/01: Crash 1202 regress_24935_test/01: Crash
1241 regress_24935_test/none: Crash 1203 regress_24935_test/none: Crash
1242 regress_25246_1_test: Crash 1204 regress_25246_1_test: Crash
1243 regress_25550_test: Crash 1205 regress_25550_test: Crash
1244 regress_26133_test: Crash 1206 regress_26133_test: Crash
1245 regress_26175_test: Crash 1207 regress_26175_test: Crash
1246 regress_26230_test: Crash 1208 regress_26230_test: Crash
1247 regress_26543_1_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
1248 regress_26543_2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
1249 regress_26543_3_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
1250 regress_26668_test: Crash 1209 regress_26668_test: Crash
1251 regress_26948_test: Crash 1210 regress_26948_test: Crash
1252 regress_27572_test: Crash 1211 regress_27572_test: Crash
1253 regress_27617_test/1: Crash 1212 regress_27617_test/1: Crash
1254 regress_27659_test: Crash 1213 regress_27659_test: Crash
1255 regress_28217_test/01: Crash 1214 regress_28217_test/01: Crash
1256 regress_28217_test/none: Crash 1215 regress_28217_test/none: Crash
1257 regress_28255_test: Crash 1216 regress_28255_test: Crash
1258 regress_28278_test: CompileTimeError 1217 regress_28278_test: CompileTimeError
1259 regress_29349_test: CompileTimeError 1218 regress_29349_test: CompileTimeError
1260 regress_29949_test: Crash 1219 regress_29949_test: Crash
1261 regress_30121_test: Crash 1220 regress_30121_test: Crash
1262 rewrite_implicit_this_test/01: Crash 1221 rewrite_implicit_this_test/01: Crash
1263 runtime_type_function_test: Crash 1222 runtime_type_function_test: Crash
1264 savannah_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M aps.mapToString#first) is stored in a closure field.
1265 setter_declaration2_negative_test: Crash 1223 setter_declaration2_negative_test: Crash
1266 setter_declaration_negative_test: Fail 1224 setter_declaration_negative_test: Fail
1267 setter_override_test/00: MissingCompileTimeError 1225 setter_override_test/00: MissingCompileTimeError
1268 setter_override_test/03: MissingCompileTimeError 1226 setter_override_test/03: MissingCompileTimeError
1269 smaller_4_Interface_Types_A11_t02_test: Crash 1227 smaller_4_Interface_Types_A11_t02_test: Crash
1270 stack_overflow_stacktrace_test: RuntimeError 1228 stack_overflow_stacktrace_test: RuntimeError
1271 stack_trace_test: Crash 1229 stack_trace_test: Crash
1272 stacktrace_demangle_ctors_test: Crash 1230 stacktrace_demangle_ctors_test: Crash
1273 stacktrace_rethrow_error_test/none: Crash 1231 stacktrace_rethrow_error_test/none: Crash
1274 stacktrace_rethrow_error_test/withtraceparameter: Crash 1232 stacktrace_rethrow_error_test/withtraceparameter: Crash
1275 stacktrace_rethrow_nonerror_test: Crash 1233 stacktrace_rethrow_nonerror_test: Crash
1276 stacktrace_test: RuntimeError 1234 stacktrace_test: RuntimeError
1277 statement_test: Crash 1235 statement_test: Crash
1278 static_const_field_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
1279 static_getter_no_setter1_test/01: RuntimeError 1236 static_getter_no_setter1_test/01: RuntimeError
1280 static_getter_no_setter2_test/01: Crash 1237 static_getter_no_setter2_test/01: Crash
1281 static_getter_no_setter2_test/none: Crash 1238 static_getter_no_setter2_test/none: Crash
1282 static_getter_no_setter3_test/01: RuntimeError 1239 static_getter_no_setter3_test/01: RuntimeError
1283 static_setter_get_test/01: Crash 1240 static_setter_get_test/01: Crash
1284 string_interpolate2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(StringInterpolate2Test.testMain#i) is stored in a closure field.
1285 string_interpolation_newline_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo cal)': Local local(Maps.mapToString#first) is stored in a closure field.
1286 string_join_test: RuntimeError 1241 string_join_test: RuntimeError
1287 string_split_test: Crash 1242 string_split_test: Crash
1288 super_bound_closure_test/01: RuntimeError 1243 super_bound_closure_test/01: RuntimeError
1289 super_bound_closure_test/none: RuntimeError 1244 super_bound_closure_test/none: RuntimeError
1290 super_call4_test: Crash 1245 super_call4_test: Crash
1291 super_closure_test: Crash 1246 super_closure_test: Crash
1292 super_field_access_test: Crash 1247 super_field_access_test: Crash
1293 super_getter_setter_test: Crash 1248 super_getter_setter_test: Crash
1294 super_no_such_method1_test/01: Crash 1249 super_no_such_method1_test/01: Crash
1295 super_no_such_method2_test/01: Crash 1250 super_no_such_method2_test/01: Crash
1296 super_no_such_method3_test/01: Crash 1251 super_no_such_method3_test/01: Crash
1297 super_no_such_method4_test/01: Crash 1252 super_no_such_method4_test/01: Crash
1298 super_no_such_method5_test/01: Crash 1253 super_no_such_method5_test/01: Crash
1299 super_operator_index2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_hand ler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
1300 super_operator_index5_test: Crash 1254 super_operator_index5_test: Crash
1301 super_operator_index6_test: Crash 1255 super_operator_index6_test: Crash
1302 super_operator_index7_test: Crash 1256 super_operator_index7_test: Crash
1303 super_operator_index8_test: Crash 1257 super_operator_index8_test: Crash
1304 super_operator_index_test/01: Crash 1258 super_operator_index_test/01: Crash
1305 super_operator_index_test/02: Crash 1259 super_operator_index_test/02: Crash
1306 super_operator_index_test/03: Crash 1260 super_operator_index_test/03: Crash
1307 super_operator_index_test/04: Crash 1261 super_operator_index_test/04: Crash
1308 super_operator_index_test/05: Crash 1262 super_operator_index_test/05: Crash
1309 super_operator_index_test/06: Crash 1263 super_operator_index_test/06: Crash
1310 super_operator_index_test/07: Crash 1264 super_operator_index_test/07: Crash
1311 super_operator_test: Crash 1265 super_operator_test: Crash
1312 super_setter_interceptor_test: RuntimeError 1266 super_setter_interceptor_test: RuntimeError
1313 super_test: Crash 1267 super_test: Crash
1314 switch_bad_case_test/01: MissingCompileTimeError 1268 switch_bad_case_test/01: MissingCompileTimeError
1315 switch_bad_case_test/02: MissingCompileTimeError 1269 switch_bad_case_test/02: MissingCompileTimeError
1316 switch_case_test/00: MissingCompileTimeError 1270 switch_case_test/00: MissingCompileTimeError
1317 switch_case_test/01: MissingCompileTimeError 1271 switch_case_test/01: MissingCompileTimeError
1318 switch_case_test/02: MissingCompileTimeError 1272 switch_case_test/02: MissingCompileTimeError
1319 switch_fallthru_test: RuntimeError 1273 switch_fallthru_test: RuntimeError
1320 switch_label2_test: Crash 1274 switch_label2_test: Crash
1321 switch_label_test: Crash 1275 switch_label_test: Crash
1322 switch_test: RuntimeError 1276 switch_test: RuntimeError
1323 switch_try_catch_test: Crash 1277 switch_try_catch_test: Crash
1324 symbol_conflict_test: Crash 1278 symbol_conflict_test: Crash
1325 symbol_literal_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
1326 symbol_literal_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field.
1327 sync_generator1_test/01: Crash 1279 sync_generator1_test/01: Crash
1328 sync_generator1_test/none: Crash 1280 sync_generator1_test/none: Crash
1329 sync_generator2_test/none: Crash 1281 sync_generator2_test/none: Crash
1330 sync_generator3_test/test1: Crash 1282 sync_generator3_test/test1: Crash
1331 sync_generator3_test/test2: Crash 1283 sync_generator3_test/test2: Crash
1332 syncstar_less_than_test: Crash 1284 syncstar_less_than_test: Crash
1333 syncstar_yield_test/copyParameters: Crash 1285 syncstar_yield_test/copyParameters: Crash
1334 syncstar_yield_test/none: Crash 1286 syncstar_yield_test/none: Crash
1335 syncstar_yieldstar_test: Crash 1287 syncstar_yieldstar_test: Crash
1336 syntax_test/02: Crash 1288 syntax_test/02: Crash
1337 syntax_test/03: Crash 1289 syntax_test/03: Crash
1338 syntax_test/27: Crash 1290 syntax_test/27: Crash
1339 syntax_test/28: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true. 1291 syntax_test/28: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true.
1340 syntax_test/29: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true. 1292 syntax_test/29: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true.
1341 syntax_test/30: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true. 1293 syntax_test/30: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true.
1342 syntax_test/31: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true. 1294 syntax_test/31: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true.
1343 syntax_test/32: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true. 1295 syntax_test/32: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true.
1344 syntax_test/33: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true. 1296 syntax_test/33: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true.
1345 syntax_test/49: Crash 1297 syntax_test/49: Crash
1346 syntax_test/54: Crash 1298 syntax_test/54: Crash
1347 syntax_test/59: Crash 1299 syntax_test/59: Crash
1348 syntax_test/60: Crash 1300 syntax_test/60: Crash
1349 syntax_test/61: Crash 1301 syntax_test/61: Crash
1350 syntax_test/62: Crash 1302 syntax_test/62: Crash
1351 syntax_test/none: Crash # 'package:front_end/src/fasta/kernel/kernel_class_build er.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParame ters.length == arguments.length': is not true. 1303 syntax_test/none: Crash # 'package:front_end/src/fasta/kernel/kernel_class_build er.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParame ters.length == arguments.length': is not true.
1352 temp_mangling_test: Crash 1304 temp_mangling_test: Crash
1353 third_test: Crash 1305 third_test: Crash
1354 top_level_func_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dar t': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local l ocal(Enumerator#k) is stored in a closure field.
1355 top_level_getter_no_setter1_test/01: RuntimeError 1306 top_level_getter_no_setter1_test/01: RuntimeError
1356 top_level_getter_no_setter2_test/01: RuntimeError 1307 top_level_getter_no_setter2_test/01: RuntimeError
1357 truncdiv_test: RuntimeError 1308 truncdiv_test: RuntimeError
1358 try_catch_test/01: MissingCompileTimeError 1309 try_catch_test/01: MissingCompileTimeError
1359 type_argument_substitution_test: Crash 1310 type_argument_substitution_test: Crash
1360 type_checks_in_factory_method_test: RuntimeError 1311 type_checks_in_factory_method_test: RuntimeError
1361 type_parameter_test/01: Crash 1312 type_parameter_test/01: Crash
1362 type_parameter_test/02: Crash 1313 type_parameter_test/02: Crash
1363 type_parameter_test/03: Crash 1314 type_parameter_test/03: Crash
1364 type_parameter_test/04: Crash 1315 type_parameter_test/04: Crash
1365 type_parameter_test/05: Crash 1316 type_parameter_test/05: Crash
1366 type_parameter_test/06: Crash 1317 type_parameter_test/06: Crash
1367 type_parameter_test/none: Crash 1318 type_parameter_test/none: Crash
1368 type_promotion_closure_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1369 type_promotion_closure_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1370 type_promotion_closure_test/03: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1371 type_promotion_closure_test/04: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1372 type_promotion_closure_test/05: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1373 type_promotion_closure_test/06: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1374 type_promotion_closure_test/07: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1375 type_promotion_closure_test/08: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1376 type_promotion_closure_test/09: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1377 type_promotion_closure_test/10: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1378 type_promotion_closure_test/11: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1379 type_promotion_closure_test/12: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1380 type_promotion_closure_test/13: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1381 type_promotion_closure_test/14: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1382 type_promotion_closure_test/15: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1383 type_promotion_closure_test/16: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1384 type_promotion_closure_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/local s_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(loc al)': Local local(test12#a) is stored in a closure field.
1385 type_propagation2_test: Crash 1319 type_propagation2_test: Crash
1386 type_variable_bounds3_test/00: Crash 1320 type_variable_bounds3_test/00: Crash
1387 type_variable_bounds_test/10: Crash 1321 type_variable_bounds_test/10: Crash
1388 type_variable_closure2_test: Crash 1322 type_variable_closure2_test: Crash
1389 type_variable_closure3_test: Crash 1323 type_variable_closure3_test: Crash
1390 type_variable_closure4_test: Crash 1324 type_variable_closure4_test: Crash
1391 type_variable_closure_test: Crash 1325 type_variable_closure_test: Crash
1392 type_variable_conflict2_test/01: Crash 1326 type_variable_conflict2_test/01: Crash
1393 type_variable_conflict2_test/05: Crash 1327 type_variable_conflict2_test/05: Crash
1394 type_variable_conflict2_test/07: Crash 1328 type_variable_conflict2_test/07: Crash
1395 type_variable_conflict2_test/09: Crash 1329 type_variable_conflict2_test/09: Crash
1396 type_variable_field_initializer_closure2_test: Crash 1330 type_variable_field_initializer_closure2_test: Crash
1397 type_variable_field_initializer_closure_test: Crash 1331 type_variable_field_initializer_closure_test: Crash
1398 type_variable_function_type_test: RuntimeError 1332 type_variable_function_type_test: RuntimeError
1399 type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(Maps.mapToString#first) is stored in a closure field. 1333 const_map2_test/00: MissingCompileTimeError
1334 const_map3_test/00: MissingCompileTimeError
1335 constructor12_test: RuntimeError
1336 constructor8_test: RuntimeError
1337 enum_duplicate_test/02: RuntimeError
1338 enum_duplicate_test/none: RuntimeError
1339 enum_private_test/01: RuntimeError
1340 enum_private_test/02: RuntimeError
1341 enum_private_test/none: RuntimeError
1342 enum_test: RuntimeError
1343 execute_finally7_test: RuntimeError
1344 function_syntax_test/none: RuntimeError
1345 hash_map_null_key_foreach_test: RuntimeError
1346 if_null_assignment_behavior_test/12: RuntimeError
1347 is_object_test: RuntimeError
1348 issue13474_test: RuntimeError
1349 map_literal4_test: RuntimeError
1350 parse_closures_in_initializers_test: RuntimeError
1351 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1 , inclusive: 2
1400 type_variable_nested_test: Crash 1352 type_variable_nested_test: Crash
1401 typecheck_multifield_declaration_test: Crash 1353 typecheck_multifield_declaration_test: Crash
1402 typedef_is_test: Crash 1354 typedef_is_test: Crash
1403 wrong_number_type_arguments_test/00: Crash 1355 wrong_number_type_arguments_test/00: Crash
1404 wrong_number_type_arguments_test/02: Crash 1356 wrong_number_type_arguments_test/02: Crash
1405 yieldstar_pause_test: Crash 1357 yieldstar_pause_test: Crash
1406 1358
1407 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 1359 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
1408 async_await_test: Crash 1360 async_await_test: Crash
1409 async_star_test: Crash 1361 async_star_test: Crash
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
1557 const_types_test/33: Crash 1509 const_types_test/33: Crash
1558 const_types_test/34: Crash 1510 const_types_test/34: Crash
1559 const_types_test/35: Crash 1511 const_types_test/35: Crash
1560 const_types_test/36: Crash 1512 const_types_test/36: Crash
1561 const_types_test/37: Crash 1513 const_types_test/37: Crash
1562 const_types_test/38: Crash 1514 const_types_test/38: Crash
1563 const_types_test/39: Crash 1515 const_types_test/39: Crash
1564 const_types_test/40: Crash 1516 const_types_test/40: Crash
1565 const_types_test/none: Crash 1517 const_types_test/none: Crash
1566 constants_test/05: MissingCompileTimeError 1518 constants_test/05: MissingCompileTimeError
1567 constructor12_test: Crash 1519 constructor12_test: RuntimeError
1568 constructor2_test: Crash 1520 constructor2_test: Crash
1569 constructor3_test: Crash 1521 constructor3_test: Crash
1570 constructor5_test: Crash 1522 constructor5_test: Crash
1571 constructor6_test: Crash 1523 constructor6_test: Crash
1572 constructor8_test: Crash 1524 constructor8_test: RuntimeError
1573 constructor_duplicate_final_test/01: Crash 1525 constructor_duplicate_final_test/01: Crash
1574 constructor_duplicate_final_test/02: Crash 1526 constructor_duplicate_final_test/02: Crash
1575 constructor_duplicate_final_test/03: Crash 1527 constructor_duplicate_final_test/03: Crash
1576 constructor_initializer_test/none: Crash 1528 constructor_initializer_test/none: Crash
1577 constructor_named_arguments_test/none: RuntimeError 1529 constructor_named_arguments_test/none: RuntimeError
1578 constructor_redirect1_negative_test: Crash 1530 constructor_redirect1_negative_test: Crash
1579 constructor_redirect2_negative_test: Crash 1531 constructor_redirect2_negative_test: Crash
1580 constructor_redirect2_test/01: MissingCompileTimeError 1532 constructor_redirect2_test/01: MissingCompileTimeError
1581 constructor_redirect_test/01: Crash 1533 constructor_redirect_test/01: Crash
1582 constructor_test: Crash 1534 constructor_test: Crash
1583 constructor_with_mixin_test: Crash 1535 constructor_with_mixin_test: Crash
1584 context_test: RuntimeError
1585 crash_6725_test/01: Crash 1536 crash_6725_test/01: Crash
1586 ct_const_test: Crash 1537 ct_const_test: Crash
1587 custom_await_stack_trace_test: Crash 1538 custom_await_stack_trace_test: Crash
1588 cyclic_constructor_test/01: Crash 1539 cyclic_constructor_test/01: Crash
1589 cyclic_default_values_test: Crash 1540 cyclic_default_values_test: Crash
1590 cyclic_type2_test: Crash 1541 cyclic_type2_test: Crash
1591 cyclic_type_test/00: RuntimeError 1542 cyclic_type_test/00: RuntimeError
1592 cyclic_type_test/01: RuntimeError 1543 cyclic_type_test/01: RuntimeError
1593 cyclic_type_test/02: RuntimeError 1544 cyclic_type_test/02: RuntimeError
1594 cyclic_type_test/03: RuntimeError 1545 cyclic_type_test/03: RuntimeError
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1717 flatten_test/04: Crash 1668 flatten_test/04: Crash
1718 flatten_test/05: Crash 1669 flatten_test/05: Crash
1719 flatten_test/06: Crash 1670 flatten_test/06: Crash
1720 flatten_test/07: Crash 1671 flatten_test/07: Crash
1721 flatten_test/08: Crash 1672 flatten_test/08: Crash
1722 flatten_test/09: Crash 1673 flatten_test/09: Crash
1723 flatten_test/10: Crash 1674 flatten_test/10: Crash
1724 flatten_test/11: Crash 1675 flatten_test/11: Crash
1725 flatten_test/12: Crash 1676 flatten_test/12: Crash
1726 flatten_test/none: Crash 1677 flatten_test/none: Crash
1727 for2_test: RuntimeError
1728 for_in2_test: Crash 1678 for_in2_test: Crash
1729 for_variable_capture_test: Crash 1679 for_variable_capture_test: Crash
1730 full_stacktrace1_test: Crash 1680 full_stacktrace1_test: Crash
1731 full_stacktrace2_test: Crash 1681 full_stacktrace2_test: Crash
1732 full_stacktrace3_test: Crash 1682 full_stacktrace3_test: Crash
1733 function_subtype_bound_closure6_test: Crash 1683 function_subtype_bound_closure6_test: Crash
1734 function_subtype_cast2_test: Crash 1684 function_subtype_cast2_test: Crash
1735 function_subtype_cast3_test: Crash 1685 function_subtype_cast3_test: Crash
1736 function_subtype_checked0_test: Crash 1686 function_subtype_checked0_test: Crash
1737 function_subtype_closure0_test: Crash 1687 function_subtype_closure0_test: Crash
1738 function_subtype_closure1_test: Crash 1688 function_subtype_closure1_test: Crash
1739 function_subtype_inline0_test: Crash 1689 function_subtype_inline0_test: Crash
1740 function_subtype_inline1_test: Crash 1690 function_subtype_inline1_test: Crash
1741 function_subtype_local0_test: Crash 1691 function_subtype_local0_test: Crash
1742 function_subtype_local1_test: Crash 1692 function_subtype_local1_test: Crash
1743 function_subtype_local2_test: Crash 1693 function_subtype_local2_test: Crash
1744 function_subtype_local3_test: Crash 1694 function_subtype_local3_test: Crash
1745 function_subtype_local4_test: Crash 1695 function_subtype_local4_test: Crash
1746 function_subtype_local5_test: Crash 1696 function_subtype_local5_test: Crash
1747 function_subtype_not3_test: Crash 1697 function_subtype_not3_test: Crash
1748 function_subtype_typearg1_test: Crash 1698 function_subtype_typearg1_test: Crash
1749 function_subtype_typearg2_test: Crash 1699 function_subtype_typearg2_test: Crash
1750 function_subtype_typearg3_test: Crash 1700 function_subtype_typearg3_test: Crash
1751 function_subtype_typearg4_test: Crash 1701 function_subtype_typearg4_test: Crash
1752 function_subtype_typearg5_test: Crash 1702 function_subtype_typearg5_test: Crash
1753 function_syntax_test/none: Crash 1703 function_syntax_test/none: Crash
1704 function_syntax_test/none: RuntimeError
1754 function_test: Crash 1705 function_test: Crash
1755 function_type_alias3_test: Crash 1706 function_type_alias3_test: Crash
1756 function_type_alias_test: Crash 1707 function_type_alias_test: Crash
1757 function_type_parameter2_negative_test: Crash 1708 function_type_parameter2_negative_test: Crash
1758 function_type_parameter_negative_test: Crash 1709 function_type_parameter_negative_test: Crash
1759 generalized_void_syntax_test: CompileTimeError 1710 generalized_void_syntax_test: CompileTimeError
1760 generic_closure_test: RuntimeError 1711 generic_closure_test: RuntimeError
1761 generic_field_mixin2_test: Crash 1712 generic_field_mixin2_test: Crash
1762 generic_field_mixin3_test: Crash 1713 generic_field_mixin3_test: Crash
1763 generic_field_mixin4_test: Crash # Issue 18651 1714 generic_field_mixin4_test: Crash # Issue 18651
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 label_test: Crash 1796 label_test: Crash
1846 lazy_static8_test: RuntimeError 1797 lazy_static8_test: RuntimeError
1847 left_shift_test: RuntimeError 1798 left_shift_test: RuntimeError
1848 library_env_test/has_no_html_support: RuntimeError 1799 library_env_test/has_no_html_support: RuntimeError
1849 library_env_test/has_no_io_support: RuntimeError 1800 library_env_test/has_no_io_support: RuntimeError
1850 library_env_test/has_no_mirror_support: RuntimeError 1801 library_env_test/has_no_mirror_support: RuntimeError
1851 list_is_test: Crash 1802 list_is_test: Crash
1852 list_literal3_test: Crash 1803 list_literal3_test: Crash
1853 list_literal4_test: RuntimeError 1804 list_literal4_test: RuntimeError
1854 list_test: Crash 1805 list_test: Crash
1855 local_function2_test: RuntimeError
1856 local_function3_test: RuntimeError 1806 local_function3_test: RuntimeError
1857 local_function_test: Crash 1807 local_function_test: Crash
1858 logical_expression_test: Crash 1808 logical_expression_test: Crash
1859 main_not_a_function_test/01: CompileTimeError 1809 main_not_a_function_test/01: CompileTimeError
1860 main_test/01: Crash 1810 main_test/01: Crash
1861 main_test/02: Crash 1811 main_test/02: Crash
1862 main_test/03: Crash 1812 main_test/03: Crash
1863 main_test/04: Crash 1813 main_test/04: Crash
1864 main_test/05: Crash 1814 main_test/05: Crash
1865 main_test/20: Crash 1815 main_test/20: Crash
1866 main_test/21: Crash 1816 main_test/21: Crash
1867 main_test/22: Crash 1817 main_test/22: Crash
1868 main_test/41: Crash 1818 main_test/41: Crash
1869 main_test/42: Crash 1819 main_test/42: Crash
1870 main_test/43: Crash 1820 main_test/43: Crash
1871 main_test/44: Crash 1821 main_test/44: Crash
1872 main_test/45: Crash 1822 main_test/45: Crash
1873 malbounded_type_cast2_test: Crash 1823 malbounded_type_cast2_test: Crash
1874 malbounded_type_test2_test: Crash 1824 malbounded_type_test2_test: Crash
1875 malformed_test/06: CompileTimeError 1825 malformed_test/06: CompileTimeError
1876 malformed_test/none: RuntimeError 1826 malformed_test/none: RuntimeError
1877 many_named_arguments_test: Crash 1827 many_named_arguments_test: Crash
1878 many_overridden_no_such_method_test: Crash 1828 many_overridden_no_such_method_test: Crash
1879 map_literal10_test: Crash 1829 map_literal10_test: Crash
1880 map_literal3_test: RuntimeError
1881 map_literal4_test: RuntimeError 1830 map_literal4_test: RuntimeError
1882 map_literal7_test: Crash 1831 map_literal7_test: Crash
1883 map_literal8_test: Crash 1832 map_literal8_test: Crash
1884 map_literal_syntax_test: Crash 1833 map_literal_syntax_test: Crash
1885 map_test: Crash 1834 map_test: Crash
1886 method_name_test: CompileTimeError 1835 method_name_test: CompileTimeError
1887 method_override4_test: RuntimeError 1836 method_override4_test: RuntimeError
1888 method_override5_test: RuntimeError 1837 method_override5_test: RuntimeError
1889 method_override7_test/00: MissingCompileTimeError 1838 method_override7_test/00: MissingCompileTimeError
1890 method_override7_test/01: MissingCompileTimeError 1839 method_override7_test/01: MissingCompileTimeError
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
2074 no_such_method_test: Crash 2023 no_such_method_test: Crash
2075 not_enough_positional_arguments_test/01: MissingRuntimeError 2024 not_enough_positional_arguments_test/01: MissingRuntimeError
2076 not_enough_positional_arguments_test/02: MissingRuntimeError 2025 not_enough_positional_arguments_test/02: MissingRuntimeError
2077 not_enough_positional_arguments_test/05: MissingRuntimeError 2026 not_enough_positional_arguments_test/05: MissingRuntimeError
2078 null_test/02: Crash 2027 null_test/02: Crash
2079 null_test/03: Crash 2028 null_test/03: Crash
2080 null_test/none: Crash 2029 null_test/none: Crash
2081 number_identity2_test: RuntimeError 2030 number_identity2_test: RuntimeError
2082 numbers_test: RuntimeError 2031 numbers_test: RuntimeError
2083 ordered_maps_test: Crash 2032 ordered_maps_test: Crash
2084 function_syntax_test/none: RuntimeError
2085 overridden_no_such_method_test: Crash 2033 overridden_no_such_method_test: Crash
2086 override_field_method1_negative_test: Fail 2034 override_field_method1_negative_test: Fail
2087 override_field_method2_negative_test: Fail 2035 override_field_method2_negative_test: Fail
2088 override_field_method4_negative_test: Fail 2036 override_field_method4_negative_test: Fail
2089 override_field_method5_negative_test: Fail 2037 override_field_method5_negative_test: Fail
2090 override_field_test/01: MissingCompileTimeError 2038 override_field_test/01: MissingCompileTimeError
2091 override_inheritance_mixed_test/01: MissingCompileTimeError 2039 override_inheritance_mixed_test/01: MissingCompileTimeError
2092 override_inheritance_mixed_test/02: MissingCompileTimeError 2040 override_inheritance_mixed_test/02: MissingCompileTimeError
2093 override_inheritance_mixed_test/03: MissingCompileTimeError 2041 override_inheritance_mixed_test/03: MissingCompileTimeError
2094 override_inheritance_mixed_test/04: MissingCompileTimeError 2042 override_inheritance_mixed_test/04: MissingCompileTimeError
2095 override_inheritance_no_such_method_test/03: Crash 2043 override_inheritance_no_such_method_test/03: Crash
2096 override_inheritance_no_such_method_test/04: Crash 2044 override_inheritance_no_such_method_test/04: Crash
2097 override_inheritance_no_such_method_test/05: Crash 2045 override_inheritance_no_such_method_test/05: Crash
2098 override_inheritance_no_such_method_test/08: Crash 2046 override_inheritance_no_such_method_test/08: Crash
2099 override_inheritance_no_such_method_test/11: Crash 2047 override_inheritance_no_such_method_test/11: Crash
2100 override_inheritance_no_such_method_test/13: Crash 2048 override_inheritance_no_such_method_test/13: Crash
2101 override_method_with_field_test/01: MissingCompileTimeError 2049 override_method_with_field_test/01: MissingCompileTimeError
2102 parameter_initializer_test: Crash 2050 parameter_initializer_test: Crash
2103 parameter_types_specialization_test: RuntimeError 2051 parameter_types_specialization_test: RuntimeError
2104 parse_closures_in_initializers_test: RuntimeError 2052 parse_closures_in_initializers_test: RuntimeError
2105 positional_parameters_type_test/01: Crash 2053 positional_parameters_type_test/01: Crash
2106 positional_parameters_type_test/02: Crash 2054 positional_parameters_type_test/02: Crash
2107 positional_parameters_type_test/none: Crash 2055 positional_parameters_type_test/none: Crash
2108 private_mixin2_test: Crash 2056 private_mixin2_test: Crash
2109 private_mixin_exception_throw_test: Crash 2057 private_mixin_exception_throw_test: Crash
2110 private_super_constructor_test/01: MissingCompileTimeError 2058 private_super_constructor_test/01: MissingCompileTimeError
2111 proxy4_test: Crash 2059 proxy4_test: Crash
2112 proxy5_test: Crash 2060 proxy5_test: Crash
2113 range_analysis2_test: RuntimeError
2114 redirecting_constructor_initializer_test: RuntimeError 2061 redirecting_constructor_initializer_test: RuntimeError
2115 redirecting_factory_default_values_test/01: MissingCompileTimeError 2062 redirecting_factory_default_values_test/01: MissingCompileTimeError
2116 redirecting_factory_default_values_test/02: MissingCompileTimeError 2063 redirecting_factory_default_values_test/02: MissingCompileTimeError
2117 redirecting_factory_long_test: Crash 2064 redirecting_factory_long_test: Crash
2118 redirecting_factory_reflection_test: Crash 2065 redirecting_factory_reflection_test: Crash
2119 reg_exp_test: Crash 2066 reg_exp_test: Crash
2120 regress_11010_test: Crash 2067 regress_11010_test: Crash
2121 regress_13494_test: RuntimeError 2068 regress_13494_test: RuntimeError
2122 regress_17382_test: RuntimeError 2069 regress_17382_test: RuntimeError
2123 regress_18435_test: Crash 2070 regress_18435_test: Crash
2124 regress_18535_test: Crash 2071 regress_18535_test: Crash
2125 regress_18713_test: Crash 2072 regress_18713_test: Crash
2126 regress_20394_test/01: MissingCompileTimeError 2073 regress_20394_test/01: MissingCompileTimeError
2127 regress_20840_test: Crash 2074 regress_20840_test: Crash
2128 regress_21795_test: RuntimeError 2075 regress_21795_test: RuntimeError
2129 regress_22438_test: Crash 2076 regress_22438_test: Crash
2130 regress_22443_test: CompileTimeError 2077 regress_22443_test: CompileTimeError
2131 regress_22445_test: Crash 2078 regress_22445_test: Crash
2132 regress_22579_test: Crash 2079 regress_22579_test: Crash
2133 regress_22666_test: Crash 2080 regress_22666_test: Crash
2134 regress_22728_test: Crash 2081 regress_22728_test: Crash
2135 regress_22777_test: Crash 2082 regress_22777_test: Crash
2136 regress_22822_test: RuntimeError
2137 regress_22936_test/01: RuntimeError 2083 regress_22936_test/01: RuntimeError
2138 regress_22976_test/01: CompileTimeError 2084 regress_22976_test/01: CompileTimeError
2139 regress_22976_test/02: CompileTimeError 2085 regress_22976_test/02: CompileTimeError
2140 regress_22976_test/none: CompileTimeError 2086 regress_22976_test/none: CompileTimeError
2141 regress_23408_test: CompileTimeError 2087 regress_23408_test: CompileTimeError
2142 regress_23498_test: Crash 2088 regress_23498_test: Crash
2143 regress_23500_test/01: Crash 2089 regress_23500_test/01: Crash
2144 regress_23500_test/02: Crash 2090 regress_23500_test/02: Crash
2145 regress_23500_test/none: Crash 2091 regress_23500_test/none: Crash
2146 regress_23537_test: RuntimeError 2092 regress_23537_test: RuntimeError
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
2179 stacktrace_rethrow_error_test/none: Crash 2125 stacktrace_rethrow_error_test/none: Crash
2180 stacktrace_rethrow_error_test/withtraceparameter: Crash 2126 stacktrace_rethrow_error_test/withtraceparameter: Crash
2181 stacktrace_rethrow_nonerror_test: Crash 2127 stacktrace_rethrow_nonerror_test: Crash
2182 stacktrace_test: RuntimeError 2128 stacktrace_test: RuntimeError
2183 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 2129 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
2184 static_getter_no_setter1_test/01: RuntimeError 2130 static_getter_no_setter1_test/01: RuntimeError
2185 static_getter_no_setter2_test/01: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null. 2131 static_getter_no_setter2_test/01: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null.
2186 static_getter_no_setter2_test/none: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null. 2132 static_getter_no_setter2_test/none: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null.
2187 static_getter_no_setter3_test/01: RuntimeError 2133 static_getter_no_setter3_test/01: RuntimeError
2188 static_setter_get_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 2134 static_setter_get_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
2189 string_interpolate2_test: RuntimeError
2190 string_join_test: RuntimeError 2135 string_join_test: RuntimeError
2191 string_split_test: Crash 2136 string_split_test: Crash
2192 super_bound_closure_test/01: RuntimeError 2137 super_bound_closure_test/01: RuntimeError
2193 super_bound_closure_test/none: RuntimeError 2138 super_bound_closure_test/none: RuntimeError
2194 super_call4_test: Crash 2139 super_call4_test: Crash
2195 super_closure_test: Crash 2140 super_closure_test: Crash
2196 super_field_access_test: Crash 2141 super_field_access_test: Crash
2197 super_getter_setter_test: Crash 2142 super_getter_setter_test: Crash
2198 super_no_such_method1_test/01: Crash 2143 super_no_such_method1_test/01: Crash
2199 super_no_such_method2_test/01: Crash 2144 super_no_such_method2_test/01: Crash
(...skipping 30 matching lines...) Expand all
2230 sync_generator2_test/none: Crash 2175 sync_generator2_test/none: Crash
2231 sync_generator3_test/test1: Crash 2176 sync_generator3_test/test1: Crash
2232 sync_generator3_test/test2: Crash 2177 sync_generator3_test/test2: Crash
2233 syncstar_less_than_test: Crash 2178 syncstar_less_than_test: Crash
2234 syncstar_yield_test/copyParameters: Crash 2179 syncstar_yield_test/copyParameters: Crash
2235 syncstar_yield_test/none: Crash 2180 syncstar_yield_test/none: Crash
2236 syncstar_yieldstar_test: Crash 2181 syncstar_yieldstar_test: Crash
2237 syntax_test/none: CompileTimeError 2182 syntax_test/none: CompileTimeError
2238 temp_mangling_test: Crash 2183 temp_mangling_test: Crash
2239 third_test: Crash 2184 third_test: Crash
2240 top_level_func_test: RuntimeError 2185 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1 , inclusive: 2
2241 top_level_getter_no_setter1_test/01: RuntimeError 2186 top_level_getter_no_setter1_test/01: RuntimeError
2242 top_level_getter_no_setter2_test/01: RuntimeError 2187 top_level_getter_no_setter2_test/01: RuntimeError
2243 truncdiv_test: RuntimeError 2188 truncdiv_test: RuntimeError
2244 try_catch_test/01: MissingCompileTimeError 2189 try_catch_test/01: MissingCompileTimeError
2245 type_argument_substitution_test: Crash 2190 type_argument_substitution_test: Crash
2246 type_checks_in_factory_method_test: RuntimeError 2191 type_checks_in_factory_method_test: RuntimeError
2247 type_parameter_test/01: Crash 2192 type_parameter_test/01: Crash
2248 type_parameter_test/02: Crash 2193 type_parameter_test/02: Crash
2249 type_parameter_test/03: Crash 2194 type_parameter_test/03: Crash
2250 type_parameter_test/04: Crash 2195 type_parameter_test/04: Crash
(...skipping 11 matching lines...) Expand all
2262 type_variable_conflict2_test/07: Crash 2207 type_variable_conflict2_test/07: Crash
2263 type_variable_conflict2_test/09: Crash 2208 type_variable_conflict2_test/09: Crash
2264 type_variable_field_initializer_closure2_test: Crash 2209 type_variable_field_initializer_closure2_test: Crash
2265 type_variable_field_initializer_closure_test: Crash 2210 type_variable_field_initializer_closure_test: Crash
2266 type_variable_function_type_test: RuntimeError 2211 type_variable_function_type_test: RuntimeError
2267 type_variable_nested_test: Crash 2212 type_variable_nested_test: Crash
2268 typecheck_multifield_declaration_test: Crash 2213 typecheck_multifield_declaration_test: Crash
2269 typedef_is_test: Crash 2214 typedef_is_test: Crash
2270 yieldstar_pause_test: Crash 2215 yieldstar_pause_test: Crash
2271 2216
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698