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

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

Issue 3009903002: Pass in `this` as a free variable to the closure class (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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 const_constructor_nonconst_field_test/01: Crash 570 const_constructor_nonconst_field_test/01: Crash
571 const_constructor_syntax_test/05: Crash 571 const_constructor_syntax_test/05: Crash
572 const_error_multiply_initialized_test/01: Crash 572 const_error_multiply_initialized_test/01: Crash
573 const_error_multiply_initialized_test/02: Crash 573 const_error_multiply_initialized_test/02: Crash
574 const_error_multiply_initialized_test/03: Crash 574 const_error_multiply_initialized_test/03: Crash
575 const_error_multiply_initialized_test/04: Crash 575 const_error_multiply_initialized_test/04: Crash
576 const_evaluation_test/01: Crash 576 const_evaluation_test/01: Crash
577 const_factory_with_body_test/01: MissingCompileTimeError 577 const_factory_with_body_test/01: MissingCompileTimeError
578 const_instance_field_test/01: MissingCompileTimeError 578 const_instance_field_test/01: MissingCompileTimeError
579 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. 579 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.
580 const_map2_test/00: MissingCompileTimeError
580 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. 581 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.
582 const_map3_test/00: MissingCompileTimeError
581 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. 583 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.
582 const_optional_args_negative_test: Crash 584 const_optional_args_negative_test: Crash
583 const_switch2_test/01: MissingCompileTimeError 585 const_switch2_test/01: MissingCompileTimeError
584 const_switch_test/02: RuntimeError 586 const_switch_test/02: RuntimeError
585 const_switch_test/04: RuntimeError 587 const_switch_test/04: RuntimeError
586 const_syntax_test/05: MissingCompileTimeError 588 const_syntax_test/05: MissingCompileTimeError
587 const_syntax_test/08: Crash 589 const_syntax_test/08: Crash
588 const_syntax_test/09: Crash 590 const_syntax_test/09: Crash
589 const_syntax_test/10: MissingCompileTimeError 591 const_syntax_test/10: MissingCompileTimeError
590 const_types_test/01: Crash 592 const_types_test/01: Crash
591 const_types_test/02: Crash 593 const_types_test/02: Crash
592 const_types_test/03: Crash 594 const_types_test/03: Crash
593 const_types_test/04: Crash 595 const_types_test/04: Crash
594 const_types_test/05: Crash 596 const_types_test/05: Crash
595 const_types_test/06: Crash 597 const_types_test/06: Crash
596 const_types_test/13: Crash 598 const_types_test/13: Crash
597 const_types_test/31: Crash 599 const_types_test/31: Crash
598 const_types_test/32: Crash 600 const_types_test/32: Crash
599 const_types_test/33: Crash 601 const_types_test/33: Crash
600 const_types_test/34: Crash 602 const_types_test/34: Crash
601 const_types_test/35: Crash 603 const_types_test/35: Crash
602 const_types_test/36: Crash 604 const_types_test/36: Crash
603 const_types_test/37: Crash 605 const_types_test/37: Crash
604 const_types_test/38: Crash 606 const_types_test/38: Crash
605 const_types_test/39: Crash 607 const_types_test/39: Crash
606 const_types_test/40: Crash 608 const_types_test/40: Crash
607 const_types_test/none: Crash 609 const_types_test/none: Crash
608 constants_test/05: MissingCompileTimeError 610 constants_test/05: MissingCompileTimeError
609 constructor12_test: Crash 611 constructor12_test: Crash
612 constructor12_test: RuntimeError
610 constructor2_test: RuntimeError 613 constructor2_test: RuntimeError
611 constructor3_test: RuntimeError 614 constructor3_test: RuntimeError
612 constructor5_test: RuntimeError 615 constructor5_test: RuntimeError
613 constructor6_test: Crash 616 constructor6_test: Crash
614 constructor8_test: Crash 617 constructor8_test: Crash
618 constructor8_test: RuntimeError
615 constructor_duplicate_final_test/01: Crash 619 constructor_duplicate_final_test/01: Crash
616 constructor_duplicate_final_test/02: Crash 620 constructor_duplicate_final_test/02: Crash
617 constructor_duplicate_final_test/03: Crash 621 constructor_duplicate_final_test/03: Crash
618 constructor_named_arguments_test/01: Crash 622 constructor_named_arguments_test/01: Crash
619 constructor_named_arguments_test/none: RuntimeError 623 constructor_named_arguments_test/none: RuntimeError
620 constructor_redirect1_negative_test: Crash 624 constructor_redirect1_negative_test: Crash
621 constructor_redirect2_negative_test: Crash 625 constructor_redirect2_negative_test: Crash
622 constructor_redirect2_test/01: MissingCompileTimeError 626 constructor_redirect2_test/01: MissingCompileTimeError
623 constructor_redirect_test/01: Crash 627 constructor_redirect_test/01: Crash
624 crash_6725_test/01: Crash 628 crash_6725_test/01: Crash
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 duplicate_export_negative_test: Fail 689 duplicate_export_negative_test: Fail
686 duplicate_implements_test/01: MissingCompileTimeError 690 duplicate_implements_test/01: MissingCompileTimeError
687 duplicate_implements_test/02: MissingCompileTimeError 691 duplicate_implements_test/02: MissingCompileTimeError
688 duplicate_implements_test/03: MissingCompileTimeError 692 duplicate_implements_test/03: MissingCompileTimeError
689 duplicate_implements_test/04: MissingCompileTimeError 693 duplicate_implements_test/04: MissingCompileTimeError
690 dynamic_prefix_core_test/01: RuntimeError 694 dynamic_prefix_core_test/01: RuntimeError
691 dynamic_prefix_core_test/none: RuntimeError 695 dynamic_prefix_core_test/none: RuntimeError
692 efficient_length_warning_test: Crash 696 efficient_length_warning_test: Crash
693 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. 697 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.
694 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. 698 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.
699 enum_duplicate_test/02: RuntimeError
695 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. 700 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.
701 enum_duplicate_test/none: RuntimeError
696 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. 702 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.
697 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. 703 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.
704 enum_private_test/01: RuntimeError
698 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. 705 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.
706 enum_private_test/02: RuntimeError
699 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. 707 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.
708 enum_private_test/none: RuntimeError
700 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. 709 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.
710 enum_test: RuntimeError
701 example_constructor_test: RuntimeError 711 example_constructor_test: RuntimeError
702 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. 712 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.
713 execute_finally7_test: RuntimeError
703 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0 714 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0
704 expect_test: RuntimeError 715 expect_test: RuntimeError
705 external_test/10: MissingRuntimeError 716 external_test/10: MissingRuntimeError
706 external_test/13: MissingRuntimeError 717 external_test/13: MissingRuntimeError
707 external_test/20: MissingRuntimeError 718 external_test/20: MissingRuntimeError
708 factory2_test: Crash 719 factory2_test: Crash
709 factory_redirection_test/07: MissingCompileTimeError 720 factory_redirection_test/07: MissingCompileTimeError
710 factory_redirection_test/08: Crash 721 factory_redirection_test/08: Crash
711 factory_redirection_test/09: Crash 722 factory_redirection_test/09: Crash
712 factory_redirection_test/10: Crash 723 factory_redirection_test/10: Crash
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null. 782 function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null.
772 function_subtype_local3_test: RuntimeError 783 function_subtype_local3_test: RuntimeError
773 function_subtype_local4_test: RuntimeError 784 function_subtype_local4_test: RuntimeError
774 function_subtype_not3_test: Crash 785 function_subtype_not3_test: Crash
775 function_subtype_typearg1_test: Crash 786 function_subtype_typearg1_test: Crash
776 function_subtype_typearg2_test: Crash 787 function_subtype_typearg2_test: Crash
777 function_subtype_typearg3_test: Crash 788 function_subtype_typearg3_test: Crash
778 function_subtype_typearg4_test: Crash 789 function_subtype_typearg4_test: Crash
779 function_subtype_typearg5_test: Crash 790 function_subtype_typearg5_test: Crash
780 function_syntax_test/none: Crash 791 function_syntax_test/none: Crash
792 function_syntax_test/none: RuntimeError
781 function_test: Crash 793 function_test: Crash
782 function_type_alias3_test: Crash 794 function_type_alias3_test: Crash
783 function_type_parameter2_negative_test: Crash 795 function_type_parameter2_negative_test: Crash
784 function_type_parameter_negative_test: Crash 796 function_type_parameter_negative_test: Crash
785 generalized_void_syntax_test: CompileTimeError 797 generalized_void_syntax_test: CompileTimeError
786 generic_closure_test: RuntimeError 798 generic_closure_test: RuntimeError
787 generic_field_mixin2_test: Crash 799 generic_field_mixin2_test: Crash
788 generic_field_mixin3_test: Crash 800 generic_field_mixin3_test: Crash
789 generic_field_mixin4_test: Crash # Issue 18651 801 generic_field_mixin4_test: Crash # Issue 18651
790 generic_field_mixin5_test: Crash # Issue 18651 802 generic_field_mixin5_test: Crash # Issue 18651
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 if_null_assignment_behavior_test/06: Crash 838 if_null_assignment_behavior_test/06: Crash
827 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. 839 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.
828 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. 840 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.
829 if_null_assignment_behavior_test/14: RuntimeError 841 if_null_assignment_behavior_test/14: RuntimeError
830 if_null_assignment_static_test/01: RuntimeError 842 if_null_assignment_static_test/01: RuntimeError
831 if_null_assignment_static_test/02: Crash 843 if_null_assignment_static_test/02: Crash
832 if_null_assignment_static_test/03: RuntimeError 844 if_null_assignment_static_test/03: RuntimeError
833 if_null_assignment_static_test/04: RuntimeError 845 if_null_assignment_static_test/04: RuntimeError
834 if_null_assignment_static_test/05: RuntimeError 846 if_null_assignment_static_test/05: RuntimeError
835 if_null_assignment_static_test/06: Crash 847 if_null_assignment_static_test/06: Crash
836 implicit_closure2_test: Crash
837 implicit_closure_test: Crash
838 implicit_this_test/01: Crash 848 implicit_this_test/01: Crash
839 implicit_this_test/04: Crash 849 implicit_this_test/04: Crash
840 implicit_this_test/none: Crash 850 implicit_this_test/none: Crash
841 import_collection_no_prefix_test: Crash 851 import_collection_no_prefix_test: Crash
842 inference_mixin_field_test: Crash 852 inference_mixin_field_test: Crash
843 infinite_switch_label_test: Crash 853 infinite_switch_label_test: Crash
844 infinity_test: RuntimeError 854 infinity_test: RuntimeError
845 inline_super_field_test: Crash 855 inline_super_field_test: Crash
846 inlined_throw_test: Crash 856 inlined_throw_test: Crash
847 instance_creation_in_function_annotation_test: Crash 857 instance_creation_in_function_annotation_test: Crash
848 instanceof4_test/01: Crash 858 instanceof4_test/01: Crash
849 instanceof4_test/none: Crash 859 instanceof4_test/none: Crash
850 integer_division_by_zero_test: RuntimeError 860 integer_division_by_zero_test: RuntimeError
851 interceptor3_test: Crash 861 interceptor3_test: Crash
852 internal_library_test/02: Crash 862 internal_library_test/02: Crash
853 invocation_mirror2_test: Crash 863 invocation_mirror2_test: Crash
854 invocation_mirror_empty_arguments_test: Crash 864 invocation_mirror_empty_arguments_test: Crash
855 invocation_mirror_invoke_on2_test: Crash 865 invocation_mirror_invoke_on2_test: Crash
856 invocation_mirror_invoke_on_test: Crash 866 invocation_mirror_invoke_on_test: Crash
857 invocation_mirror_test: Crash 867 invocation_mirror_test: Crash
858 is_malformed_type_test/94: Crash 868 is_malformed_type_test/94: Crash
859 is_malformed_type_test/96: Crash 869 is_malformed_type_test/96: Crash
860 is_malformed_type_test/98: Crash 870 is_malformed_type_test/98: Crash
861 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. 871 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.
872 is_object_test: RuntimeError
862 issue10721_test: Crash 873 issue10721_test: Crash
863 issue10747_test: Crash 874 issue10747_test: Crash
864 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. 875 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.
876 issue13474_test: RuntimeError
865 issue14014_3_test: Crash 877 issue14014_3_test: Crash
866 issue14242_test: Crash 878 issue14242_test: Crash
867 issue15720_test: Crash 879 issue15720_test: Crash
868 issue21079_test: Crash 880 issue21079_test: Crash
869 issue23244_test: Crash 881 issue23244_test: Crash
870 issue4295001_test: Crash 882 issue4295001_test: Crash
871 issue9602_test: Crash 883 issue9602_test: Crash
872 issue9939_test: RuntimeError 884 issue9939_test: RuntimeError
873 issue_1751477_test: CompileTimeError 885 issue_1751477_test: CompileTimeError
874 issue_23914_test: Crash 886 issue_23914_test: Crash
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 malformed_test/01: Crash 918 malformed_test/01: Crash
907 malformed_test/02: Crash 919 malformed_test/02: Crash
908 malformed_test/03: Crash 920 malformed_test/03: Crash
909 malformed_test/04: Crash 921 malformed_test/04: Crash
910 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. 922 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.
911 malformed_test/none: Crash 923 malformed_test/none: Crash
912 many_named_arguments_test: Crash 924 many_named_arguments_test: Crash
913 many_overridden_no_such_method_test: Crash 925 many_overridden_no_such_method_test: Crash
914 map_literal10_test: Crash 926 map_literal10_test: Crash
915 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. 927 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.
928 map_literal4_test: RuntimeError
916 map_literal7_test: Crash 929 map_literal7_test: Crash
917 map_literal8_test: Crash 930 map_literal8_test: Crash
918 map_literal_syntax_test: Crash 931 map_literal_syntax_test: Crash
919 map_test: Crash 932 map_test: Crash
920 method_name_test: CompileTimeError 933 method_name_test: CompileTimeError
921 method_override4_test: RuntimeError 934 method_override4_test: RuntimeError
922 method_override5_test: RuntimeError 935 method_override5_test: RuntimeError
923 method_override7_test/00: MissingCompileTimeError 936 method_override7_test/00: MissingCompileTimeError
924 method_override7_test/01: MissingCompileTimeError 937 method_override7_test/01: MissingCompileTimeError
925 method_override7_test/02: MissingCompileTimeError 938 method_override7_test/02: MissingCompileTimeError
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 override_inheritance_mixed_test/04: MissingCompileTimeError 1138 override_inheritance_mixed_test/04: MissingCompileTimeError
1126 override_inheritance_no_such_method_test/03: Crash 1139 override_inheritance_no_such_method_test/03: Crash
1127 override_inheritance_no_such_method_test/04: Crash 1140 override_inheritance_no_such_method_test/04: Crash
1128 override_inheritance_no_such_method_test/05: Crash 1141 override_inheritance_no_such_method_test/05: Crash
1129 override_inheritance_no_such_method_test/08: Crash 1142 override_inheritance_no_such_method_test/08: Crash
1130 override_inheritance_no_such_method_test/11: Crash 1143 override_inheritance_no_such_method_test/11: Crash
1131 override_inheritance_no_such_method_test/13: Crash 1144 override_inheritance_no_such_method_test/13: Crash
1132 override_method_with_field_test/01: MissingCompileTimeError 1145 override_method_with_field_test/01: MissingCompileTimeError
1133 parameter_types_specialization_test: RuntimeError 1146 parameter_types_specialization_test: RuntimeError
1134 parse_closures_in_initializers_test: Crash 1147 parse_closures_in_initializers_test: Crash
1148 parse_closures_in_initializers_test: RuntimeError
1135 positional_parameters_type_test/01: MissingRuntimeError 1149 positional_parameters_type_test/01: MissingRuntimeError
1136 positional_parameters_type_test/02: MissingRuntimeError 1150 positional_parameters_type_test/02: MissingRuntimeError
1137 private_mixin2_test: Crash 1151 private_mixin2_test: Crash
1138 private_mixin_exception_throw_test: Crash 1152 private_mixin_exception_throw_test: Crash
1139 private_super_constructor_test/01: Crash 1153 private_super_constructor_test/01: Crash
1140 proxy4_test: Crash 1154 proxy4_test: Crash
1141 proxy5_test: Crash 1155 proxy5_test: Crash
1142 redirecting_constructor_initializer_test: RuntimeError 1156 redirecting_constructor_initializer_test: RuntimeError
1143 redirecting_factory_default_values_test/01: MissingCompileTimeError 1157 redirecting_factory_default_values_test/01: MissingCompileTimeError
1144 redirecting_factory_default_values_test/02: MissingCompileTimeError 1158 redirecting_factory_default_values_test/02: MissingCompileTimeError
1145 redirecting_factory_long_test: Crash 1159 redirecting_factory_long_test: Crash
1146 redirecting_factory_reflection_test: Crash 1160 redirecting_factory_reflection_test: Crash
1147 reg_exp_test: Crash 1161 reg_exp_test: Crash
1148 regress_13494_test: RuntimeError 1162 regress_13494_test: RuntimeError
1149 regress_17382_test: RuntimeError 1163 regress_17382_test: RuntimeError
1150 regress_18535_test: Crash 1164 regress_18535_test: Crash
1151 regress_18713_test: Crash 1165 regress_18713_test: Crash
1152 regress_20394_test/01: Crash 1166 regress_20394_test/01: Crash
1153 regress_20840_test: Crash
1154 regress_21795_test: RuntimeError 1167 regress_21795_test: RuntimeError
1155 regress_22438_test: Crash 1168 regress_22438_test: Crash
1156 regress_22443_test: CompileTimeError 1169 regress_22443_test: CompileTimeError
1157 regress_22445_test: Crash 1170 regress_22445_test: Crash
1158 regress_22579_test: Crash 1171 regress_22579_test: Crash
1159 regress_22666_test: Crash 1172 regress_22666_test: Crash
1160 regress_22728_test: Crash 1173 regress_22728_test: Crash
1161 regress_22777_test: Crash 1174 regress_22777_test: Crash
1162 regress_22936_test/01: RuntimeError 1175 regress_22936_test/01: RuntimeError
1163 regress_22976_test/01: CompileTimeError 1176 regress_22976_test/01: CompileTimeError
1164 regress_22976_test/02: CompileTimeError 1177 regress_22976_test/02: CompileTimeError
1165 regress_22976_test/none: CompileTimeError 1178 regress_22976_test/none: CompileTimeError
1166 regress_23408_test: CompileTimeError 1179 regress_23408_test: CompileTimeError
1167 regress_23498_test: Crash 1180 regress_23498_test: Crash
1168 regress_23500_test/01: Crash 1181 regress_23500_test/01: Crash
1169 regress_23500_test/02: Crash 1182 regress_23500_test/02: Crash
1170 regress_23500_test/none: Crash 1183 regress_23500_test/none: Crash
1184 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1 , inclusive: 2
1171 regress_23537_test: RuntimeError 1185 regress_23537_test: RuntimeError
1172 regress_23996_test: Crash 1186 regress_23996_test: Crash
1173 regress_24283_test: RuntimeError 1187 regress_24283_test: RuntimeError
1174 regress_24567_test: Crash 1188 regress_24567_test: Crash
1175 regress_24935_test/01: Crash 1189 regress_24935_test/01: Crash
1176 regress_24935_test/none: Crash 1190 regress_24935_test/none: Crash
1177 regress_25246_1_test: Crash 1191 regress_25246_1_test: Crash
1178 regress_25550_test: Crash 1192 regress_25550_test: Crash
1179 regress_26133_test: Crash 1193 regress_26133_test: Crash
1180 regress_26175_test: Crash 1194 regress_26175_test: Crash
1181 regress_26230_test: Crash 1195 regress_26230_test: Crash
1182 regress_26668_test: Crash 1196 regress_26668_test: Crash
1183 regress_26948_test: Crash 1197 regress_26948_test: Crash
1184 regress_27572_test: Crash 1198 regress_27572_test: Crash
1185 regress_27617_test/1: Crash 1199 regress_27617_test/1: Crash
1186 regress_27659_test: Crash 1200 regress_27659_test: Crash
1187 regress_28217_test/01: Crash 1201 regress_28217_test/01: Crash
1188 regress_28217_test/none: Crash 1202 regress_28217_test/none: Crash
1189 regress_28255_test: Crash 1203 regress_28255_test: Crash
1190 regress_28278_test: CompileTimeError 1204 regress_28278_test: CompileTimeError
1191 regress_29349_test: CompileTimeError 1205 regress_29349_test: CompileTimeError
1192 regress_29949_test: Crash 1206 regress_29949_test: Crash
1193 regress_30121_test: Crash 1207 regress_30121_test: Crash
1194 rewrite_implicit_this_test/01: Crash 1208 function_test: RuntimeError
1209 local_function_test: RuntimeError
1195 runtime_type_function_test: Crash 1210 runtime_type_function_test: Crash
1196 setter_declaration2_negative_test: Crash 1211 setter_declaration2_negative_test: Crash
1197 setter_declaration_negative_test: Fail 1212 setter_declaration_negative_test: Fail
1198 setter_override_test/00: MissingCompileTimeError 1213 setter_override_test/00: MissingCompileTimeError
1199 setter_override_test/03: MissingCompileTimeError 1214 setter_override_test/03: MissingCompileTimeError
1200 smaller_4_Interface_Types_A11_t02_test: Crash 1215 smaller_4_Interface_Types_A11_t02_test: Crash
1201 stack_overflow_stacktrace_test: RuntimeError 1216 stack_overflow_stacktrace_test: RuntimeError
1202 stack_trace_test: Crash 1217 stack_trace_test: Crash
1203 stacktrace_demangle_ctors_test: Crash 1218 stacktrace_demangle_ctors_test: Crash
1204 stacktrace_rethrow_error_test/none: Crash 1219 stacktrace_rethrow_error_test/none: Crash
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 type_variable_closure3_test: Crash 1309 type_variable_closure3_test: Crash
1295 type_variable_closure4_test: Crash 1310 type_variable_closure4_test: Crash
1296 type_variable_closure_test: Crash 1311 type_variable_closure_test: Crash
1297 type_variable_conflict2_test/01: Crash 1312 type_variable_conflict2_test/01: Crash
1298 type_variable_conflict2_test/05: Crash 1313 type_variable_conflict2_test/05: Crash
1299 type_variable_conflict2_test/07: Crash 1314 type_variable_conflict2_test/07: Crash
1300 type_variable_conflict2_test/09: Crash 1315 type_variable_conflict2_test/09: Crash
1301 type_variable_field_initializer_closure2_test: Crash 1316 type_variable_field_initializer_closure2_test: Crash
1302 type_variable_field_initializer_closure_test: Crash 1317 type_variable_field_initializer_closure_test: Crash
1303 type_variable_function_type_test: RuntimeError 1318 type_variable_function_type_test: RuntimeError
1304 const_map2_test/00: MissingCompileTimeError
1305 const_map3_test/00: MissingCompileTimeError
1306 constructor12_test: RuntimeError
1307 constructor8_test: RuntimeError
1308 enum_duplicate_test/02: RuntimeError
1309 enum_duplicate_test/none: RuntimeError
1310 enum_private_test/01: RuntimeError
1311 enum_private_test/02: RuntimeError
1312 enum_private_test/none: RuntimeError
1313 enum_test: RuntimeError
1314 execute_finally7_test: RuntimeError
1315 function_syntax_test/none: RuntimeError
1316 is_object_test: RuntimeError
1317 issue13474_test: RuntimeError
1318 map_literal4_test: RuntimeError
1319 parse_closures_in_initializers_test: RuntimeError
1320 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1 , inclusive: 2
1321 type_variable_nested_test: Crash 1319 type_variable_nested_test: Crash
1322 wrong_number_type_arguments_test/00: Crash 1320 wrong_number_type_arguments_test/00: Crash
1323 wrong_number_type_arguments_test/02: Crash 1321 wrong_number_type_arguments_test/02: Crash
1324 yieldstar_pause_test: Crash 1322 yieldstar_pause_test: Crash
1325 1323
1326 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 1324 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
1327 async_await_test: Crash 1325 async_await_test: Crash
1328 async_star_test: Crash 1326 async_star_test: Crash
1329 async_switch_test/none: Crash 1327 async_switch_test/none: Crash
1330 async_switch_test/withDefault: Crash 1328 async_switch_test/withDefault: Crash
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 flatten_test/12: Crash 1653 flatten_test/12: Crash
1656 flatten_test/none: Crash 1654 flatten_test/none: Crash
1657 for_in2_test: Crash 1655 for_in2_test: Crash
1658 for_variable_capture_test: Crash 1656 for_variable_capture_test: Crash
1659 full_stacktrace1_test: Crash 1657 full_stacktrace1_test: Crash
1660 full_stacktrace2_test: Crash 1658 full_stacktrace2_test: Crash
1661 full_stacktrace3_test: Crash 1659 full_stacktrace3_test: Crash
1662 function_subtype_bound_closure6_test: Crash 1660 function_subtype_bound_closure6_test: Crash
1663 function_subtype_cast2_test: Crash 1661 function_subtype_cast2_test: Crash
1664 function_subtype_cast3_test: Crash 1662 function_subtype_cast3_test: Crash
1665 function_subtype_checked0_test: Crash
1666 function_subtype_closure0_test: Crash 1663 function_subtype_closure0_test: Crash
1667 function_subtype_closure1_test: Crash 1664 function_subtype_closure1_test: Crash
1668 function_subtype_inline0_test: RuntimeError 1665 function_subtype_inline0_test: RuntimeError
1669 function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null. 1666 function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null.
1670 function_subtype_local3_test: RuntimeError 1667 function_subtype_local3_test: RuntimeError
1671 function_subtype_local4_test: RuntimeError 1668 function_subtype_local4_test: RuntimeError
1672 function_subtype_not3_test: Crash 1669 function_subtype_not3_test: Crash
1673 function_subtype_typearg1_test: Crash 1670 function_subtype_typearg1_test: Crash
1674 function_subtype_typearg2_test: Crash 1671 function_subtype_typearg2_test: Crash
1675 function_subtype_typearg3_test: Crash 1672 function_subtype_typearg3_test: Crash
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1714 if_null_assignment_behavior_test/05: Crash 1711 if_null_assignment_behavior_test/05: Crash
1715 if_null_assignment_behavior_test/06: Crash 1712 if_null_assignment_behavior_test/06: Crash
1716 if_null_assignment_behavior_test/12: RuntimeError 1713 if_null_assignment_behavior_test/12: RuntimeError
1717 if_null_assignment_behavior_test/14: RuntimeError 1714 if_null_assignment_behavior_test/14: RuntimeError
1718 if_null_assignment_static_test/01: RuntimeError 1715 if_null_assignment_static_test/01: RuntimeError
1719 if_null_assignment_static_test/02: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(DerivedClass.derivedTest#)) for j:closure_call (DerivedClass_derivedTest_closure.call). 1716 if_null_assignment_static_test/02: Crash # Assertion failure: Cannot find value Instance of 'ThisLocal' in (local(DerivedClass.derivedTest#)) for j:closure_call (DerivedClass_derivedTest_closure.call).
1720 if_null_assignment_static_test/03: RuntimeError 1717 if_null_assignment_static_test/03: RuntimeError
1721 if_null_assignment_static_test/04: RuntimeError 1718 if_null_assignment_static_test/04: RuntimeError
1722 if_null_assignment_static_test/05: RuntimeError 1719 if_null_assignment_static_test/05: RuntimeError
1723 if_null_assignment_static_test/06: Crash 1720 if_null_assignment_static_test/06: Crash
1724 implicit_closure2_test: Crash
1725 implicit_closure_test: Crash
1726 implicit_this_test/01: Crash 1721 implicit_this_test/01: Crash
1727 implicit_this_test/04: Crash 1722 implicit_this_test/04: Crash
1728 implicit_this_test/none: Crash 1723 implicit_this_test/none: Crash
1729 import_collection_no_prefix_test: Crash 1724 import_collection_no_prefix_test: Crash
1730 inference_mixin_field_test: Crash 1725 inference_mixin_field_test: Crash
1731 infinite_switch_label_test: Crash 1726 infinite_switch_label_test: Crash
1732 infinity_test: RuntimeError 1727 infinity_test: RuntimeError
1733 inline_super_field_test: Crash 1728 inline_super_field_test: Crash
1734 inlined_throw_test: Crash 1729 inlined_throw_test: Crash
1735 instance_creation_in_function_annotation_test: Crash 1730 instance_creation_in_function_annotation_test: Crash
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
2037 redirecting_factory_long_test: Crash 2032 redirecting_factory_long_test: Crash
2038 redirecting_factory_reflection_test: Crash 2033 redirecting_factory_reflection_test: Crash
2039 reg_exp_test: Crash 2034 reg_exp_test: Crash
2040 regress_13494_test: RuntimeError 2035 regress_13494_test: RuntimeError
2041 regress_13494_test: RuntimeError 2036 regress_13494_test: RuntimeError
2042 regress_17382_test: RuntimeError 2037 regress_17382_test: RuntimeError
2043 regress_17382_test: RuntimeError 2038 regress_17382_test: RuntimeError
2044 regress_18535_test: Crash 2039 regress_18535_test: Crash
2045 regress_18713_test: Crash 2040 regress_18713_test: Crash
2046 regress_20394_test/01: MissingCompileTimeError 2041 regress_20394_test/01: MissingCompileTimeError
2047 regress_20840_test: Crash
2048 regress_21795_test: RuntimeError 2042 regress_21795_test: RuntimeError
2049 regress_21795_test: RuntimeError 2043 regress_21795_test: RuntimeError
2050 regress_22438_test: Crash 2044 regress_22438_test: Crash
2051 regress_22443_test: CompileTimeError 2045 regress_22443_test: CompileTimeError
2052 regress_22445_test: Crash 2046 regress_22445_test: Crash
2053 regress_22579_test: Crash 2047 regress_22579_test: Crash
2054 regress_22666_test: Crash 2048 regress_22666_test: Crash
2055 regress_22728_test: Crash 2049 regress_22728_test: Crash
2056 regress_22777_test: Crash 2050 regress_22777_test: Crash
2057 regress_22936_test/01: RuntimeError 2051 regress_22936_test/01: RuntimeError
(...skipping 23 matching lines...) Expand all
2081 regress_27572_test: Crash 2075 regress_27572_test: Crash
2082 regress_27617_test/1: Crash 2076 regress_27617_test/1: Crash
2083 regress_27659_test: Crash 2077 regress_27659_test: Crash
2084 regress_28217_test/01: MissingCompileTimeError 2078 regress_28217_test/01: MissingCompileTimeError
2085 regress_28217_test/none: MissingCompileTimeError 2079 regress_28217_test/none: MissingCompileTimeError
2086 regress_28255_test: Crash 2080 regress_28255_test: Crash
2087 regress_28278_test: CompileTimeError 2081 regress_28278_test: CompileTimeError
2088 regress_29349_test: CompileTimeError 2082 regress_29349_test: CompileTimeError
2089 regress_29949_test: Crash 2083 regress_29949_test: Crash
2090 regress_30121_test: Crash 2084 regress_30121_test: Crash
2091 rewrite_implicit_this_test/01: Crash 2085 function_test: RuntimeError
2086 local_function_test: RuntimeError
2092 runtime_type_function_test: Crash 2087 runtime_type_function_test: Crash
2093 setter_declaration2_negative_test: Crash 2088 setter_declaration2_negative_test: Crash
2094 setter_declaration_negative_test: Fail 2089 setter_declaration_negative_test: Fail
2095 setter_override_test/00: MissingCompileTimeError 2090 setter_override_test/00: MissingCompileTimeError
2096 setter_override_test/03: MissingCompileTimeError 2091 setter_override_test/03: MissingCompileTimeError
2097 smaller_4_Interface_Types_A11_t02_test: Crash 2092 smaller_4_Interface_Types_A11_t02_test: Crash
2098 stack_overflow_stacktrace_test: RuntimeError 2093 stack_overflow_stacktrace_test: RuntimeError
2099 stack_overflow_stacktrace_test: RuntimeError 2094 stack_overflow_stacktrace_test: RuntimeError
2100 stack_trace_test: Crash 2095 stack_trace_test: Crash
2101 stacktrace_demangle_ctors_test: Crash 2096 stacktrace_demangle_ctors_test: Crash
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
2188 type_variable_conflict2_test/01: Crash 2183 type_variable_conflict2_test/01: Crash
2189 type_variable_conflict2_test/05: Crash 2184 type_variable_conflict2_test/05: Crash
2190 type_variable_conflict2_test/07: Crash 2185 type_variable_conflict2_test/07: Crash
2191 type_variable_conflict2_test/09: Crash 2186 type_variable_conflict2_test/09: Crash
2192 type_variable_field_initializer_closure2_test: Crash 2187 type_variable_field_initializer_closure2_test: Crash
2193 type_variable_field_initializer_closure_test: Crash 2188 type_variable_field_initializer_closure_test: Crash
2194 type_variable_function_type_test: RuntimeError 2189 type_variable_function_type_test: RuntimeError
2195 type_variable_nested_test: Crash 2190 type_variable_nested_test: Crash
2196 yieldstar_pause_test: Crash 2191 yieldstar_pause_test: Crash
2197 2192
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698