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

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

Issue 3011793002: Add types referenced in is-checks to the class hierarchy (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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 constructor_named_arguments_test/none: RuntimeError 554 constructor_named_arguments_test/none: RuntimeError
555 constructor_redirect1_negative_test: Crash # Stack Overflow 555 constructor_redirect1_negative_test: Crash # Stack Overflow
556 constructor_redirect2_negative_test: Crash # Stack Overflow 556 constructor_redirect2_negative_test: Crash # Stack Overflow
557 constructor_redirect2_test/01: MissingCompileTimeError 557 constructor_redirect2_test/01: MissingCompileTimeError
558 constructor_redirect_test/01: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (parameter(A.named2#x), parameter(A.named2#y), parameter(A .named2#z)) for j:constructor(A.named2). 558 constructor_redirect_test/01: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (parameter(A.named2#x), parameter(A.named2#y), parameter(A .named2#z)) for j:constructor(A.named2).
559 crash_6725_test/01: Crash # NoSuchMethodError: The method 'startsWith' was calle d on null. 559 crash_6725_test/01: Crash # NoSuchMethodError: The method 'startsWith' was calle d on null.
560 ct_const_test: Crash # Assertion failure: Missing scope info for j:getter(Iterab le.iterator). 560 ct_const_test: Crash # Assertion failure: Missing scope info for j:getter(Iterab le.iterator).
561 custom_await_stack_trace_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator). 561 custom_await_stack_trace_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
562 cyclic_constructor_test/01: Crash # Stack Overflow 562 cyclic_constructor_test/01: Crash # Stack Overflow
563 cyclic_default_values_test: Crash # Assertion failure: Cannot find value Instanc e of 'ThisLocal' in (parameter(JsLinkedHashMap.addAll#key), parameter(JsLinkedHa shMap.addAll#value), local(JsLinkedHashMap.addAll#)) for j:closure_call(JsLinked HashMap_addAll_closure.call). 563 cyclic_default_values_test: Crash # Assertion failure: Cannot find value Instanc e of 'ThisLocal' in (parameter(JsLinkedHashMap.addAll#key), parameter(JsLinkedHa shMap.addAll#value), local(JsLinkedHashMap.addAll#)) for j:closure_call(JsLinked HashMap_addAll_closure.call).
564 cyclic_type2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was calle d on null.
565 dangling_else_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 564 dangling_else_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
566 deferred_call_empty_before_load_test: RuntimeError 565 deferred_call_empty_before_load_test: RuntimeError
567 deferred_closurize_load_library_test: CompileTimeError 566 deferred_closurize_load_library_test: CompileTimeError
568 deferred_constant_list_test: CompileTimeError 567 deferred_constant_list_test: CompileTimeError
569 deferred_constraints_constants_test/none: CompileTimeError 568 deferred_constraints_constants_test/none: CompileTimeError
570 deferred_constraints_constants_test/reference_after_load: CompileTimeError 569 deferred_constraints_constants_test/reference_after_load: CompileTimeError
571 deferred_constraints_type_annotation_test/as_operation: CompileTimeError 570 deferred_constraints_type_annotation_test/as_operation: CompileTimeError
572 deferred_constraints_type_annotation_test/catch_check: CompileTimeError 571 deferred_constraints_type_annotation_test/catch_check: CompileTimeError
573 deferred_constraints_type_annotation_test/is_check: CompileTimeError 572 deferred_constraints_type_annotation_test/is_check: CompileTimeError
574 deferred_constraints_type_annotation_test/new: CompileTimeError 573 deferred_constraints_type_annotation_test/new: CompileTimeError
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 enum_test: RuntimeError 634 enum_test: RuntimeError
636 example_constructor_test: RuntimeError 635 example_constructor_test: RuntimeError
637 execute_finally7_test: RuntimeError 636 execute_finally7_test: RuntimeError
638 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0 637 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0
639 expect_test: RuntimeError 638 expect_test: RuntimeError
640 external_test/10: MissingRuntimeError 639 external_test/10: MissingRuntimeError
641 external_test/13: MissingRuntimeError 640 external_test/13: MissingRuntimeError
642 external_test/20: MissingRuntimeError 641 external_test/20: MissingRuntimeError
643 factory2_test: Crash # type 'InterfaceType' is not a subtype of type 'Resolution InterfaceType' of 'type1' where 642 factory2_test: Crash # type 'InterfaceType' is not a subtype of type 'Resolution InterfaceType' of 'type1' where
644 factory_redirection_test/07: MissingCompileTimeError 643 factory_redirection_test/07: MissingCompileTimeError
645 factory_redirection_test/08: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
646 factory_redirection_test/09: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
647 factory_redirection_test/10: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
648 factory_redirection_test/11: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
649 factory_redirection_test/12: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
650 factory_redirection_test/13: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
651 factory_redirection_test/14: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
652 factory_redirection_test/none: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null.
653 fauxverride_test/03: MissingCompileTimeError 644 fauxverride_test/03: MissingCompileTimeError
654 fauxverride_test/05: MissingCompileTimeError 645 fauxverride_test/05: MissingCompileTimeError
655 field_increment_bailout_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator). 646 field_increment_bailout_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
656 field_initialization_order_test: RuntimeError 647 field_initialization_order_test: RuntimeError
657 field_override3_test/00: MissingCompileTimeError 648 field_override3_test/00: MissingCompileTimeError
658 field_override3_test/01: MissingCompileTimeError 649 field_override3_test/01: MissingCompileTimeError
659 field_override3_test/02: MissingCompileTimeError 650 field_override3_test/02: MissingCompileTimeError
660 field_override3_test/03: MissingCompileTimeError 651 field_override3_test/03: MissingCompileTimeError
661 field_override4_test/02: MissingCompileTimeError 652 field_override4_test/02: MissingCompileTimeError
662 final_attempt_reinitialization_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'. 653 final_attempt_reinitialization_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 function_subtype_local3_test: RuntimeError 697 function_subtype_local3_test: RuntimeError
707 function_subtype_local4_test: RuntimeError 698 function_subtype_local4_test: RuntimeError
708 function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 699 function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
709 function_subtype_typearg1_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 700 function_subtype_typearg1_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
710 function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 701 function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
711 function_subtype_typearg3_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 702 function_subtype_typearg3_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
712 function_subtype_typearg4_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 703 function_subtype_typearg4_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
713 function_subtype_typearg5_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 704 function_subtype_typearg5_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
714 function_syntax_test/none: RuntimeError 705 function_syntax_test/none: RuntimeError
715 function_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLoc al' in (local(FunctionTest.testThisBinding#)) for j:closure_call(FunctionTest_te stThisBinding_closure.call). 706 function_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLoc al' in (local(FunctionTest.testThisBinding#)) for j:closure_call(FunctionTest_te stThisBinding_closure.call).
707 function_test: RuntimeError
716 function_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' w as called on null. 708 function_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' w as called on null.
717 function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemente d constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression) 709 function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemente d constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
718 function_type_parameter_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression) 710 function_type_parameter_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
719 implicit_this_test/01: Crash # Assertion failure: Missing scope info for j:gette r(SubAbstract2.x). 711 implicit_this_test/01: Crash # Assertion failure: Missing scope info for j:gette r(SubAbstract2.x).
720 implicit_this_test/04: Crash # Assertion failure: Missing scope info for j:gette r(SubAbstract2.x). 712 implicit_this_test/04: Crash # Assertion failure: Missing scope info for j:gette r(SubAbstract2.x).
721 implicit_this_test/none: Crash # Assertion failure: Missing scope info for j:get ter(SubAbstract2.x). 713 implicit_this_test/none: Crash # Assertion failure: Missing scope info for j:get ter(SubAbstract2.x).
722 import_collection_no_prefix_test: Crash # Assertion failure: Missing scope info for j:getter(_SplayTree._root). 714 import_collection_no_prefix_test: Crash # Assertion failure: Missing scope info for j:getter(_SplayTree._root).
723 inference_mixin_field_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_ker nel.dart': Failed assertion: line 342 pos 14: 'value != null': No value for fiel d j:field(Mixin.field) 715 inference_mixin_field_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_ker nel.dart': Failed assertion: line 342 pos 14: 'value != null': No value for fiel d j:field(Mixin.field)
724 infinite_switch_label_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_hand ler.dart': Failed assertion: line 308 pos 12: 'local != null': is not true. 716 infinite_switch_label_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_hand ler.dart': Failed assertion: line 308 pos 12: 'local != null': is not true.
725 infinity_test: RuntimeError 717 infinity_test: RuntimeError
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 left_shift_test: RuntimeError 752 left_shift_test: RuntimeError
761 library_env_test/has_no_html_support: RuntimeError 753 library_env_test/has_no_html_support: RuntimeError
762 library_env_test/has_no_io_support: RuntimeError 754 library_env_test/has_no_io_support: RuntimeError
763 library_env_test/has_no_mirror_support: RuntimeError 755 library_env_test/has_no_mirror_support: RuntimeError
764 list_is_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of ' contextClass' where 756 list_is_test: Crash # type 'JClass' is not a subtype of type 'ClassElement' of ' contextClass' where
765 list_literal3_test: Crash # type 'InterfaceType' is not a subtype of type 'Resol utionInterfaceType' of 'type1' where 757 list_literal3_test: Crash # type 'InterfaceType' is not a subtype of type 'Resol utionInterfaceType' of 'type1' where
766 list_literal4_test: RuntimeError 758 list_literal4_test: RuntimeError
767 list_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.i terator). 759 list_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.i terator).
768 local_function3_test: RuntimeError 760 local_function3_test: RuntimeError
769 local_function_test: Crash # Assertion failure: Cannot find value Instance of 'T hisLocal' in (parameter(LocalFunctionTest.testExecute#x), local(LocalFunctionTes t.testExecute#)) for j:closure_call(LocalFunctionTest_testExecute_closure.call). 761 local_function_test: Crash # Assertion failure: Cannot find value Instance of 'T hisLocal' in (parameter(LocalFunctionTest.testExecute#x), local(LocalFunctionTes t.testExecute#)) for j:closure_call(LocalFunctionTest_testExecute_closure.call).
762 local_function_test: RuntimeError
770 logical_expression_test: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator). 763 logical_expression_test: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator).
771 main_not_a_function_test/01: CompileTimeError 764 main_not_a_function_test/01: CompileTimeError
772 main_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator). 765 main_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator).
773 main_test/02: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator). 766 main_test/02: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator).
774 main_test/03: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator). 767 main_test/03: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator).
775 main_test/04: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator). 768 main_test/04: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator).
776 main_test/05: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator). 769 main_test/05: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator).
777 main_test/20: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator). 770 main_test/20: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator).
778 main_test/21: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator). 771 main_test/21: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator).
779 main_test/22: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator). 772 main_test/22: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator).
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 regress_27572_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator). 1057 regress_27572_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator).
1065 regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constr uctor(Foo._) in ConstructorDataImpl._getConstructorConstant 1058 regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constr uctor(Foo._) in ConstructorDataImpl._getConstructorConstant
1066 regress_27659_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator). 1059 regress_27659_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator).
1067 regress_28217_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.d art': Failed assertion: line 529 pos 11: '_elementMap.getClass(constructor.enclo singClass) == 1060 regress_28217_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.d art': Failed assertion: line 529 pos 11: '_elementMap.getClass(constructor.enclo singClass) ==
1068 regress_28217_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel .dart': Failed assertion: line 529 pos 11: '_elementMap.getClass(constructor.enc losingClass) == 1061 regress_28217_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel .dart': Failed assertion: line 529 pos 11: '_elementMap.getClass(constructor.enc losingClass) ==
1069 regress_28255_test: Crash # Assertion failure: Missing scope info for j:getter(I terator.current). 1062 regress_28255_test: Crash # Assertion failure: Missing scope info for j:getter(I terator.current).
1070 regress_28278_test: CompileTimeError 1063 regress_28278_test: CompileTimeError
1071 regress_29349_test: CompileTimeError 1064 regress_29349_test: CompileTimeError
1072 regress_29949_test: Crash # Assertion failure: Super constructor for k:construct or(C.) not found. 1065 regress_29949_test: Crash # Assertion failure: Super constructor for k:construct or(C.) not found.
1073 regress_30121_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator). 1066 regress_30121_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator).
1074 function_test: RuntimeError
1075 local_function_test: RuntimeError
1076 runtime_type_function_test: Crash # Assertion failure: Missing scope info for j: getter(Iterable.iterator). 1067 runtime_type_function_test: Crash # Assertion failure: Missing scope info for j: getter(Iterable.iterator).
1077 setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Va lid value range is empty: 0 1068 setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Va lid value range is empty: 0
1078 setter_declaration_negative_test: Fail 1069 setter_declaration_negative_test: Fail
1079 setter_override_test/00: MissingCompileTimeError 1070 setter_override_test/00: MissingCompileTimeError
1080 setter_override_test/03: MissingCompileTimeError 1071 setter_override_test/03: MissingCompileTimeError
1081 smaller_4_Interface_Types_A11_t02_test: Crash # NoSuchMethodError: The method 'h asSubclass' was called on null.
1082 stack_overflow_stacktrace_test: RuntimeError 1072 stack_overflow_stacktrace_test: RuntimeError
1083 stack_trace_test: Crash # Assertion failure: Missing scope info for j:getter(Ite rable.iterator). 1073 stack_trace_test: Crash # Assertion failure: Missing scope info for j:getter(Ite rable.iterator).
1084 stacktrace_demangle_ctors_test: Crash # Assertion failure: Missing scope info fo r j:getter(Iterable.iterator). 1074 stacktrace_demangle_ctors_test: Crash # Assertion failure: Missing scope info fo r j:getter(Iterable.iterator).
1085 stacktrace_rethrow_error_test/none: Crash # Assertion failure: Missing scope inf o for j:getter(Iterable.iterator). 1075 stacktrace_rethrow_error_test/none: Crash # Assertion failure: Missing scope inf o for j:getter(Iterable.iterator).
1086 stacktrace_rethrow_error_test/withtraceparameter: Crash # Assertion failure: Mis sing scope info for j:getter(Iterable.iterator). 1076 stacktrace_rethrow_error_test/withtraceparameter: Crash # Assertion failure: Mis sing scope info for j:getter(Iterable.iterator).
1087 stacktrace_rethrow_nonerror_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator). 1077 stacktrace_rethrow_nonerror_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
1088 stacktrace_test: RuntimeError 1078 stacktrace_test: RuntimeError
1089 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 1079 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
1090 static_getter_no_setter1_test/01: RuntimeError 1080 static_getter_no_setter1_test/01: RuntimeError
1091 static_getter_no_setter2_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator). 1081 static_getter_no_setter2_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1147 syntax_test/59: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true. 1137 syntax_test/59: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true.
1148 syntax_test/60: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true. 1138 syntax_test/60: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true.
1149 syntax_test/61: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true. 1139 syntax_test/61: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true.
1150 syntax_test/62: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true. 1140 syntax_test/62: Crash # 'package:front_end/src/fasta/kernel/kernel_class_builder .dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParamete rs.length == arguments.length': is not true.
1151 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. 1141 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.
1152 temp_mangling_test: Crash # Assertion failure: Missing scope info for j:getter(S etMixin.length). 1142 temp_mangling_test: Crash # Assertion failure: Missing scope info for j:getter(S etMixin.length).
1153 top_level_getter_no_setter1_test/01: RuntimeError 1143 top_level_getter_no_setter1_test/01: RuntimeError
1154 top_level_getter_no_setter2_test/01: RuntimeError 1144 top_level_getter_no_setter2_test/01: RuntimeError
1155 truncdiv_test: RuntimeError 1145 truncdiv_test: RuntimeError
1156 try_catch_test/01: MissingCompileTimeError 1146 try_catch_test/01: MissingCompileTimeError
1157 type_argument_substitution_test: Crash # NoSuchMethodError: The method 'hasSubcl ass' was called on null. 1147 mixin_mixin5_test: RuntimeError
1148 mixin_mixin6_test: RuntimeError
1149 mixin_mixin_bound2_test: RuntimeError
1150 mixin_mixin_bound_test: RuntimeError
1158 type_checks_in_factory_method_test: RuntimeError 1151 type_checks_in_factory_method_test: RuntimeError
1159 type_parameter_test/01: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where 1152 type_parameter_test/01: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where
1160 type_parameter_test/02: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where 1153 type_parameter_test/02: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where
1161 type_parameter_test/03: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where 1154 type_parameter_test/03: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where
1162 type_parameter_test/04: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where 1155 type_parameter_test/04: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where
1163 type_parameter_test/05: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where 1156 type_parameter_test/05: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where
1164 type_parameter_test/06: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where 1157 type_parameter_test/06: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where
1165 type_parameter_test/none: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where 1158 type_parameter_test/none: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where
1166 type_propagation2_test: Crash # Assertion failure: Missing scope info for j:gett er(Iterable.iterator). 1159 type_propagation2_test: Crash # Assertion failure: Missing scope info for j:gett er(Iterable.iterator).
1167 type_variable_bounds3_test/00: Crash # type 'JClass' is not a subtype of type 'C lassElement' of 'contextClass' where 1160 type_variable_bounds3_test/00: Crash # type 'JClass' is not a subtype of type 'C lassElement' of 'contextClass' where
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 execute_finally7_test: RuntimeError 1353 execute_finally7_test: RuntimeError
1361 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0 1354 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0
1362 expect_test: RuntimeError 1355 expect_test: RuntimeError
1363 external_test/10: MissingRuntimeError 1356 external_test/10: MissingRuntimeError
1364 external_test/13: MissingRuntimeError 1357 external_test/13: MissingRuntimeError
1365 external_test/20: MissingRuntimeError 1358 external_test/20: MissingRuntimeError
1366 f_bounded_quantification4_test: RuntimeError 1359 f_bounded_quantification4_test: RuntimeError
1367 f_bounded_quantification5_test: RuntimeError 1360 f_bounded_quantification5_test: RuntimeError
1368 factory2_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'kind'. 1361 factory2_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'kind'.
1369 factory_redirection_test/07: MissingCompileTimeError 1362 factory_redirection_test/07: MissingCompileTimeError
1370 factory_redirection_test/08: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1371 factory_redirection_test/09: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1372 factory_redirection_test/10: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1373 factory_redirection_test/11: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1374 factory_redirection_test/12: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1375 factory_redirection_test/13: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1376 factory_redirection_test/14: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1377 factory_redirection_test/none: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null.
1378 fauxverride_test/03: MissingCompileTimeError 1363 fauxverride_test/03: MissingCompileTimeError
1379 fauxverride_test/05: MissingCompileTimeError 1364 fauxverride_test/05: MissingCompileTimeError
1380 field_increment_bailout_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1365 field_increment_bailout_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1381 field_initialization_order_test: RuntimeError 1366 field_initialization_order_test: RuntimeError
1382 field_override3_test/00: MissingCompileTimeError 1367 field_override3_test/00: MissingCompileTimeError
1383 field_override3_test/01: MissingCompileTimeError 1368 field_override3_test/01: MissingCompileTimeError
1384 field_override3_test/02: MissingCompileTimeError 1369 field_override3_test/02: MissingCompileTimeError
1385 field_override3_test/03: MissingCompileTimeError 1370 field_override3_test/03: MissingCompileTimeError
1386 field_override4_test/02: MissingCompileTimeError 1371 field_override4_test/02: MissingCompileTimeError
1387 final_attempt_reinitialization_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'. 1372 final_attempt_reinitialization_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1430 function_subtype_local3_test: RuntimeError 1415 function_subtype_local3_test: RuntimeError
1431 function_subtype_local4_test: RuntimeError 1416 function_subtype_local4_test: RuntimeError
1432 function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 1417 function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
1433 function_subtype_typearg1_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 1418 function_subtype_typearg1_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1434 function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 1419 function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1435 function_subtype_typearg3_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 1420 function_subtype_typearg3_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1436 function_subtype_typearg4_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 1421 function_subtype_typearg4_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1437 function_subtype_typearg5_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 1422 function_subtype_typearg5_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1438 function_syntax_test/none: RuntimeError 1423 function_syntax_test/none: RuntimeError
1439 function_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLoc al' in (local(FunctionTest.testThisBinding#)) for j:closure_call(FunctionTest_te stThisBinding_closure.call). 1424 function_test: Crash # Assertion failure: Cannot find value Instance of 'ThisLoc al' in (local(FunctionTest.testThisBinding#)) for j:closure_call(FunctionTest_te stThisBinding_closure.call).
1425 function_test: RuntimeError
1440 function_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' w as called on null. 1426 function_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' w as called on null.
1441 function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemente d constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression) 1427 function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemente d constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
1442 function_type_parameter_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression) 1428 function_type_parameter_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
1443 implicit_this_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null. 1429 implicit_this_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null.
1444 implicit_this_test/04: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null. 1430 implicit_this_test/04: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null.
1445 implicit_this_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 1431 implicit_this_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
1446 import_collection_no_prefix_test: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null. 1432 import_collection_no_prefix_test: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null.
1447 inference_mixin_field_test: Crash # NoSuchMethodError: The getter 'usedBy' was c alled on null. 1433 inference_mixin_field_test: Crash # NoSuchMethodError: The getter 'usedBy' was c alled on null.
1448 infinite_switch_label_test: Crash # NoSuchMethodError: The method 'generateBreak ' was called on null. 1434 infinite_switch_label_test: Crash # NoSuchMethodError: The method 'generateBreak ' was called on null.
1449 infinity_test: RuntimeError 1435 infinity_test: RuntimeError
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1484 left_shift_test: RuntimeError 1470 left_shift_test: RuntimeError
1485 library_env_test/has_no_html_support: RuntimeError 1471 library_env_test/has_no_html_support: RuntimeError
1486 library_env_test/has_no_io_support: RuntimeError 1472 library_env_test/has_no_io_support: RuntimeError
1487 library_env_test/has_no_mirror_support: RuntimeError 1473 library_env_test/has_no_mirror_support: RuntimeError
1488 list_is_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter ' typeVariables'. 1474 list_is_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter ' typeVariables'.
1489 list_literal3_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no inst ance getter 'kind'. 1475 list_literal3_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no inst ance getter 'kind'.
1490 list_literal4_test: RuntimeError 1476 list_literal4_test: RuntimeError
1491 list_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1477 list_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1492 local_function3_test: RuntimeError 1478 local_function3_test: RuntimeError
1493 local_function_test: Crash # Assertion failure: Cannot find value Instance of 'T hisLocal' in (parameter(LocalFunctionTest.testExecute#x), local(LocalFunctionTes t.testExecute#)) for j:closure_call(LocalFunctionTest_testExecute_closure.call). 1479 local_function_test: Crash # Assertion failure: Cannot find value Instance of 'T hisLocal' in (parameter(LocalFunctionTest.testExecute#x), local(LocalFunctionTes t.testExecute#)) for j:closure_call(LocalFunctionTest_testExecute_closure.call).
1480 local_function_test: RuntimeError
1494 logical_expression_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 1481 logical_expression_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
1495 main_not_a_function_test/01: CompileTimeError 1482 main_not_a_function_test/01: CompileTimeError
1496 main_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll. 1483 main_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll.
1497 main_test/02: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll. 1484 main_test/02: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll.
1498 main_test/03: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll. 1485 main_test/03: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll.
1499 main_test/04: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll. 1486 main_test/04: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll.
1500 main_test/05: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll. 1487 main_test/05: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll.
1501 main_test/20: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll. 1488 main_test/20: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll.
1502 main_test/21: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll. 1489 main_test/21: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll.
1503 main_test/22: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll. 1490 main_test/22: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll.
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1780 regress_27572_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1767 regress_27572_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1781 regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constr uctor(Foo._) in ConstructorDataImpl._getConstructorConstant 1768 regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constr uctor(Foo._) in ConstructorDataImpl._getConstructorConstant
1782 regress_27659_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1769 regress_27659_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1783 regress_28217_test/01: MissingCompileTimeError 1770 regress_28217_test/01: MissingCompileTimeError
1784 regress_28217_test/none: MissingCompileTimeError 1771 regress_28217_test/none: MissingCompileTimeError
1785 regress_28255_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1772 regress_28255_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1786 regress_28278_test: CompileTimeError 1773 regress_28278_test: CompileTimeError
1787 regress_29349_test: CompileTimeError 1774 regress_29349_test: CompileTimeError
1788 regress_29949_test: Crash # Assertion failure: Super constructor for k:construct or(C.) not found. 1775 regress_29949_test: Crash # Assertion failure: Super constructor for k:construct or(C.) not found.
1789 regress_30121_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1776 regress_30121_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1790 function_test: RuntimeError
1791 local_function_test: RuntimeError
1792 runtime_type_function_test: Crash # NoSuchMethodError: The getter 'thisLocal' wa s called on null. 1777 runtime_type_function_test: Crash # NoSuchMethodError: The getter 'thisLocal' wa s called on null.
1793 setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Va lid value range is empty: 0 1778 setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Va lid value range is empty: 0
1794 setter_declaration_negative_test: Fail 1779 setter_declaration_negative_test: Fail
1795 setter_override_test/00: MissingCompileTimeError 1780 setter_override_test/00: MissingCompileTimeError
1796 setter_override_test/03: MissingCompileTimeError 1781 setter_override_test/03: MissingCompileTimeError
1797 smaller_4_Interface_Types_A11_t02_test: Crash # NoSuchMethodError: The method 'h asSubclass' was called on null.
1798 stack_overflow_stacktrace_test: RuntimeError 1782 stack_overflow_stacktrace_test: RuntimeError
1799 stack_trace_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called o n null. 1783 stack_trace_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called o n null.
1800 stacktrace_demangle_ctors_test: Crash # NoSuchMethodError: The getter 'thisLocal ' was called on null. 1784 stacktrace_demangle_ctors_test: Crash # NoSuchMethodError: The getter 'thisLocal ' was called on null.
1801 stacktrace_rethrow_error_test/none: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null. 1785 stacktrace_rethrow_error_test/none: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null.
1802 stacktrace_rethrow_error_test/withtraceparameter: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1786 stacktrace_rethrow_error_test/withtraceparameter: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1803 stacktrace_rethrow_nonerror_test: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null. 1787 stacktrace_rethrow_nonerror_test: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null.
1804 stacktrace_test: RuntimeError 1788 stacktrace_test: RuntimeError
1805 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 1789 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
1806 static_getter_no_setter1_test/01: RuntimeError 1790 static_getter_no_setter1_test/01: RuntimeError
1807 static_getter_no_setter2_test/01: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null. 1791 static_getter_no_setter2_test/01: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null.
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
1848 syncstar_less_than_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 1832 syncstar_less_than_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
1849 syncstar_yield_test/copyParameters: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null. 1833 syncstar_yield_test/copyParameters: Crash # NoSuchMethodError: The getter 'thisL ocal' was called on null.
1850 syncstar_yield_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1834 syncstar_yield_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1851 syncstar_yieldstar_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 1835 syncstar_yieldstar_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
1852 syntax_test/none: CompileTimeError 1836 syntax_test/none: CompileTimeError
1853 temp_mangling_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1837 temp_mangling_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1854 top_level_getter_no_setter1_test/01: RuntimeError 1838 top_level_getter_no_setter1_test/01: RuntimeError
1855 top_level_getter_no_setter2_test/01: RuntimeError 1839 top_level_getter_no_setter2_test/01: RuntimeError
1856 truncdiv_test: RuntimeError 1840 truncdiv_test: RuntimeError
1857 try_catch_test/01: MissingCompileTimeError 1841 try_catch_test/01: MissingCompileTimeError
1858 type_argument_substitution_test: Crash # NoSuchMethodError: The method 'hasSubcl ass' was called on null. 1842 cyclic_type2_test: RuntimeError
1843 mixin_mixin5_test: RuntimeError
1844 mixin_mixin6_test: RuntimeError
1845 mixin_mixin_bound2_test: RuntimeError
1846 mixin_mixin_bound_test: RuntimeError
1859 type_checks_in_factory_method_test: RuntimeError 1847 type_checks_in_factory_method_test: RuntimeError
1860 type_parameter_test/01: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1848 type_parameter_test/01: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1861 type_parameter_test/02: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1849 type_parameter_test/02: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1862 type_parameter_test/03: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1850 type_parameter_test/03: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1863 type_parameter_test/04: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1851 type_parameter_test/04: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1864 type_parameter_test/05: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1852 type_parameter_test/05: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1865 type_parameter_test/06: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1853 type_parameter_test/06: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1866 type_parameter_test/none: Crash # NoSuchMethodError: Class 'JClosureClass' has n o instance getter 'methodElement'. 1854 type_parameter_test/none: Crash # NoSuchMethodError: Class 'JClosureClass' has n o instance getter 'methodElement'.
1867 type_propagation2_test: Crash # NoSuchMethodError: The getter 'thisLocal' was ca lled on null. 1855 type_propagation2_test: Crash # NoSuchMethodError: The getter 'thisLocal' was ca lled on null.
1868 type_variable_bounds3_test/00: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'. 1856 type_variable_bounds3_test/00: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
1869 type_variable_closure2_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 1857 type_variable_closure2_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
1870 type_variable_closure3_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha s no instance getter 'methodElement'. 1858 type_variable_closure3_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha s no instance getter 'methodElement'.
1871 type_variable_closure4_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 1859 type_variable_closure4_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
1872 type_variable_closure_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 1860 type_variable_closure_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
1873 type_variable_conflict2_test/01: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null. 1861 type_variable_conflict2_test/01: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null.
1874 type_variable_conflict2_test/05: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null. 1862 type_variable_conflict2_test/05: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null.
1875 type_variable_conflict2_test/07: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null. 1863 type_variable_conflict2_test/07: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null.
1876 type_variable_conflict2_test/09: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null. 1864 type_variable_conflict2_test/09: Crash # NoSuchMethodError: The getter 'thisLoca l' was called on null.
1877 type_variable_field_initializer_closure2_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1865 type_variable_field_initializer_closure2_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1878 type_variable_field_initializer_closure_test: Crash # NoSuchMethodError: Class ' JClosureClass' has no instance getter 'methodElement'. 1866 type_variable_field_initializer_closure_test: Crash # NoSuchMethodError: Class ' JClosureClass' has no instance getter 'methodElement'.
1879 type_variable_function_type_test: RuntimeError 1867 type_variable_function_type_test: RuntimeError
1880 yieldstar_pause_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null. 1868 yieldstar_pause_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null.
1881 1869
1882 [ $compiler == dart2js && $runtime == drt ] 1870 [ $compiler == dart2js && $runtime == drt ]
1883 conditional_import_string_test: RuntimeError # Issue 30587 1871 conditional_import_string_test: RuntimeError # Issue 30587
1884 conditional_import_test: RuntimeError # Issue 30587 1872 conditional_import_test: RuntimeError # Issue 30587
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698