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

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

Issue 3011793002: Add types referenced in is-checks to the class hierarchy (Closed)
Patch Set: use a type visitor 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 30 matching lines...) Expand all
693 for_in2_test: Crash # NoSuchMethodError: The method 'startsWith' was called on n ull. 684 for_in2_test: Crash # NoSuchMethodError: The method 'startsWith' was called on n ull.
694 for_variable_capture_test: Crash # Assertion failure: Missing scope info for j:g etter(Iterable.iterator). 685 for_variable_capture_test: Crash # Assertion failure: Missing scope info for j:g etter(Iterable.iterator).
695 full_stacktrace1_test: Crash # Assertion failure: Missing scope info for j:gette r(Iterable.iterator). 686 full_stacktrace1_test: Crash # Assertion failure: Missing scope info for j:gette r(Iterable.iterator).
696 full_stacktrace2_test: Crash # Assertion failure: Missing scope info for j:gette r(Iterable.iterator). 687 full_stacktrace2_test: Crash # Assertion failure: Missing scope info for j:gette r(Iterable.iterator).
697 full_stacktrace3_test: Crash # Assertion failure: Missing scope info for j:gette r(Iterable.iterator). 688 full_stacktrace3_test: Crash # Assertion failure: Missing scope info for j:gette r(Iterable.iterator).
698 function_malformed_result_type_test: Crash # 'package:front_end/src/fasta/kernel /kernel_class_builder.dart': Failed assertion: line 83 pos 12: 'arguments == nul l || cls.typeParameters.length == arguments.length': is not true. 689 function_malformed_result_type_test: Crash # 'package:front_end/src/fasta/kernel /kernel_class_builder.dart': Failed assertion: line 83 pos 12: 'arguments == nul l || cls.typeParameters.length == arguments.length': is not true.
699 function_subtype_bound_closure6_test: Crash # Assertion failure: Cannot find val ue Instance of 'ThisLocal' in (local(C.test#localMethod)) for j:closure_call(C_t est_closure.call). 690 function_subtype_bound_closure6_test: Crash # Assertion failure: Cannot find val ue Instance of 'ThisLocal' in (local(C.test#localMethod)) for j:closure_call(C_t est_closure.call).
700 function_subtype_cast2_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 691 function_subtype_cast2_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
701 function_subtype_cast3_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 692 function_subtype_cast3_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
702 function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 693 function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
703 function_subtype_closure1_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
704 function_subtype_inline0_test: RuntimeError 694 function_subtype_inline0_test: RuntimeError
705 function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null.
706 function_subtype_local3_test: RuntimeError 695 function_subtype_local3_test: RuntimeError
707 function_subtype_local4_test: RuntimeError 696 function_subtype_local4_test: RuntimeError
708 function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 697 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.
710 function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 698 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. 699 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.
713 function_subtype_typearg5_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
714 function_syntax_test/none: RuntimeError 700 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). 701 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).
716 function_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' w as called on null. 702 function_test: RuntimeError
717 function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemente d constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression) 703 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) 704 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). 705 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). 706 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). 707 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). 708 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) 709 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. 710 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 711 infinity_test: RuntimeError
726 inline_super_field_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel .dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j :field(M1.bar) 712 inline_super_field_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel .dart': Failed assertion: line 342 pos 14: 'value != null': No value for field j :field(M1.bar)
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
760 left_shift_test: RuntimeError 746 left_shift_test: RuntimeError
761 library_env_test/has_no_html_support: RuntimeError 747 library_env_test/has_no_html_support: RuntimeError
762 library_env_test/has_no_io_support: RuntimeError 748 library_env_test/has_no_io_support: RuntimeError
763 library_env_test/has_no_mirror_support: RuntimeError 749 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 750 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 751 list_literal3_test: Crash # type 'InterfaceType' is not a subtype of type 'Resol utionInterfaceType' of 'type1' where
766 list_literal4_test: RuntimeError 752 list_literal4_test: RuntimeError
767 list_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.i terator). 753 list_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.i terator).
768 local_function3_test: RuntimeError 754 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). 755 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).
756 local_function_test: RuntimeError
770 logical_expression_test: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator). 757 logical_expression_test: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator).
771 main_not_a_function_test/01: CompileTimeError 758 main_not_a_function_test/01: CompileTimeError
772 main_test/01: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator). 759 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). 760 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). 761 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). 762 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). 763 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). 764 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). 765 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). 766 main_test/22: Crash # Assertion failure: Missing scope info for j:getter(Iterabl e.iterator).
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 mixin_illegal_superclass_test/29: MissingCompileTimeError 851 mixin_illegal_superclass_test/29: MissingCompileTimeError
865 mixin_illegal_superclass_test/30: Crash # Assertion failure: Super constructor f or k:constructor(D27.) not found. 852 mixin_illegal_superclass_test/30: Crash # Assertion failure: Super constructor f or k:constructor(D27.) not found.
866 mixin_issue10216_2_test: RuntimeError 853 mixin_issue10216_2_test: RuntimeError
867 mixin_issue10216_test: Crash # Assertion failure: Super constructor for k:constr uctor(B.) not found. 854 mixin_issue10216_test: Crash # Assertion failure: Super constructor for k:constr uctor(B.) not found.
868 mixin_lib_extends_field_test: Crash # Assertion failure: Super constructor for k :constructor(E.) not found. 855 mixin_lib_extends_field_test: Crash # Assertion failure: Super constructor for k :constructor(E.) not found.
869 mixin_lib_extends_method_test: Crash # Assertion failure: Super constructor for k:constructor(E.) not found. 856 mixin_lib_extends_method_test: Crash # Assertion failure: Super constructor for k:constructor(E.) not found.
870 mixin_mixin2_test: RuntimeError 857 mixin_mixin2_test: RuntimeError
871 mixin_mixin3_test: RuntimeError 858 mixin_mixin3_test: RuntimeError
872 mixin_mixin4_test: RuntimeError 859 mixin_mixin4_test: RuntimeError
873 mixin_mixin5_test: Crash # NoSuchMethodError: The method 'hasSubclass' was calle d on null. 860 mixin_mixin5_test: Crash # NoSuchMethodError: The method 'hasSubclass' was calle d on null.
861 mixin_mixin5_test: RuntimeError
874 mixin_mixin6_test: Crash # NoSuchMethodError: The method 'hasSubclass' was calle d on null. 862 mixin_mixin6_test: Crash # NoSuchMethodError: The method 'hasSubclass' was calle d on null.
863 mixin_mixin6_test: RuntimeError
875 mixin_mixin7_test: RuntimeError 864 mixin_mixin7_test: RuntimeError
876 mixin_mixin_bound2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null. 865 mixin_mixin_bound2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
866 mixin_mixin_bound2_test: RuntimeError
877 mixin_mixin_bound_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null. 867 mixin_mixin_bound_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
868 mixin_mixin_bound_test: RuntimeError
878 mixin_mixin_test: RuntimeError 869 mixin_mixin_test: RuntimeError
879 mixin_mixin_type_arguments_test: Crash # Assertion failure: Super constructor fo r k:constructor(CA.) not found. 870 mixin_mixin_type_arguments_test: Crash # Assertion failure: Super constructor fo r k:constructor(CA.) not found.
880 mixin_naming_test: Crash # Assertion failure: Super constructor for k:constructo r(D.) not found. 871 mixin_naming_test: Crash # Assertion failure: Super constructor for k:constructo r(D.) not found.
881 mixin_of_mixin_test/01: CompileTimeError 872 mixin_of_mixin_test/01: CompileTimeError
882 mixin_of_mixin_test/02: CompileTimeError 873 mixin_of_mixin_test/02: CompileTimeError
883 mixin_of_mixin_test/03: CompileTimeError 874 mixin_of_mixin_test/03: CompileTimeError
884 mixin_of_mixin_test/04: CompileTimeError 875 mixin_of_mixin_test/04: CompileTimeError
885 mixin_of_mixin_test/05: CompileTimeError 876 mixin_of_mixin_test/05: CompileTimeError
886 mixin_of_mixin_test/06: CompileTimeError 877 mixin_of_mixin_test/06: CompileTimeError
887 mixin_of_mixin_test/07: CompileTimeError 878 mixin_of_mixin_test/07: CompileTimeError
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 regress_22976_test/02: CompileTimeError 1035 regress_22976_test/02: CompileTimeError
1045 regress_22976_test/none: CompileTimeError 1036 regress_22976_test/none: CompileTimeError
1046 regress_23408_test: CompileTimeError 1037 regress_23408_test: CompileTimeError
1047 regress_23498_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator). 1038 regress_23498_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator).
1048 regress_23500_test/01: Crash # Assertion failure: Missing scope info for j:gette r(Iterable.iterator). 1039 regress_23500_test/01: Crash # Assertion failure: Missing scope info for j:gette r(Iterable.iterator).
1049 regress_23500_test/02: Crash # Assertion failure: Missing scope info for j:gette r(Iterable.iterator). 1040 regress_23500_test/02: Crash # Assertion failure: Missing scope info for j:gette r(Iterable.iterator).
1050 regress_23500_test/none: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator). 1041 regress_23500_test/none: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator).
1051 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1 , inclusive: 2 1042 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1 , inclusive: 2
1052 regress_23996_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator). 1043 regress_23996_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator).
1053 regress_24283_test: RuntimeError 1044 regress_24283_test: RuntimeError
1054 regress_24567_test: Crash # NoSuchMethodError: The method 'hasSubclass' was call ed on null.
1055 regress_24935_test/01: Crash # Assertion failure: Missing scope info for j:gette r(Iterable.iterator). 1045 regress_24935_test/01: Crash # Assertion failure: Missing scope info for j:gette r(Iterable.iterator).
1056 regress_24935_test/none: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator). 1046 regress_24935_test/none: Crash # Assertion failure: Missing scope info for j:get ter(Iterable.iterator).
1057 regress_25246_1_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.da rt': Failed assertion: line 342 pos 14: 'value != null': No value for field j:fi eld(MixIn.test3) 1047 regress_25246_1_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.da rt': Failed assertion: line 342 pos 14: 'value != null': No value for field j:fi eld(MixIn.test3)
1058 regress_25550_test: Crash # Assertion failure: Missing scope info for j:method(M ockAdder.call). 1048 regress_25550_test: Crash # Assertion failure: Missing scope info for j:method(M ockAdder.call).
1059 regress_26133_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator). 1049 regress_26133_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator).
1060 regress_26175_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator). 1050 regress_26175_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator).
1061 regress_26230_test: Crash # Assertion failure: Super constructor for k:construct or(_RenderTabBar.) not found. 1051 regress_26230_test: Crash # Assertion failure: Super constructor for k:construct or(_RenderTabBar.) not found.
1062 regress_26668_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator). 1052 regress_26668_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator).
1063 regress_26948_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator). 1053 regress_26948_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator).
1064 regress_27572_test: Crash # Assertion failure: Missing scope info for j:getter(I terable.iterator). 1054 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 1055 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). 1056 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) == 1057 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) == 1058 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). 1059 regress_28255_test: Crash # Assertion failure: Missing scope info for j:getter(I terator.current).
1070 regress_28278_test: CompileTimeError 1060 regress_28278_test: CompileTimeError
1071 regress_29349_test: CompileTimeError 1061 regress_29349_test: CompileTimeError
1072 regress_29949_test: Crash # Assertion failure: Super constructor for k:construct or(C.) not found. 1062 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). 1063 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). 1064 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 1065 setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Va lid value range is empty: 0
1078 setter_declaration_negative_test: Fail 1066 setter_declaration_negative_test: Fail
1079 setter_override_test/00: MissingCompileTimeError 1067 setter_override_test/00: MissingCompileTimeError
1080 setter_override_test/03: MissingCompileTimeError 1068 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 1069 stack_overflow_stacktrace_test: RuntimeError
1083 stack_trace_test: Crash # Assertion failure: Missing scope info for j:getter(Ite rable.iterator). 1070 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). 1071 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). 1072 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). 1073 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). 1074 stacktrace_rethrow_nonerror_test: Crash # Assertion failure: Missing scope info for j:getter(Iterable.iterator).
1088 stacktrace_test: RuntimeError 1075 stacktrace_test: RuntimeError
1089 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 1076 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
1090 static_getter_no_setter1_test/01: RuntimeError 1077 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). 1078 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. 1134 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. 1135 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. 1136 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. 1137 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. 1138 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). 1139 temp_mangling_test: Crash # Assertion failure: Missing scope info for j:getter(S etMixin.length).
1153 top_level_getter_no_setter1_test/01: RuntimeError 1140 top_level_getter_no_setter1_test/01: RuntimeError
1154 top_level_getter_no_setter2_test/01: RuntimeError 1141 top_level_getter_no_setter2_test/01: RuntimeError
1155 truncdiv_test: RuntimeError 1142 truncdiv_test: RuntimeError
1156 try_catch_test/01: MissingCompileTimeError 1143 try_catch_test/01: MissingCompileTimeError
1157 type_argument_substitution_test: Crash # NoSuchMethodError: The method 'hasSubcl ass' was called on null.
1158 type_checks_in_factory_method_test: RuntimeError 1144 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 1145 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 1146 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 1147 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 1148 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 1149 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 1150 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 1151 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). 1152 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 1153 type_variable_bounds3_test/00: Crash # type 'JClass' is not a subtype of type 'C lassElement' of 'contextClass' where
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
1273 constructor_redirect1_negative_test: Crash # Stack Overflow 1259 constructor_redirect1_negative_test: Crash # Stack Overflow
1274 constructor_redirect2_negative_test: Crash # Stack Overflow 1260 constructor_redirect2_negative_test: Crash # Stack Overflow
1275 constructor_redirect2_test/01: MissingCompileTimeError 1261 constructor_redirect2_test/01: MissingCompileTimeError
1276 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). 1262 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).
1277 crash_6725_test/01: Crash # NoSuchMethodError: The method 'startsWith' was calle d on null. 1263 crash_6725_test/01: Crash # NoSuchMethodError: The method 'startsWith' was calle d on null.
1278 ct_const_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on n ull. 1264 ct_const_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on n ull.
1279 custom_await_stack_trace_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1265 custom_await_stack_trace_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1280 cyclic_constructor_test/01: Crash # Stack Overflow 1266 cyclic_constructor_test/01: Crash # Stack Overflow
1281 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). 1267 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).
1282 cyclic_type2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was calle d on null. 1268 cyclic_type2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was calle d on null.
1269 cyclic_type2_test: RuntimeError
1283 cyclic_type_test/00: RuntimeError 1270 cyclic_type_test/00: RuntimeError
1284 cyclic_type_test/01: RuntimeError 1271 cyclic_type_test/01: RuntimeError
1285 cyclic_type_test/02: RuntimeError 1272 cyclic_type_test/02: RuntimeError
1286 cyclic_type_test/03: RuntimeError 1273 cyclic_type_test/03: RuntimeError
1287 cyclic_type_test/04: RuntimeError 1274 cyclic_type_test/04: RuntimeError
1288 dangling_else_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 1275 dangling_else_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
1289 deferred_call_empty_before_load_test: RuntimeError 1276 deferred_call_empty_before_load_test: RuntimeError
1290 deferred_closurize_load_library_test: CompileTimeError 1277 deferred_closurize_load_library_test: CompileTimeError
1291 deferred_constant_list_test: CompileTimeError 1278 deferred_constant_list_test: CompileTimeError
1292 deferred_constraints_constants_test/none: CompileTimeError 1279 deferred_constraints_constants_test/none: CompileTimeError
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 execute_finally7_test: RuntimeError 1347 execute_finally7_test: RuntimeError
1361 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0 1348 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0
1362 expect_test: RuntimeError 1349 expect_test: RuntimeError
1363 external_test/10: MissingRuntimeError 1350 external_test/10: MissingRuntimeError
1364 external_test/13: MissingRuntimeError 1351 external_test/13: MissingRuntimeError
1365 external_test/20: MissingRuntimeError 1352 external_test/20: MissingRuntimeError
1366 f_bounded_quantification4_test: RuntimeError 1353 f_bounded_quantification4_test: RuntimeError
1367 f_bounded_quantification5_test: RuntimeError 1354 f_bounded_quantification5_test: RuntimeError
1368 factory2_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'kind'. 1355 factory2_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'kind'.
1369 factory_redirection_test/07: MissingCompileTimeError 1356 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 1357 fauxverride_test/03: MissingCompileTimeError
1379 fauxverride_test/05: MissingCompileTimeError 1358 fauxverride_test/05: MissingCompileTimeError
1380 field_increment_bailout_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1359 field_increment_bailout_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1381 field_initialization_order_test: RuntimeError 1360 field_initialization_order_test: RuntimeError
1382 field_override3_test/00: MissingCompileTimeError 1361 field_override3_test/00: MissingCompileTimeError
1383 field_override3_test/01: MissingCompileTimeError 1362 field_override3_test/01: MissingCompileTimeError
1384 field_override3_test/02: MissingCompileTimeError 1363 field_override3_test/02: MissingCompileTimeError
1385 field_override3_test/03: MissingCompileTimeError 1364 field_override3_test/03: MissingCompileTimeError
1386 field_override4_test/02: MissingCompileTimeError 1365 field_override4_test/02: MissingCompileTimeError
1387 final_attempt_reinitialization_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'. 1366 final_attempt_reinitialization_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
(...skipping 29 matching lines...) Expand all
1417 flatten_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1396 flatten_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1418 for_in2_test: Crash # NoSuchMethodError: The method 'startsWith' was called on n ull. 1397 for_in2_test: Crash # NoSuchMethodError: The method 'startsWith' was called on n ull.
1419 for_variable_capture_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1398 for_variable_capture_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1420 full_stacktrace1_test: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null. 1399 full_stacktrace1_test: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null.
1421 full_stacktrace2_test: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null. 1400 full_stacktrace2_test: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null.
1422 full_stacktrace3_test: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null. 1401 full_stacktrace3_test: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null.
1423 function_subtype_bound_closure6_test: Crash # Assertion failure: Cannot find val ue Instance of 'ThisLocal' in (local(C.test#localMethod)) for j:closure_call(C_t est_closure.call). 1402 function_subtype_bound_closure6_test: Crash # Assertion failure: Cannot find val ue Instance of 'ThisLocal' in (local(C.test#localMethod)) for j:closure_call(C_t est_closure.call).
1424 function_subtype_cast2_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 1403 function_subtype_cast2_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
1425 function_subtype_cast3_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 1404 function_subtype_cast3_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
1426 function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 1405 function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1427 function_subtype_closure1_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1428 function_subtype_inline0_test: RuntimeError 1406 function_subtype_inline0_test: RuntimeError
1429 function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null.
1430 function_subtype_local3_test: RuntimeError 1407 function_subtype_local3_test: RuntimeError
1431 function_subtype_local4_test: RuntimeError 1408 function_subtype_local4_test: RuntimeError
1432 function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 1409 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.
1434 function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 1410 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. 1411 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.
1437 function_subtype_typearg5_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1438 function_syntax_test/none: RuntimeError 1412 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). 1413 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).
1440 function_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' w as called on null. 1414 function_test: RuntimeError
1441 function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemente d constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression) 1415 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) 1416 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. 1417 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. 1418 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. 1419 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. 1420 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. 1421 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. 1422 infinite_switch_label_test: Crash # NoSuchMethodError: The method 'generateBreak ' was called on null.
1449 infinity_test: RuntimeError 1423 infinity_test: RuntimeError
1450 inline_super_field_test: Crash # NoSuchMethodError: The getter 'usedBy' was call ed on null. 1424 inline_super_field_test: Crash # NoSuchMethodError: The getter 'usedBy' was call ed on null.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1484 left_shift_test: RuntimeError 1458 left_shift_test: RuntimeError
1485 library_env_test/has_no_html_support: RuntimeError 1459 library_env_test/has_no_html_support: RuntimeError
1486 library_env_test/has_no_io_support: RuntimeError 1460 library_env_test/has_no_io_support: RuntimeError
1487 library_env_test/has_no_mirror_support: RuntimeError 1461 library_env_test/has_no_mirror_support: RuntimeError
1488 list_is_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter ' typeVariables'. 1462 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'. 1463 list_literal3_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no inst ance getter 'kind'.
1490 list_literal4_test: RuntimeError 1464 list_literal4_test: RuntimeError
1491 list_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1465 list_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1492 local_function3_test: RuntimeError 1466 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). 1467 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).
1468 local_function_test: RuntimeError
1494 logical_expression_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 1469 logical_expression_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
1495 main_not_a_function_test/01: CompileTimeError 1470 main_not_a_function_test/01: CompileTimeError
1496 main_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll. 1471 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. 1472 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. 1473 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. 1474 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. 1475 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. 1476 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. 1477 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. 1478 main_test/22: Crash # NoSuchMethodError: The getter 'thisLocal' was called on nu ll.
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1584 mixin_illegal_superclass_test/29: MissingCompileTimeError 1559 mixin_illegal_superclass_test/29: MissingCompileTimeError
1585 mixin_illegal_superclass_test/30: Crash # Assertion failure: Super constructor f or k:constructor(D27.) not found. 1560 mixin_illegal_superclass_test/30: Crash # Assertion failure: Super constructor f or k:constructor(D27.) not found.
1586 mixin_issue10216_2_test: RuntimeError 1561 mixin_issue10216_2_test: RuntimeError
1587 mixin_issue10216_test: Crash # Assertion failure: Super constructor for k:constr uctor(B.) not found. 1562 mixin_issue10216_test: Crash # Assertion failure: Super constructor for k:constr uctor(B.) not found.
1588 mixin_lib_extends_field_test: Crash # Assertion failure: Super constructor for k :constructor(E.) not found. 1563 mixin_lib_extends_field_test: Crash # Assertion failure: Super constructor for k :constructor(E.) not found.
1589 mixin_lib_extends_method_test: Crash # Assertion failure: Super constructor for k:constructor(E.) not found. 1564 mixin_lib_extends_method_test: Crash # Assertion failure: Super constructor for k:constructor(E.) not found.
1590 mixin_mixin2_test: RuntimeError 1565 mixin_mixin2_test: RuntimeError
1591 mixin_mixin3_test: RuntimeError 1566 mixin_mixin3_test: RuntimeError
1592 mixin_mixin4_test: RuntimeError 1567 mixin_mixin4_test: RuntimeError
1593 mixin_mixin5_test: Crash # NoSuchMethodError: The method 'hasSubclass' was calle d on null. 1568 mixin_mixin5_test: Crash # NoSuchMethodError: The method 'hasSubclass' was calle d on null.
1569 mixin_mixin5_test: RuntimeError
1594 mixin_mixin6_test: Crash # NoSuchMethodError: The method 'hasSubclass' was calle d on null. 1570 mixin_mixin6_test: Crash # NoSuchMethodError: The method 'hasSubclass' was calle d on null.
1571 mixin_mixin6_test: RuntimeError
1595 mixin_mixin7_test: RuntimeError 1572 mixin_mixin7_test: RuntimeError
1596 mixin_mixin_bound2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null. 1573 mixin_mixin_bound2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1574 mixin_mixin_bound2_test: RuntimeError
1597 mixin_mixin_bound_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null. 1575 mixin_mixin_bound_test: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1576 mixin_mixin_bound_test: RuntimeError
1598 mixin_mixin_test: RuntimeError 1577 mixin_mixin_test: RuntimeError
1599 mixin_mixin_type_arguments_test: Crash # Assertion failure: Super constructor fo r k:constructor(CA.) not found. 1578 mixin_mixin_type_arguments_test: Crash # Assertion failure: Super constructor fo r k:constructor(CA.) not found.
1600 mixin_naming_test: Crash # Assertion failure: Super constructor for k:constructo r(D.) not found. 1579 mixin_naming_test: Crash # Assertion failure: Super constructor for k:constructo r(D.) not found.
1601 mixin_of_mixin_test/01: CompileTimeError 1580 mixin_of_mixin_test/01: CompileTimeError
1602 mixin_of_mixin_test/02: CompileTimeError 1581 mixin_of_mixin_test/02: CompileTimeError
1603 mixin_of_mixin_test/03: CompileTimeError 1582 mixin_of_mixin_test/03: CompileTimeError
1604 mixin_of_mixin_test/04: CompileTimeError 1583 mixin_of_mixin_test/04: CompileTimeError
1605 mixin_of_mixin_test/05: CompileTimeError 1584 mixin_of_mixin_test/05: CompileTimeError
1606 mixin_of_mixin_test/06: CompileTimeError 1585 mixin_of_mixin_test/06: CompileTimeError
1607 mixin_of_mixin_test/07: CompileTimeError 1586 mixin_of_mixin_test/07: CompileTimeError
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
1760 regress_22976_test/02: CompileTimeError 1739 regress_22976_test/02: CompileTimeError
1761 regress_22976_test/none: CompileTimeError 1740 regress_22976_test/none: CompileTimeError
1762 regress_23408_test: CompileTimeError 1741 regress_23408_test: CompileTimeError
1763 regress_23498_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1742 regress_23498_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1764 regress_23500_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null. 1743 regress_23500_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null.
1765 regress_23500_test/02: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null. 1744 regress_23500_test/02: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null.
1766 regress_23500_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 1745 regress_23500_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
1767 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1 , inclusive: 2 1746 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1 , inclusive: 2
1768 regress_23996_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1747 regress_23996_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1769 regress_24283_test: RuntimeError 1748 regress_24283_test: RuntimeError
1770 regress_24567_test: Crash # NoSuchMethodError: The method 'hasSubclass' was call ed on null.
1771 regress_24935_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null. 1749 regress_24935_test/01: Crash # NoSuchMethodError: The getter 'thisLocal' was cal led on null.
1772 regress_24935_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null. 1750 regress_24935_test/none: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
1773 regress_25246_1_test: Crash # NoSuchMethodError: The getter 'usedBy' was called on null. 1751 regress_25246_1_test: Crash # NoSuchMethodError: The getter 'usedBy' was called on null.
1774 regress_25550_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1752 regress_25550_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1775 regress_26133_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1753 regress_26133_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1776 regress_26175_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1754 regress_26175_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1777 regress_26230_test: Crash # Assertion failure: Super constructor for k:construct or(_RenderTabBar.) not found. 1755 regress_26230_test: Crash # Assertion failure: Super constructor for k:construct or(_RenderTabBar.) not found.
1778 regress_26668_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1756 regress_26668_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1779 regress_26948_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1757 regress_26948_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1780 regress_27572_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1758 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 1759 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. 1760 regress_27659_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1783 regress_28217_test/01: MissingCompileTimeError 1761 regress_28217_test/01: MissingCompileTimeError
1784 regress_28217_test/none: MissingCompileTimeError 1762 regress_28217_test/none: MissingCompileTimeError
1785 regress_28255_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1763 regress_28255_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1786 regress_28278_test: CompileTimeError 1764 regress_28278_test: CompileTimeError
1787 regress_29349_test: CompileTimeError 1765 regress_29349_test: CompileTimeError
1788 regress_29949_test: Crash # Assertion failure: Super constructor for k:construct or(C.) not found. 1766 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. 1767 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. 1768 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 1769 setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Va lid value range is empty: 0
1794 setter_declaration_negative_test: Fail 1770 setter_declaration_negative_test: Fail
1795 setter_override_test/00: MissingCompileTimeError 1771 setter_override_test/00: MissingCompileTimeError
1796 setter_override_test/03: MissingCompileTimeError 1772 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 1773 stack_overflow_stacktrace_test: RuntimeError
1799 stack_trace_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called o n null. 1774 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. 1775 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. 1776 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. 1777 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. 1778 stacktrace_rethrow_nonerror_test: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null.
1804 stacktrace_test: RuntimeError 1779 stacktrace_test: RuntimeError
1805 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 1780 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
1806 static_getter_no_setter1_test/01: RuntimeError 1781 static_getter_no_setter1_test/01: RuntimeError
1807 static_getter_no_setter2_test/01: Crash # NoSuchMethodError: The getter 'thisLoc al' was called on null. 1782 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. 1823 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. 1824 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. 1825 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. 1826 syncstar_yieldstar_test: Crash # NoSuchMethodError: The getter 'thisLocal' was c alled on null.
1852 syntax_test/none: CompileTimeError 1827 syntax_test/none: CompileTimeError
1853 temp_mangling_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 1828 temp_mangling_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
1854 top_level_getter_no_setter1_test/01: RuntimeError 1829 top_level_getter_no_setter1_test/01: RuntimeError
1855 top_level_getter_no_setter2_test/01: RuntimeError 1830 top_level_getter_no_setter2_test/01: RuntimeError
1856 truncdiv_test: RuntimeError 1831 truncdiv_test: RuntimeError
1857 try_catch_test/01: MissingCompileTimeError 1832 try_catch_test/01: MissingCompileTimeError
1858 type_argument_substitution_test: Crash # NoSuchMethodError: The method 'hasSubcl ass' was called on null.
1859 type_checks_in_factory_method_test: RuntimeError 1833 type_checks_in_factory_method_test: RuntimeError
1860 type_parameter_test/01: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1834 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'. 1835 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'. 1836 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'. 1837 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'. 1838 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'. 1839 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'. 1840 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. 1841 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'. 1842 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. 1843 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'. 1844 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. 1845 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. 1846 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. 1847 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. 1848 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. 1849 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. 1850 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'. 1851 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'. 1852 type_variable_field_initializer_closure_test: Crash # NoSuchMethodError: Class ' JClosureClass' has no instance getter 'methodElement'.
1879 type_variable_function_type_test: RuntimeError 1853 type_variable_function_type_test: RuntimeError
1880 yieldstar_pause_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null. 1854 yieldstar_pause_test: Crash # NoSuchMethodError: The getter 'thisLocal' was call ed on null.
1881 1855
1882 [ $compiler == dart2js && $runtime == drt ] 1856 [ $compiler == dart2js && $runtime == drt ]
1883 conditional_import_string_test: RuntimeError # Issue 30587 1857 conditional_import_string_test: RuntimeError # Issue 30587
1884 conditional_import_test: RuntimeError # Issue 30587 1858 conditional_import_test: RuntimeError # Issue 30587
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698