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

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

Issue 2995113002: Share locals between members (Closed)
Patch Set: Rebased Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # 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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 dynamic_prefix_core_test/none: RuntimeError 723 dynamic_prefix_core_test/none: RuntimeError
724 efficient_length_warning_test: Crash 724 efficient_length_warning_test: Crash
725 enum_duplicate_test/01: Crash 725 enum_duplicate_test/01: Crash
726 enum_duplicate_test/02: RuntimeError 726 enum_duplicate_test/02: RuntimeError
727 enum_duplicate_test/none: RuntimeError 727 enum_duplicate_test/none: RuntimeError
728 enum_mirror_test: Crash 728 enum_mirror_test: Crash
729 enum_private_test/01: RuntimeError 729 enum_private_test/01: RuntimeError
730 enum_private_test/02: RuntimeError 730 enum_private_test/02: RuntimeError
731 enum_private_test/none: RuntimeError 731 enum_private_test/none: RuntimeError
732 enum_test: RuntimeError 732 enum_test: RuntimeError
733 example_constructor_test: Crash
734 execute_finally7_test: RuntimeError
735 exhaustive_for_test: Crash
736 expect_test: RuntimeError 733 expect_test: RuntimeError
737 export_double_same_main_test: CompileTimeError 734 export_double_same_main_test: CompileTimeError
738 export_main_test: CompileTimeError 735 export_main_test: CompileTimeError
739 external_test/10: Crash 736 external_test/10: Crash
737 external_test/10: MissingRuntimeError
740 external_test/13: Crash 738 external_test/13: Crash
739 external_test/13: MissingRuntimeError
741 external_test/20: Crash 740 external_test/20: Crash
741 external_test/20: MissingRuntimeError
742 factory2_test: Crash 742 factory2_test: Crash
743 factory_redirection_test/07: MissingCompileTimeError 743 factory_redirection_test/07: MissingCompileTimeError
744 factory_redirection_test/08: Crash 744 factory_redirection_test/08: Crash
745 factory_redirection_test/09: Crash 745 factory_redirection_test/09: Crash
746 factory_redirection_test/10: Crash 746 factory_redirection_test/10: Crash
747 factory_redirection_test/11: Crash 747 factory_redirection_test/11: Crash
748 factory_redirection_test/12: Crash 748 factory_redirection_test/12: Crash
749 factory_redirection_test/13: Crash 749 factory_redirection_test/13: Crash
750 factory_redirection_test/14: Crash 750 factory_redirection_test/14: Crash
751 factory_redirection_test/none: Crash 751 factory_redirection_test/none: Crash
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 flatten_test/11: Crash 789 flatten_test/11: Crash
790 flatten_test/12: Crash 790 flatten_test/12: Crash
791 flatten_test/none: Crash 791 flatten_test/none: Crash
792 for2_test: RuntimeError 792 for2_test: RuntimeError
793 for_in2_test: Crash 793 for_in2_test: Crash
794 for_variable_capture_test: Crash 794 for_variable_capture_test: Crash
795 full_stacktrace1_test: Crash 795 full_stacktrace1_test: Crash
796 full_stacktrace2_test: Crash 796 full_stacktrace2_test: Crash
797 full_stacktrace3_test: Crash 797 full_stacktrace3_test: Crash
798 function_literals2_test: Crash 798 function_literals2_test: Crash
799 function_literals_test: Crash 799 compile_time_constant_k_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-re po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42 5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
800 compile_time_constant_k_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-re po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42 5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
801 compile_time_constant_k_test/03: Crash # 'file:///c:/Users/johnniwinther/dart-re po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42 5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
802 compile_time_constant_k_test/none: Crash # 'file:///c:/Users/johnniwinther/dart- repo1/sdk/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.
803 compile_time_constant_o_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-re po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42 5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
804 compile_time_constant_o_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-re po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42 5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
805 compile_time_constant_o_test/none: Crash # 'file:///c:/Users/johnniwinther/dart- repo1/sdk/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.
806 compile_time_constant_r_test/none: Crash # 'file:///c:/Users/johnniwinther/dart- repo1/sdk/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.
807 conditional_rewrite_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk /pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 1 2: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stor ed in a closure field.
808 const_map2_test/00: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/c ompiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!i sStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
809 const_map2_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg /compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: ' !isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i n a closure field.
810 const_map3_test/00: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/c ompiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!i sStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
811 const_map3_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg /compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: ' !isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i n a closure field.
812 const_map4_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/comp iler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isSt oredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a c losure field.
813 const_objects_are_immutable_test/01: Crash # 'file:///c:/Users/johnniwinther/dar t-repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: lin e 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#fir st) is stored in a closure field.
814 const_objects_are_immutable_test/none: Crash # 'file:///c:/Users/johnniwinther/d art-repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: l ine 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#f irst) is stored in a closure field.
815 deferred_not_loaded_check_test: RuntimeError
816 emit_const_fields_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p kg/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.
817 enum_duplicate_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p kg/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.
818 enum_duplicate_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk /pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 1 2: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stor ed in a closure field.
819 enum_index_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/comp iler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isSt oredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a c losure field.
820 enum_private_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg /compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: ' !isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i n a closure field.
821 enum_private_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg /compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: ' !isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i n a closure field.
822 enum_private_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p kg/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.
823 enum_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/compiler/l ib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredIn ClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
824 example_constructor_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk /pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 513 pos 1 6: 'false': ir.LocalInitializer not handled
825 execute_finally7_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pk g/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Helper.f1#k) is stored in a closur e field.
826 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0
827 field_override2_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg /compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: ' !isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i n a closure field.
828 first_class_types_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p kg/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.
800 function_malformed_result_type_test: Crash 829 function_malformed_result_type_test: Crash
801 function_propagation_test: Crash # 'file:///usr/local/google/home/efortuna/dart/ sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for j:method(A.call) . Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Cl osure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), local(Maps.m apToString#)) 830 function_propagation_test: Crash # 'file:///usr/local/google/home/efortuna/dart/ sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for j:method(A.call) . Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Cl osure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), local(Maps.m apToString#))
802 function_subtype3_test: Crash 831 function_subtype3_test: Crash
803 function_subtype_bound_closure6_test: Crash 832 function_subtype_bound_closure6_test: Crash
804 function_subtype_call0_test: Crash 833 function_subtype_call0_test: Crash
805 function_subtype_call1_test: Crash 834 function_subtype_call1_test: Crash
806 function_subtype_call2_test: Crash 835 function_subtype_call2_test: Crash
807 function_subtype_cast2_test: Crash 836 function_subtype_cast2_test: Crash
808 function_subtype_cast3_test: Crash 837 function_subtype_cast3_test: Crash
809 function_subtype_checked0_test: Crash 838 function_subtype_checked0_test: Crash
(...skipping 27 matching lines...) Expand all
837 generic_field_mixin4_test: Crash # Issue 18651 866 generic_field_mixin4_test: Crash # Issue 18651
838 generic_field_mixin5_test: Crash # Issue 18651 867 generic_field_mixin5_test: Crash # Issue 18651
839 generic_field_mixin6_test/01: Crash 868 generic_field_mixin6_test/01: Crash
840 generic_field_mixin_test: Crash 869 generic_field_mixin_test: Crash
841 generic_function_typedef2_test/04: Crash 870 generic_function_typedef2_test/04: Crash
842 generic_function_typedef_test: Crash 871 generic_function_typedef_test: Crash
843 generic_functions_test: Crash 872 generic_functions_test: Crash
844 generic_instanceof_test: Crash 873 generic_instanceof_test: Crash
845 generic_local_functions_test: Crash 874 generic_local_functions_test: Crash
846 generic_methods_generic_function_parameter_test: Crash 875 generic_methods_generic_function_parameter_test: Crash
876 generic_methods_new_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk /pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 1 2: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stor ed in a closure field.
847 generic_methods_test: Crash 877 generic_methods_test: Crash
848 generic_methods_type_expression_test/01: Crash 878 generic_methods_type_expression_test/01: Crash
849 generic_methods_type_expression_test/03: Crash 879 generic_methods_type_expression_test/03: Crash
850 generic_methods_type_expression_test/none: Crash 880 generic_methods_type_expression_test/none: Crash
851 generic_native_test: Crash 881 generic_native_test: Crash
852 generic_syntax_test: Crash 882 generic_syntax_test: Crash
853 generic_test: RuntimeError 883 generic_test: RuntimeError
884 generics_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/compil er/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStor edInClosureField(local)': Local local(Maps.mapToString#first) is stored in a clo sure field.
854 getter_no_setter2_test/00: RuntimeError 885 getter_no_setter2_test/00: RuntimeError
855 getter_no_setter2_test/03: RuntimeError 886 getter_no_setter2_test/03: RuntimeError
856 getter_no_setter_test/00: RuntimeError 887 getter_no_setter_test/00: RuntimeError
857 getter_no_setter_test/none: RuntimeError 888 getter_no_setter_test/none: RuntimeError
858 getter_override2_test/02: MissingCompileTimeError 889 getter_override2_test/02: MissingCompileTimeError
859 getter_override_test/00: MissingCompileTimeError 890 getter_override_test/00: MissingCompileTimeError
860 getter_override_test/01: MissingCompileTimeError 891 getter_override_test/01: MissingCompileTimeError
861 getter_override_test/02: MissingCompileTimeError 892 getter_override_test/02: MissingCompileTimeError
862 hash_map_null_key_foreach_test: RuntimeError 893 hash_map_null_key_foreach_test: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#c) is stored in a cl osure field.
863 identical_closure2_test: RuntimeError 894 identical_closure2_test: RuntimeError
895 identical_const_test/05: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/ pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12 : '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is store d in a closure field.
896 identical_const_test/06: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/ pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12 : '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is store d in a closure field.
897 identical_const_test/07: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/ pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12 : '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is store d in a closure field.
898 identical_const_test/08: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/ pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12 : '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is store d in a closure field.
864 if_null_assignment_behavior_test/01: Crash 899 if_null_assignment_behavior_test/01: Crash
865 if_null_assignment_behavior_test/02: Crash 900 if_null_assignment_behavior_test/02: Crash
866 if_null_assignment_behavior_test/03: Crash 901 if_null_assignment_behavior_test/03: Crash
867 if_null_assignment_behavior_test/04: Crash 902 if_null_assignment_behavior_test/04: Crash
868 if_null_assignment_behavior_test/05: Crash 903 if_null_assignment_behavior_test/05: Crash
869 if_null_assignment_behavior_test/06: Crash 904 if_null_assignment_behavior_test/06: Crash
870 if_null_assignment_behavior_test/12: RuntimeError 905 if_null_assignment_behavior_test/11: Crash # 'file:///c:/Users/johnniwinther/dar t-repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: lin e 425 pos 12: '!isStoredInClosureField(local)': Local local(main#l) is stored in a closure field.
906 if_null_assignment_behavior_test/12: Crash # 'file:///c:/Users/johnniwinther/dar t-repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: lin e 425 pos 12: '!isStoredInClosureField(local)': Local local(main#l) is stored in a closure field.
871 if_null_assignment_behavior_test/14: RuntimeError 907 if_null_assignment_behavior_test/14: RuntimeError
872 if_null_assignment_static_test/01: RuntimeError 908 if_null_assignment_static_test/01: RuntimeError
873 if_null_assignment_static_test/02: Crash 909 if_null_assignment_static_test/02: Crash
874 if_null_assignment_static_test/03: RuntimeError 910 if_null_assignment_static_test/03: RuntimeError
875 if_null_assignment_static_test/04: RuntimeError 911 if_null_assignment_static_test/04: RuntimeError
876 if_null_assignment_static_test/05: RuntimeError 912 if_null_assignment_static_test/05: RuntimeError
877 if_null_assignment_static_test/06: Crash 913 if_null_assignment_static_test/06: Crash
878 implicit_closure2_test: Crash 914 implicit_closure2_test: Crash
879 implicit_closure_test: Crash 915 implicit_closure_test: Crash
880 implicit_this_test/01: Crash 916 implicit_this_test/01: Crash
881 implicit_this_test/04: Crash 917 implicit_this_test/04: Crash
882 implicit_this_test/none: Crash 918 implicit_this_test/none: Crash
883 import_collection_no_prefix_test: Crash 919 import_collection_no_prefix_test: Crash
920 import_core_prefix_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/ pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12 : '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is store d in a closure field.
921 import_self_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/ compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '! isStoredInClosureField(local)': Local local(main#t) is stored in a closure field .
884 inference_mixin_field_test: Crash 922 inference_mixin_field_test: Crash
885 infinite_switch_label_test: Crash 923 infinite_switch_label_test: Crash
886 infinity_test: RuntimeError 924 infinity_test: RuntimeError
887 initializing_formal_capture_test: Crash 925 initializing_formal_capture_test: Crash
888 initializing_formal_final_test: Crash 926 initializing_formal_final_test: Crash
889 inline_super_field_test: Crash 927 inline_super_field_test: Crash
890 inlined_throw_test: Crash 928 inlined_throw_test: Crash
891 instance_creation_in_function_annotation_test: Crash 929 instance_creation_in_function_annotation_test: Crash
892 instanceof4_test/01: Crash 930 instanceof4_test/01: Crash
893 instanceof4_test/none: Crash 931 instanceof4_test/none: Crash
894 integer_division_by_zero_test: RuntimeError 932 integer_division_by_zero_test: RuntimeError
895 interceptor3_test: Crash 933 interceptor3_test: Crash
896 external_test/10: MissingRuntimeError
897 external_test/13: MissingRuntimeError
898 external_test/20: MissingRuntimeError
899 internal_library_test/02: Crash 934 internal_library_test/02: Crash
900 invocation_mirror2_test: Crash 935 invocation_mirror2_test: Crash
901 invocation_mirror_empty_arguments_test: Crash 936 invocation_mirror_empty_arguments_test: Crash
902 invocation_mirror_invoke_on2_test: Crash 937 invocation_mirror_invoke_on2_test: Crash
903 invocation_mirror_invoke_on_test: Crash 938 invocation_mirror_invoke_on_test: Crash
904 invocation_mirror_test: Crash 939 invocation_mirror_test: Crash
905 is_malformed_type_test/94: Crash 940 is_malformed_type_test/94: Crash
906 is_malformed_type_test/96: Crash 941 is_malformed_type_test/96: Crash
907 is_malformed_type_test/98: Crash 942 is_malformed_type_test/98: Crash
908 is_object_test: RuntimeError 943 is_object_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/compi ler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isSto redInClosureField(local)': Local local(main#evalCount) is stored in a closure fi eld.
944 issue10204_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/comp iler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isSt oredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a c losure field.
909 issue10721_test: Crash 945 issue10721_test: Crash
910 issue10747_test: Crash 946 issue10747_test: Crash
911 issue13474_test: RuntimeError 947 issue13474_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/comp iler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isSt oredInClosureField(local)': Local local(main#a) is stored in a closure field.
912 issue14014_2_test: Crash 948 issue14014_2_test: Crash
913 issue14014_3_test: Crash 949 issue14014_3_test: Crash
914 issue14014_test: Crash 950 issue14014_test: Crash
915 issue14242_test: Crash 951 issue14242_test: Crash
916 issue15720_test: Crash 952 issue15720_test: Crash
917 issue21079_test: Crash 953 issue21079_test: Crash
918 issue23244_test: Crash 954 issue23244_test: Crash
919 issue4295001_test: Crash 955 issue4295001_test: Crash
920 issue9602_test: Crash 956 issue9602_test: Crash
921 issue9939_test: RuntimeError 957 issue9939_test: RuntimeError
922 issue_1751477_test: CompileTimeError 958 issue_1751477_test: CompileTimeError
923 issue_22780_test/01: Crash 959 issue_22780_test/01: Crash
924 issue_23914_test: Crash 960 issue_23914_test: Crash
925 issue_25671a_test/01: Crash 961 issue_25671a_test/01: Crash
926 issue_25671b_test/01: Crash 962 issue_25671b_test/01: Crash
927 label_test: Crash 963 label_test: Crash
928 lazy_static5_test: Crash 964 lazy_map_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/compil er/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStor edInClosureField(local)': Local local(Maps.mapToString#first) is stored in a clo sure field.
929 lazy_static6_test: Crash
930 lazy_static8_test: RuntimeError 965 lazy_static8_test: RuntimeError
931 left_shift_test: RuntimeError 966 left_shift_test: RuntimeError
932 library_env_test/has_no_html_support: RuntimeError 967 library_env_test/has_no_html_support: RuntimeError
933 library_env_test/has_no_io_support: RuntimeError 968 library_env_test/has_no_io_support: RuntimeError
934 library_env_test/has_no_mirror_support: RuntimeError 969 library_env_test/has_no_mirror_support: RuntimeError
935 library_prefixes_test: Crash 970 library_prefixes_test: Crash
936 list_is_test: Crash 971 list_is_test: Crash
937 list_literal3_test: Crash 972 list_literal3_test: Crash
938 list_literal4_test: RuntimeError 973 list_literal4_test: RuntimeError
939 list_test: Crash 974 list_test: Crash
940 local_function2_test: RuntimeError 975 list_tracer_in_map_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/ pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12 : '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is store d in a closure field.
976 local_function2_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg /compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: ' !isStoredInClosureField(local)': Local local(LocalFunction2Test.f#a) is stored i n a closure field.
941 local_function3_test: RuntimeError 977 local_function3_test: RuntimeError
942 local_function_test: Crash 978 local_function_test: Crash
943 logical_expression_test: Crash 979 logical_expression_test: Crash
944 main_not_a_function_test/01: CompileTimeError 980 main_not_a_function_test/01: CompileTimeError
945 main_test/01: Crash 981 main_test/01: Crash
946 main_test/02: Crash 982 main_test/02: Crash
947 main_test/03: Crash 983 main_test/03: Crash
948 main_test/04: Crash 984 main_test/04: Crash
949 main_test/05: Crash 985 main_test/05: Crash
950 main_test/20: Crash 986 main_test/20: Crash
951 main_test/21: Crash 987 main_test/21: Crash
952 main_test/22: Crash 988 main_test/22: Crash
953 main_test/41: Crash 989 main_test/41: Crash
954 main_test/42: Crash 990 main_test/42: Crash
955 main_test/43: Crash 991 main_test/43: Crash
956 main_test/44: Crash 992 main_test/44: Crash
957 main_test/45: Crash 993 main_test/45: Crash
958 malbounded_type_cast2_test: Crash 994 malbounded_type_cast2_test: Crash
959 malbounded_type_test2_test: Crash 995 malbounded_type_test2_test: Crash
960 malformed_test/01: Crash 996 malformed_test/01: Crash
961 malformed_test/02: Crash 997 malformed_test/02: Crash
962 malformed_test/03: Crash 998 malformed_test/03: Crash
963 malformed_test/04: Crash 999 malformed_test/04: Crash
964 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. 1000 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.
965 malformed_test/none: Crash 1001 malformed_test/none: Crash
966 many_generic_instanceof_test: Crash 1002 many_generic_instanceof_test: Crash
967 many_named_arguments_test: Crash 1003 many_named_arguments_test: Crash
968 many_overridden_no_such_method_test: Crash 1004 many_overridden_no_such_method_test: Crash
969 map_literal10_test: Crash 1005 map_literal10_test: Crash
970 map_literal3_test: RuntimeError 1006 map_literal2_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/co mpiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!is StoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
971 map_literal4_test: RuntimeError 1007 map_literal3_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/co mpiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!is StoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
1008 map_literal4_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/co mpiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!is StoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
1009 map_literal5_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/co mpiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!is StoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
1010 map_literal6_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/co mpiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!is StoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
972 map_literal7_test: Crash 1011 map_literal7_test: Crash
973 map_literal8_test: Crash 1012 map_literal8_test: Crash
1013 map_literal9_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/co mpiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!is StoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
974 map_literal_syntax_test: Crash 1014 map_literal_syntax_test: Crash
1015 map_literal_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/com piler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isS toredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
975 map_test: Crash 1016 map_test: Crash
976 method_name_test: CompileTimeError 1017 method_name_test: CompileTimeError
977 method_override4_test: RuntimeError 1018 method_override4_test: RuntimeError
978 method_override5_test: RuntimeError 1019 method_override5_test: RuntimeError
979 method_override7_test/00: MissingCompileTimeError 1020 method_override7_test/00: MissingCompileTimeError
980 method_override7_test/01: MissingCompileTimeError 1021 method_override7_test/01: MissingCompileTimeError
981 method_override7_test/02: MissingCompileTimeError 1022 method_override7_test/02: MissingCompileTimeError
982 method_override8_test/00: Crash 1023 method_override8_test/00: Crash
983 method_override8_test/01: MissingCompileTimeError 1024 method_override8_test/01: MissingCompileTimeError
1025 methods_as_constants_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sd k/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is sto red in a closure field.
984 mint_arithmetic_test: RuntimeError 1026 mint_arithmetic_test: RuntimeError
985 mixin_black_listed_test/02: Crash 1027 mixin_black_listed_test/02: Crash
986 mixin_bound_test: Crash 1028 mixin_bound_test: Crash
987 mixin_extends_field_test: Crash 1029 mixin_extends_field_test: Crash
988 mixin_extends_is_test: Crash 1030 mixin_extends_is_test: Crash
989 mixin_extends_method_test: Crash 1031 mixin_extends_method_test: Crash
990 mixin_field_initializer_test: Crash 1032 mixin_field_initializer_test: Crash
991 mixin_field_test: Crash 1033 mixin_field_test: Crash
992 mixin_forwarding_constructor1_test: Crash 1034 mixin_forwarding_constructor1_test: Crash
993 mixin_forwarding_constructor2_test: Crash 1035 mixin_forwarding_constructor2_test: Crash
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1194 parameter_types_specialization_test: RuntimeError 1236 parameter_types_specialization_test: RuntimeError
1195 parse_closures_in_initializers_test: Crash 1237 parse_closures_in_initializers_test: Crash
1196 positional_parameters_type_test/01: Crash 1238 positional_parameters_type_test/01: Crash
1197 positional_parameters_type_test/02: Crash 1239 positional_parameters_type_test/02: Crash
1198 positional_parameters_type_test/none: Crash 1240 positional_parameters_type_test/none: Crash
1199 private_mixin2_test: Crash 1241 private_mixin2_test: Crash
1200 private_mixin_exception_throw_test: Crash 1242 private_mixin_exception_throw_test: Crash
1201 private_super_constructor_test/01: Crash 1243 private_super_constructor_test/01: Crash
1202 proxy4_test: Crash 1244 proxy4_test: Crash
1203 proxy5_test: Crash 1245 proxy5_test: Crash
1246 range_analysis2_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/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 fiel d.
1204 redirecting_constructor_initializer_test: RuntimeError 1247 redirecting_constructor_initializer_test: RuntimeError
1205 redirecting_factory_default_values_test/01: MissingCompileTimeError 1248 redirecting_factory_default_values_test/01: MissingCompileTimeError
1206 redirecting_factory_default_values_test/02: MissingCompileTimeError 1249 redirecting_factory_default_values_test/02: MissingCompileTimeError
1207 redirecting_factory_long_test: Crash 1250 redirecting_factory_long_test: Crash
1208 redirecting_factory_reflection_test: Crash 1251 redirecting_factory_reflection_test: Crash
1209 reg_exp_test: Crash 1252 reg_exp_test: Crash
1210 regress_11010_test: Crash 1253 regress_11010_test: Crash
1211 deferred_not_loaded_check_test: RuntimeError
1212 regress_13494_test: RuntimeError 1254 regress_13494_test: RuntimeError
1213 regress_17382_test: RuntimeError 1255 regress_17382_test: RuntimeError
1214 regress_18435_test: Crash 1256 regress_18435_test: Crash
1215 regress_18535_test: Crash 1257 regress_18535_test: Crash
1216 regress_18713_test: Crash 1258 regress_18713_test: Crash
1217 regress_20394_test/01: Crash 1259 regress_20394_test/01: Crash
1218 regress_20840_test: Crash 1260 regress_20840_test: Crash
1219 regress_21795_test: RuntimeError 1261 regress_21795_test: RuntimeError
1220 regress_22438_test: Crash 1262 regress_22438_test: Crash
1221 regress_22443_test: CompileTimeError 1263 regress_22443_test: CompileTimeError
1222 regress_22445_test: Crash 1264 regress_22445_test: Crash
1223 regress_22579_test: Crash 1265 regress_22579_test: Crash
1224 regress_22666_test: Crash 1266 regress_22666_test: Crash
1225 regress_22728_test: Crash 1267 regress_22728_test: Crash
1226 regress_22777_test: Crash 1268 regress_22777_test: Crash
1227 regress_22822_test: RuntimeError 1269 regress_22822_test: RuntimeError
1228 regress_22858_test: Crash
1229 regress_22936_test/01: RuntimeError 1270 regress_22936_test/01: RuntimeError
1230 regress_22976_test/01: CompileTimeError 1271 regress_22976_test/01: CompileTimeError
1231 regress_22976_test/02: CompileTimeError 1272 regress_22976_test/02: CompileTimeError
1232 regress_22976_test/none: CompileTimeError 1273 regress_22976_test/none: CompileTimeError
1233 regress_23408_test: CompileTimeError 1274 regress_23408_test: CompileTimeError
1234 regress_23498_test: Crash 1275 regress_23498_test: Crash
1235 regress_23500_test/01: Crash 1276 regress_23500_test/01: Crash
1236 regress_23500_test/02: Crash 1277 regress_23500_test/02: Crash
1237 regress_23500_test/none: Crash 1278 regress_23500_test/none: Crash
1238 regress_23537_test: Crash 1279 regress_23537_test: RuntimeError
1239 regress_23996_test: Crash 1280 regress_23996_test: Crash
1240 regress_24283_test: RuntimeError 1281 regress_24283_test: RuntimeError
1241 regress_24567_test: Crash 1282 regress_24567_test: Crash
1242 regress_24935_test/01: Crash 1283 regress_24935_test/01: Crash
1243 regress_24935_test/none: Crash 1284 regress_24935_test/none: Crash
1244 regress_25246_1_test: Crash 1285 regress_25246_1_test: Crash
1245 regress_25550_test: Crash 1286 regress_25550_test: Crash
1246 regress_26133_test: Crash 1287 regress_26133_test: Crash
1247 regress_26175_test: Crash 1288 regress_26175_test: Crash
1248 regress_26230_test: Crash 1289 regress_26230_test: Crash
1290 regress_26543_1_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg /compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: ' !isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i n a closure field.
1291 regress_26543_2_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg /compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: ' !isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i n a closure field.
1292 regress_26543_3_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg /compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: ' !isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i n a closure field.
1249 regress_26668_test: Crash 1293 regress_26668_test: Crash
1250 regress_26948_test: Crash 1294 regress_26948_test: Crash
1251 regress_27572_test: Crash 1295 regress_27572_test: Crash
1252 regress_27617_test/1: Crash 1296 regress_27617_test/1: Crash
1253 regress_27659_test: Crash 1297 regress_27659_test: Crash
1254 regress_28217_test/01: Crash 1298 regress_28217_test/01: Crash
1255 regress_28217_test/none: Crash 1299 regress_28217_test/none: Crash
1256 regress_28255_test: Crash 1300 regress_28255_test: Crash
1257 regress_28278_test: CompileTimeError 1301 regress_28278_test: CompileTimeError
1258 regress_29349_test: CompileTimeError 1302 regress_29349_test: CompileTimeError
1259 regress_29949_test: Crash 1303 regress_29949_test: Crash
1260 regress_30121_test: Crash 1304 regress_30121_test: Crash
1261 rewrite_implicit_this_test/01: Crash 1305 rewrite_implicit_this_test/01: Crash
1262 runtime_type_function_test: Crash 1306 runtime_type_function_test: Crash
1307 savannah_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/compil er/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStor edInClosureField(local)': Local local(Maps.mapToString#first) is stored in a clo sure field.
1263 setter_declaration2_negative_test: Crash 1308 setter_declaration2_negative_test: Crash
1264 setter_declaration_negative_test: Fail 1309 setter_declaration_negative_test: Fail
1265 setter_override_test/00: MissingCompileTimeError 1310 setter_override_test/00: MissingCompileTimeError
1266 setter_override_test/03: MissingCompileTimeError 1311 setter_override_test/03: MissingCompileTimeError
1267 smaller_4_Interface_Types_A11_t02_test: Crash 1312 smaller_4_Interface_Types_A11_t02_test: Crash
1268 stack_overflow_stacktrace_test: RuntimeError 1313 stack_overflow_stacktrace_test: RuntimeError
1269 stack_trace_test: Crash 1314 stack_trace_test: Crash
1270 stacktrace_demangle_ctors_test: Crash 1315 stacktrace_demangle_ctors_test: Crash
1271 stacktrace_rethrow_error_test/none: Crash 1316 stacktrace_rethrow_error_test/none: Crash
1272 stacktrace_rethrow_error_test/withtraceparameter: Crash 1317 stacktrace_rethrow_error_test/withtraceparameter: Crash
1273 stacktrace_rethrow_nonerror_test: Crash 1318 stacktrace_rethrow_nonerror_test: Crash
1274 stacktrace_test: RuntimeError 1319 stacktrace_test: RuntimeError
1275 statement_test: Crash 1320 statement_test: Crash
1321 static_const_field_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/ pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12 : '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is store d in a closure field.
1276 static_getter_no_setter1_test/01: RuntimeError 1322 static_getter_no_setter1_test/01: RuntimeError
1277 static_getter_no_setter2_test/01: Crash 1323 static_getter_no_setter2_test/01: Crash
1278 static_getter_no_setter2_test/none: Crash 1324 static_getter_no_setter2_test/none: Crash
1279 static_getter_no_setter3_test/01: RuntimeError 1325 static_getter_no_setter3_test/01: RuntimeError
1280 static_setter_get_test/01: Crash 1326 static_setter_get_test/01: Crash
1281 string_interpolate2_test: RuntimeError 1327 string_interpolate2_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk /pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 1 2: '!isStoredInClosureField(local)': Local local(StringInterpolate2Test.testMain #i) is stored in a closure field.
1282 string_interpolation_and_buffer_test: RuntimeError 1328 string_interpolation_newline_test: Crash # 'file:///c:/Users/johnniwinther/dart- repo1/sdk/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.
1283 string_join_test: RuntimeError 1329 string_join_test: RuntimeError
1284 string_split_test: Crash 1330 string_split_test: Crash
1285 super_bound_closure_test/01: RuntimeError 1331 super_bound_closure_test/01: RuntimeError
1286 super_bound_closure_test/none: RuntimeError 1332 super_bound_closure_test/none: RuntimeError
1287 super_call4_test: Crash 1333 super_call4_test: Crash
1288 super_closure_test: Crash 1334 super_closure_test: Crash
1289 super_field_access_test: Crash 1335 super_field_access_test: Crash
1290 super_getter_setter_test: Crash 1336 super_getter_setter_test: Crash
1291 super_no_such_method1_test/01: Crash 1337 super_no_such_method1_test/01: Crash
1292 super_no_such_method2_test/01: Crash 1338 super_no_such_method2_test/01: Crash
1293 super_no_such_method3_test/01: Crash 1339 super_no_such_method3_test/01: Crash
1294 super_no_such_method4_test/01: Crash 1340 super_no_such_method4_test/01: Crash
1295 super_no_such_method5_test/01: Crash 1341 super_no_such_method5_test/01: Crash
1342 super_operator_index2_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/s dk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is st ored in a closure field.
1296 super_operator_index5_test: Crash 1343 super_operator_index5_test: Crash
1297 super_operator_index6_test: Crash 1344 super_operator_index6_test: Crash
1298 super_operator_index7_test: Crash 1345 super_operator_index7_test: Crash
1299 super_operator_index8_test: Crash 1346 super_operator_index8_test: Crash
1300 super_operator_index_test/01: Crash 1347 super_operator_index_test/01: Crash
1301 super_operator_index_test/02: Crash 1348 super_operator_index_test/02: Crash
1302 super_operator_index_test/03: Crash 1349 super_operator_index_test/03: Crash
1303 super_operator_index_test/04: Crash 1350 super_operator_index_test/04: Crash
1304 super_operator_index_test/05: Crash 1351 super_operator_index_test/05: Crash
1305 super_operator_index_test/06: Crash 1352 super_operator_index_test/06: Crash
1306 super_operator_index_test/07: Crash 1353 super_operator_index_test/07: Crash
1307 super_operator_test: Crash 1354 super_operator_test: Crash
1308 super_setter_interceptor_test: RuntimeError 1355 super_setter_interceptor_test: RuntimeError
1309 super_test: Crash 1356 super_test: Crash
1310 switch_bad_case_test/01: MissingCompileTimeError 1357 switch_bad_case_test/01: MissingCompileTimeError
1311 switch_bad_case_test/02: MissingCompileTimeError 1358 switch_bad_case_test/02: MissingCompileTimeError
1312 switch_case_test/00: MissingCompileTimeError 1359 switch_case_test/00: MissingCompileTimeError
1313 switch_case_test/01: MissingCompileTimeError 1360 switch_case_test/01: MissingCompileTimeError
1314 switch_case_test/02: MissingCompileTimeError 1361 switch_case_test/02: MissingCompileTimeError
1315 switch_fallthru_test: RuntimeError 1362 switch_fallthru_test: RuntimeError
1316 switch_label2_test: Crash 1363 switch_label2_test: Crash
1317 switch_label_test: Crash 1364 switch_label_test: Crash
1318 switch_test: RuntimeError 1365 switch_test: RuntimeError
1319 switch_try_catch_test: Crash 1366 switch_try_catch_test: Crash
1320 symbol_conflict_test: Crash 1367 symbol_conflict_test: Crash
1368 symbol_literal_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p kg/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.
1369 symbol_literal_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk /pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 1 2: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stor ed in a closure field.
1321 sync_generator1_test/01: Crash 1370 sync_generator1_test/01: Crash
1322 sync_generator1_test/none: Crash 1371 sync_generator1_test/none: Crash
1323 sync_generator2_test/none: Crash 1372 sync_generator2_test/none: Crash
1324 sync_generator3_test/test1: Crash 1373 sync_generator3_test/test1: Crash
1325 sync_generator3_test/test2: Crash 1374 sync_generator3_test/test2: Crash
1326 syncstar_less_than_test: Crash 1375 syncstar_less_than_test: Crash
1327 syncstar_yield_test/copyParameters: Crash 1376 syncstar_yield_test/copyParameters: Crash
1328 syncstar_yield_test/none: Crash 1377 syncstar_yield_test/none: Crash
1329 syncstar_yieldstar_test: Crash 1378 syncstar_yieldstar_test: Crash
1330 syntax_test/02: Crash 1379 syntax_test/02: Crash
1331 syntax_test/03: Crash 1380 syntax_test/03: Crash
1332 syntax_test/27: Crash 1381 syntax_test/27: Crash
1333 syntax_test/49: Crash 1382 syntax_test/49: Crash
1334 syntax_test/54: Crash 1383 syntax_test/54: Crash
1335 syntax_test/59: Crash 1384 syntax_test/59: Crash
1336 syntax_test/60: Crash 1385 syntax_test/60: Crash
1337 syntax_test/61: Crash 1386 syntax_test/61: Crash
1338 syntax_test/62: Crash 1387 syntax_test/62: Crash
1339 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. 1388 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.
1340 temp_mangling_test: Crash 1389 temp_mangling_test: Crash
1341 third_test: Crash 1390 third_test: Crash
1342 top_level_func_test: RuntimeError 1391 top_level_func_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/ compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '! isStoredInClosureField(local)': Local local(Enumerator#k) is stored in a closure field.
1343 top_level_getter_no_setter1_test/01: RuntimeError 1392 top_level_getter_no_setter1_test/01: RuntimeError
1344 top_level_getter_no_setter2_test/01: RuntimeError 1393 top_level_getter_no_setter2_test/01: RuntimeError
1345 truncdiv_test: RuntimeError 1394 truncdiv_test: RuntimeError
1346 try_catch_test/01: MissingCompileTimeError 1395 try_catch_test/01: MissingCompileTimeError
1347 type_argument_substitution_test: Crash 1396 type_argument_substitution_test: Crash
1348 type_checks_in_factory_method_test: RuntimeError 1397 type_checks_in_factory_method_test: RuntimeError
1349 type_parameter_test/01: Crash 1398 type_parameter_test/01: Crash
1350 type_parameter_test/02: Crash 1399 type_parameter_test/02: Crash
1351 type_parameter_test/03: Crash 1400 type_parameter_test/03: Crash
1352 type_parameter_test/04: Crash 1401 type_parameter_test/04: Crash
1353 type_parameter_test/05: Crash 1402 type_parameter_test/05: Crash
1354 type_parameter_test/06: Crash 1403 type_parameter_test/06: Crash
1355 type_parameter_test/none: Crash 1404 type_parameter_test/none: Crash
1405 type_promotion_closure_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1406 type_promotion_closure_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1407 type_promotion_closure_test/03: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1408 type_promotion_closure_test/04: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1409 type_promotion_closure_test/05: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1410 type_promotion_closure_test/06: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1411 type_promotion_closure_test/07: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1412 type_promotion_closure_test/08: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1413 type_promotion_closure_test/09: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1414 type_promotion_closure_test/10: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1415 type_promotion_closure_test/11: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1416 type_promotion_closure_test/12: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1417 type_promotion_closure_test/13: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1418 type_promotion_closure_test/14: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1419 type_promotion_closure_test/15: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1420 type_promotion_closure_test/16: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/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.
1421 type_promotion_closure_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-r epo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 4 25 pos 12: '!isStoredInClosureField(local)': Local local(test12#a) is stored in a closure field.
1356 type_propagation2_test: Crash 1422 type_propagation2_test: Crash
1357 type_variable_bounds3_test/00: Crash 1423 type_variable_bounds3_test/00: Crash
1358 type_variable_bounds_test/10: Crash 1424 type_variable_bounds_test/10: Crash
1359 type_variable_closure2_test: Crash 1425 type_variable_closure2_test: Crash
1360 type_variable_closure3_test: Crash 1426 type_variable_closure3_test: Crash
1361 type_variable_closure4_test: Crash 1427 type_variable_closure4_test: Crash
1362 type_variable_closure_test: Crash 1428 type_variable_closure_test: Crash
1363 type_variable_conflict2_test/01: Crash 1429 type_variable_conflict2_test/01: Crash
1364 type_variable_conflict2_test/05: Crash 1430 type_variable_conflict2_test/05: Crash
1365 type_variable_conflict2_test/07: Crash 1431 type_variable_conflict2_test/07: Crash
1366 type_variable_conflict2_test/09: Crash 1432 type_variable_conflict2_test/09: Crash
1367 type_variable_field_initializer_closure2_test: Crash 1433 type_variable_field_initializer_closure2_test: Crash
1368 type_variable_field_initializer_closure_test: Crash 1434 type_variable_field_initializer_closure_test: Crash
1369 type_variable_function_type_test: RuntimeError 1435 type_variable_function_type_test: RuntimeError
1436 type_variable_initializer_test: Crash # 'file:///c:/Users/johnniwinther/dart-rep o1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) i s stored in a closure field.
1370 type_variable_nested_test: Crash 1437 type_variable_nested_test: Crash
1371 typecheck_multifield_declaration_test: Crash 1438 typecheck_multifield_declaration_test: Crash
1372 typedef_is_test: Crash 1439 typedef_is_test: Crash
1373 regress_23537_test: RuntimeError
1374 wrong_number_type_arguments_test/00: Crash 1440 wrong_number_type_arguments_test/00: Crash
1375 wrong_number_type_arguments_test/02: Crash 1441 wrong_number_type_arguments_test/02: Crash
1376 yieldstar_pause_test: Crash 1442 yieldstar_pause_test: Crash
1377 1443
1378 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 1444 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
1379 async_await_test: Crash 1445 async_await_test: Crash
1380 async_star_test: Crash 1446 async_star_test: Crash
1381 async_switch_test/none: Crash 1447 async_switch_test/none: Crash
1382 async_switch_test/withDefault: Crash 1448 async_switch_test/withDefault: Crash
1383 async_test/none: Crash 1449 async_test/none: Crash
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1631 dynamic_prefix_core_test/01: RuntimeError 1697 dynamic_prefix_core_test/01: RuntimeError
1632 dynamic_prefix_core_test/none: RuntimeError 1698 dynamic_prefix_core_test/none: RuntimeError
1633 efficient_length_warning_test: Crash 1699 efficient_length_warning_test: Crash
1634 enum_duplicate_test/01: Crash 1700 enum_duplicate_test/01: Crash
1635 enum_duplicate_test/02: RuntimeError 1701 enum_duplicate_test/02: RuntimeError
1636 enum_duplicate_test/none: RuntimeError 1702 enum_duplicate_test/none: RuntimeError
1637 enum_mirror_test: Crash 1703 enum_mirror_test: Crash
1638 enum_private_test/01: RuntimeError 1704 enum_private_test/01: RuntimeError
1639 enum_private_test/02: RuntimeError 1705 enum_private_test/02: RuntimeError
1640 enum_private_test/none: RuntimeError 1706 enum_private_test/none: RuntimeError
1641 enum_test: RuntimeError
1642 example_constructor_test: Crash 1707 example_constructor_test: Crash
1643 execute_finally7_test: RuntimeError 1708 execute_finally7_test: RuntimeError
1644 exhaustive_for_test: Crash 1709 exhaustive_for_test: Crash
1645 expect_test: RuntimeError 1710 expect_test: RuntimeError
1646 export_double_same_main_test: CompileTimeError 1711 export_double_same_main_test: CompileTimeError
1647 export_main_test: CompileTimeError 1712 export_main_test: CompileTimeError
1648 external_test/10: MissingRuntimeError
1649 external_test/13: MissingRuntimeError
1650 external_test/20: MissingRuntimeError 1713 external_test/20: MissingRuntimeError
1651 f_bounded_quantification4_test: RuntimeError 1714 f_bounded_quantification4_test: RuntimeError
1652 f_bounded_quantification5_test: RuntimeError 1715 f_bounded_quantification5_test: RuntimeError
1653 factory2_test: Crash 1716 factory2_test: Crash
1654 factory_redirection_test/07: MissingCompileTimeError 1717 factory_redirection_test/07: MissingCompileTimeError
1655 factory_redirection_test/08: Crash 1718 factory_redirection_test/08: Crash
1656 factory_redirection_test/09: Crash 1719 factory_redirection_test/09: Crash
1657 factory_redirection_test/10: Crash 1720 factory_redirection_test/10: Crash
1658 factory_redirection_test/11: Crash 1721 factory_redirection_test/11: Crash
1659 factory_redirection_test/12: Crash 1722 factory_redirection_test/12: Crash
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1700 flatten_test/11: Crash 1763 flatten_test/11: Crash
1701 flatten_test/12: Crash 1764 flatten_test/12: Crash
1702 flatten_test/none: Crash 1765 flatten_test/none: Crash
1703 for2_test: RuntimeError 1766 for2_test: RuntimeError
1704 for_in2_test: Crash 1767 for_in2_test: Crash
1705 for_variable_capture_test: Crash 1768 for_variable_capture_test: Crash
1706 full_stacktrace1_test: Crash 1769 full_stacktrace1_test: Crash
1707 full_stacktrace2_test: Crash 1770 full_stacktrace2_test: Crash
1708 full_stacktrace3_test: Crash 1771 full_stacktrace3_test: Crash
1709 function_literals2_test: Crash 1772 function_literals2_test: Crash
1710 function_literals_test: Crash
1711 function_subtype_bound_closure6_test: Crash 1773 function_subtype_bound_closure6_test: Crash
1712 function_subtype_cast2_test: Crash 1774 function_subtype_cast2_test: Crash
1713 function_subtype_cast3_test: Crash 1775 function_subtype_cast3_test: Crash
1714 function_subtype_checked0_test: Crash 1776 function_subtype_checked0_test: Crash
1715 function_subtype_closure0_test: Crash 1777 function_subtype_closure0_test: Crash
1716 function_subtype_closure1_test: Crash 1778 function_subtype_closure1_test: Crash
1717 function_subtype_inline0_test: Crash 1779 function_subtype_inline0_test: Crash
1718 function_subtype_inline1_test: Crash 1780 function_subtype_inline1_test: Crash
1719 function_subtype_local0_test: Crash 1781 function_subtype_local0_test: Crash
1720 function_subtype_local1_test: Crash 1782 function_subtype_local1_test: Crash
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1820 issue23244_test: Crash 1882 issue23244_test: Crash
1821 issue4295001_test: Crash 1883 issue4295001_test: Crash
1822 issue9602_test: Crash 1884 issue9602_test: Crash
1823 issue9939_test: RuntimeError 1885 issue9939_test: RuntimeError
1824 issue_1751477_test: CompileTimeError 1886 issue_1751477_test: CompileTimeError
1825 issue_22780_test/01: Crash 1887 issue_22780_test/01: Crash
1826 issue_23914_test: Crash 1888 issue_23914_test: Crash
1827 issue_25671a_test/01: Crash 1889 issue_25671a_test/01: Crash
1828 issue_25671b_test/01: Crash 1890 issue_25671b_test/01: Crash
1829 label_test: Crash 1891 label_test: Crash
1830 lazy_static5_test: Crash
1831 lazy_static6_test: Crash
1832 lazy_static8_test: RuntimeError 1892 lazy_static8_test: RuntimeError
1833 left_shift_test: RuntimeError 1893 left_shift_test: RuntimeError
1834 library_env_test/has_no_html_support: RuntimeError 1894 library_env_test/has_no_html_support: RuntimeError
1835 library_env_test/has_no_io_support: RuntimeError 1895 library_env_test/has_no_io_support: RuntimeError
1836 library_env_test/has_no_mirror_support: RuntimeError 1896 library_env_test/has_no_mirror_support: RuntimeError
1837 library_prefixes_test: Crash 1897 library_prefixes_test: Crash
1838 list_is_test: Crash 1898 list_is_test: Crash
1839 list_literal3_test: Crash 1899 list_literal3_test: Crash
1840 list_literal4_test: RuntimeError 1900 list_literal4_test: RuntimeError
1841 list_test: Crash 1901 list_test: Crash
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
2098 private_super_constructor_test/01: MissingCompileTimeError 2158 private_super_constructor_test/01: MissingCompileTimeError
2099 proxy4_test: Crash 2159 proxy4_test: Crash
2100 proxy5_test: Crash 2160 proxy5_test: Crash
2101 redirecting_constructor_initializer_test: RuntimeError 2161 redirecting_constructor_initializer_test: RuntimeError
2102 redirecting_factory_default_values_test/01: MissingCompileTimeError 2162 redirecting_factory_default_values_test/01: MissingCompileTimeError
2103 redirecting_factory_default_values_test/02: MissingCompileTimeError 2163 redirecting_factory_default_values_test/02: MissingCompileTimeError
2104 redirecting_factory_long_test: Crash 2164 redirecting_factory_long_test: Crash
2105 redirecting_factory_reflection_test: Crash 2165 redirecting_factory_reflection_test: Crash
2106 reg_exp_test: Crash 2166 reg_exp_test: Crash
2107 regress_11010_test: Crash 2167 regress_11010_test: Crash
2108 deferred_not_loaded_check_test: RuntimeError
2109 regress_13494_test: RuntimeError 2168 regress_13494_test: RuntimeError
2110 regress_17382_test: RuntimeError 2169 regress_17382_test: RuntimeError
2111 regress_18435_test: Crash 2170 regress_18435_test: Crash
2112 regress_18535_test: Crash 2171 regress_18535_test: Crash
2113 regress_18713_test: Crash 2172 regress_18713_test: Crash
2114 regress_20394_test/01: MissingCompileTimeError 2173 regress_20394_test/01: MissingCompileTimeError
2115 regress_20840_test: Crash 2174 regress_20840_test: Crash
2116 regress_21795_test: RuntimeError 2175 regress_21795_test: RuntimeError
2117 regress_22438_test: Crash 2176 regress_22438_test: Crash
2118 regress_22443_test: CompileTimeError 2177 regress_22443_test: CompileTimeError
2119 regress_22445_test: Crash 2178 regress_22445_test: Crash
2120 regress_22579_test: Crash 2179 regress_22579_test: Crash
2121 regress_22666_test: Crash 2180 regress_22666_test: Crash
2122 regress_22728_test: Crash 2181 regress_22728_test: Crash
2123 regress_22777_test: Crash 2182 regress_22777_test: Crash
2124 regress_22822_test: RuntimeError 2183 regress_22822_test: RuntimeError
2125 regress_22858_test: Crash
2126 regress_22936_test/01: RuntimeError 2184 regress_22936_test/01: RuntimeError
2127 regress_22976_test/01: CompileTimeError 2185 regress_22976_test/01: CompileTimeError
2128 regress_22976_test/02: CompileTimeError 2186 regress_22976_test/02: CompileTimeError
2129 regress_22976_test/none: CompileTimeError 2187 regress_22976_test/none: CompileTimeError
2130 regress_23408_test: CompileTimeError 2188 regress_23408_test: CompileTimeError
2131 regress_23498_test: Crash 2189 regress_23498_test: Crash
2132 regress_23500_test/01: Crash 2190 regress_23500_test/01: Crash
2133 regress_23500_test/02: Crash 2191 regress_23500_test/02: Crash
2134 regress_23500_test/none: Crash 2192 regress_23500_test/none: Crash
2135 regress_23537_test: Crash 2193 regress_23537_test: Crash
(...skipping 26 matching lines...) Expand all
2162 setter_override_test/00: MissingCompileTimeError 2220 setter_override_test/00: MissingCompileTimeError
2163 setter_override_test/03: MissingCompileTimeError 2221 setter_override_test/03: MissingCompileTimeError
2164 smaller_4_Interface_Types_A11_t02_test: Crash 2222 smaller_4_Interface_Types_A11_t02_test: Crash
2165 stack_overflow_stacktrace_test: RuntimeError 2223 stack_overflow_stacktrace_test: RuntimeError
2166 stack_trace_test: Crash 2224 stack_trace_test: Crash
2167 stacktrace_demangle_ctors_test: Crash 2225 stacktrace_demangle_ctors_test: Crash
2168 stacktrace_rethrow_error_test/none: Crash 2226 stacktrace_rethrow_error_test/none: Crash
2169 stacktrace_rethrow_error_test/withtraceparameter: Crash 2227 stacktrace_rethrow_error_test/withtraceparameter: Crash
2170 stacktrace_rethrow_nonerror_test: Crash 2228 stacktrace_rethrow_nonerror_test: Crash
2171 stacktrace_test: RuntimeError 2229 stacktrace_test: RuntimeError
2230 string_interpolate2_test: RuntimeError
2231 deferred_not_loaded_check_test: RuntimeError
2232 enum_test: RuntimeError
2233 external_test/10: MissingRuntimeError
2234 external_test/13: MissingRuntimeError
2235 range_analysis2_test: RuntimeError
2236 regress_23537_test: RuntimeError
2172 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 2237 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
2173 static_getter_no_setter1_test/01: RuntimeError 2238 static_getter_no_setter1_test/01: RuntimeError
2174 static_getter_no_setter2_test/01: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null. 2239 static_getter_no_setter2_test/01: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null.
2175 static_getter_no_setter2_test/none: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null. 2240 static_getter_no_setter2_test/none: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null.
2176 static_getter_no_setter3_test/01: RuntimeError 2241 static_getter_no_setter3_test/01: RuntimeError
2177 static_setter_get_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 2242 static_setter_get_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
2178 string_interpolate2_test: RuntimeError
2179 string_interpolation_and_buffer_test: RuntimeError
2180 string_join_test: RuntimeError 2243 string_join_test: RuntimeError
2181 string_split_test: Crash 2244 string_split_test: Crash
2182 super_bound_closure_test/01: RuntimeError 2245 super_bound_closure_test/01: RuntimeError
2183 super_bound_closure_test/none: RuntimeError 2246 super_bound_closure_test/none: RuntimeError
2184 super_call4_test: Crash 2247 super_call4_test: Crash
2185 super_closure_test: Crash 2248 super_closure_test: Crash
2186 super_field_access_test: Crash 2249 super_field_access_test: Crash
2187 super_getter_setter_test: Crash 2250 super_getter_setter_test: Crash
2188 super_no_such_method1_test/01: Crash 2251 super_no_such_method1_test/01: Crash
2189 super_no_such_method2_test/01: Crash 2252 super_no_such_method2_test/01: Crash
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
2250 type_variable_conflict2_test/01: Crash 2313 type_variable_conflict2_test/01: Crash
2251 type_variable_conflict2_test/05: Crash 2314 type_variable_conflict2_test/05: Crash
2252 type_variable_conflict2_test/07: Crash 2315 type_variable_conflict2_test/07: Crash
2253 type_variable_conflict2_test/09: Crash 2316 type_variable_conflict2_test/09: Crash
2254 type_variable_field_initializer_closure2_test: Crash 2317 type_variable_field_initializer_closure2_test: Crash
2255 type_variable_field_initializer_closure_test: Crash 2318 type_variable_field_initializer_closure_test: Crash
2256 type_variable_function_type_test: RuntimeError 2319 type_variable_function_type_test: RuntimeError
2257 type_variable_nested_test: Crash 2320 type_variable_nested_test: Crash
2258 typecheck_multifield_declaration_test: Crash 2321 typecheck_multifield_declaration_test: Crash
2259 typedef_is_test: Crash 2322 typedef_is_test: Crash
2260 regress_23537_test: RuntimeError
2261 yieldstar_pause_test: Crash 2323 yieldstar_pause_test: Crash
2262 2324
OLDNEW
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698