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

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

Issue 3011793002: Add types referenced in is-checks to the class hierarchy (Closed)
Patch Set: update tests 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
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # VM specific tests that should not be run by dart2js. 5 # VM specific tests that should not be run by dart2js.
6 [ $compiler == dart2js ] 6 [ $compiler == dart2js ]
7 vm/*: Skip # Issue 12699 7 vm/*: Skip # Issue 12699
8 8
9 [ $compiler == dart2js && ! $dart2js_with_kernel ] 9 [ $compiler == dart2js && ! $dart2js_with_kernel ]
10 enum_test: Fail # Issue 28340 10 enum_test: Fail # Issue 28340
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 constructor_named_arguments_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/bu ilder_kernel.dart': Failed assertion: line 534 pos 11: '_elementMap.getClass(con structor.enclosingClass) == 556 constructor_named_arguments_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/bu ilder_kernel.dart': Failed assertion: line 534 pos 11: '_elementMap.getClass(con structor.enclosingClass) ==
557 constructor_named_arguments_test/none: RuntimeError 557 constructor_named_arguments_test/none: RuntimeError
558 constructor_redirect1_negative_test: Crash # Stack Overflow 558 constructor_redirect1_negative_test: Crash # Stack Overflow
559 constructor_redirect2_negative_test: Crash # Stack Overflow 559 constructor_redirect2_negative_test: Crash # Stack Overflow
560 constructor_redirect2_test/01: MissingCompileTimeError 560 constructor_redirect2_test/01: MissingCompileTimeError
561 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). 561 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).
562 crash_6725_test/01: Crash # NoSuchMethodError: The method 'startsWith' was calle d on null. 562 crash_6725_test/01: Crash # NoSuchMethodError: The method 'startsWith' was calle d on null.
563 custom_await_stack_trace_test: Crash # type 'JClass' is not a subtype of type 'C lassElement' of 'contextClass' where 563 custom_await_stack_trace_test: Crash # type 'JClass' is not a subtype of type 'C lassElement' of 'contextClass' where
564 cyclic_constructor_test/01: Crash # Stack Overflow 564 cyclic_constructor_test/01: Crash # Stack Overflow
565 cyclic_default_values_test: Crash # RangeError (index): Invalid value: Not in ra nge 0..2, inclusive: 3 565 cyclic_default_values_test: Crash # RangeError (index): Invalid value: Not in ra nge 0..2, inclusive: 3
566 cyclic_type2_test: Crash # NoSuchMethodError: The method 'hasSubclass' was calle d on null.
567 dangling_else_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 566 dangling_else_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
568 deferred_call_empty_before_load_test: RuntimeError 567 deferred_call_empty_before_load_test: RuntimeError
569 deferred_closurize_load_library_test: CompileTimeError 568 deferred_closurize_load_library_test: CompileTimeError
570 deferred_constant_list_test: CompileTimeError 569 deferred_constant_list_test: CompileTimeError
571 deferred_constraints_constants_test/none: CompileTimeError 570 deferred_constraints_constants_test/none: CompileTimeError
572 deferred_constraints_constants_test/reference_after_load: CompileTimeError 571 deferred_constraints_constants_test/reference_after_load: CompileTimeError
573 deferred_constraints_type_annotation_test/as_operation: CompileTimeError 572 deferred_constraints_type_annotation_test/as_operation: CompileTimeError
574 deferred_constraints_type_annotation_test/catch_check: CompileTimeError 573 deferred_constraints_type_annotation_test/catch_check: CompileTimeError
575 deferred_constraints_type_annotation_test/is_check: CompileTimeError 574 deferred_constraints_type_annotation_test/is_check: CompileTimeError
576 deferred_constraints_type_annotation_test/new: CompileTimeError 575 deferred_constraints_type_annotation_test/new: CompileTimeError
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 enum_test: RuntimeError 636 enum_test: RuntimeError
638 example_constructor_test: RuntimeError 637 example_constructor_test: RuntimeError
639 execute_finally7_test: RuntimeError 638 execute_finally7_test: RuntimeError
640 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0 639 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0
641 expect_test: RuntimeError 640 expect_test: RuntimeError
642 external_test/10: MissingRuntimeError 641 external_test/10: MissingRuntimeError
643 external_test/13: MissingRuntimeError 642 external_test/13: MissingRuntimeError
644 external_test/20: MissingRuntimeError 643 external_test/20: MissingRuntimeError
645 factory2_test: Crash # type 'InterfaceType' is not a subtype of type 'Resolution InterfaceType' of 'type1' where 644 factory2_test: Crash # type 'InterfaceType' is not a subtype of type 'Resolution InterfaceType' of 'type1' where
646 factory_redirection_test/07: MissingCompileTimeError 645 factory_redirection_test/07: MissingCompileTimeError
647 factory_redirection_test/08: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
648 factory_redirection_test/09: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
649 factory_redirection_test/10: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
650 factory_redirection_test/11: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
651 factory_redirection_test/12: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
652 factory_redirection_test/13: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
653 factory_redirection_test/14: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
654 factory_redirection_test/none: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null.
655 fauxverride_test/03: MissingCompileTimeError 646 fauxverride_test/03: MissingCompileTimeError
656 fauxverride_test/05: MissingCompileTimeError 647 fauxverride_test/05: MissingCompileTimeError
657 field_initialization_order_test: RuntimeError 648 field_initialization_order_test: RuntimeError
658 field_override3_test/00: MissingCompileTimeError 649 field_override3_test/00: MissingCompileTimeError
659 field_override3_test/01: MissingCompileTimeError 650 field_override3_test/01: MissingCompileTimeError
660 field_override3_test/02: MissingCompileTimeError 651 field_override3_test/02: MissingCompileTimeError
661 field_override3_test/03: MissingCompileTimeError 652 field_override3_test/03: MissingCompileTimeError
662 field_override4_test/02: MissingCompileTimeError 653 field_override4_test/02: MissingCompileTimeError
663 final_attempt_reinitialization_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'. 654 final_attempt_reinitialization_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
664 final_attempt_reinitialization_test/02: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'. 655 final_attempt_reinitialization_test/02: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
(...skipping 15 matching lines...) Expand all
680 for_in2_test: Crash # NoSuchMethodError: The method 'startsWith' was called on n ull. 671 for_in2_test: Crash # NoSuchMethodError: The method 'startsWith' was called on n ull.
681 for_variable_capture_test: RuntimeError 672 for_variable_capture_test: RuntimeError
682 full_stacktrace1_test: RuntimeError 673 full_stacktrace1_test: RuntimeError
683 full_stacktrace2_test: RuntimeError 674 full_stacktrace2_test: RuntimeError
684 full_stacktrace3_test: RuntimeError 675 full_stacktrace3_test: RuntimeError
685 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. 676 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.
686 function_subtype_bound_closure6_test: Crash # NoSuchMethodError: The getter 'typ eArguments' was called on null. 677 function_subtype_bound_closure6_test: Crash # NoSuchMethodError: The getter 'typ eArguments' was called on null.
687 function_subtype_cast2_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 678 function_subtype_cast2_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
688 function_subtype_cast3_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 679 function_subtype_cast3_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
689 function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 680 function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
690 function_subtype_closure1_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
691 function_subtype_inline0_test: RuntimeError 681 function_subtype_inline0_test: RuntimeError
692 function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null.
693 function_subtype_local3_test: RuntimeError 682 function_subtype_local3_test: RuntimeError
694 function_subtype_local4_test: RuntimeError 683 function_subtype_local4_test: RuntimeError
695 function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 684 function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
696 function_subtype_typearg1_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
697 function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 685 function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
698 function_subtype_typearg3_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 686 function_subtype_typearg3_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
699 function_subtype_typearg4_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
700 function_subtype_typearg5_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
701 function_syntax_test/none: RuntimeError 687 function_syntax_test/none: RuntimeError
702 function_test: RuntimeError 688 function_test: RuntimeError
703 function_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' w as called on null.
704 function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemente d constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression) 689 function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemente d constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
705 function_type_parameter_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression) 690 function_type_parameter_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
706 import_collection_no_prefix_test: Crash # NoSuchMethodError: The getter 'typeArg uments' was called on null. 691 import_collection_no_prefix_test: Crash # NoSuchMethodError: The getter 'typeArg uments' was called on null.
707 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. 692 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.
708 infinity_test: RuntimeError 693 infinity_test: RuntimeError
709 inlined_throw_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 694 inlined_throw_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
710 instance_creation_in_function_annotation_test: Crash # type 'JClass' is not a su btype of type 'ClassElement' of 'contextClass' where 695 instance_creation_in_function_annotation_test: Crash # type 'JClass' is not a su btype of type 'ClassElement' of 'contextClass' where
711 instanceof4_test/01: Crash # type 'JClass' is not a subtype of type 'ClassElemen t' of 'contextClass' where 696 instanceof4_test/01: Crash # type 'JClass' is not a subtype of type 'ClassElemen t' of 'contextClass' where
712 instanceof4_test/none: Crash # type 'JClass' is not a subtype of type 'ClassElem ent' of 'contextClass' where 697 instanceof4_test/none: Crash # type 'JClass' is not a subtype of type 'ClassElem ent' of 'contextClass' where
713 integer_division_by_zero_test: RuntimeError 698 integer_division_by_zero_test: RuntimeError
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 regress_22976_test/02: CompileTimeError 954 regress_22976_test/02: CompileTimeError
970 regress_22976_test/none: CompileTimeError 955 regress_22976_test/none: CompileTimeError
971 regress_23408_test: CompileTimeError 956 regress_23408_test: CompileTimeError
972 regress_23498_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where 957 regress_23498_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where
973 regress_23500_test/01: Crash # type 'JClass' is not a subtype of type 'ClassElem ent' of 'contextClass' where 958 regress_23500_test/01: Crash # type 'JClass' is not a subtype of type 'ClassElem ent' of 'contextClass' where
974 regress_23500_test/02: Crash # type 'JClass' is not a subtype of type 'ClassElem ent' of 'contextClass' where 959 regress_23500_test/02: Crash # type 'JClass' is not a subtype of type 'ClassElem ent' of 'contextClass' where
975 regress_23500_test/none: Crash # type 'JClass' is not a subtype of type 'ClassEl ement' of 'contextClass' where 960 regress_23500_test/none: Crash # type 'JClass' is not a subtype of type 'ClassEl ement' of 'contextClass' where
976 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1 , inclusive: 2 961 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1 , inclusive: 2
977 regress_23996_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where 962 regress_23996_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where
978 regress_24283_test: RuntimeError 963 regress_24283_test: RuntimeError
979 regress_24567_test: Crash # NoSuchMethodError: The method 'hasSubclass' was call ed on null.
980 regress_24935_test/01: Crash # type 'JClass' is not a subtype of type 'ClassElem ent' of 'contextClass' where 964 regress_24935_test/01: Crash # type 'JClass' is not a subtype of type 'ClassElem ent' of 'contextClass' where
981 regress_24935_test/none: Crash # type 'JClass' is not a subtype of type 'ClassEl ement' of 'contextClass' where 965 regress_24935_test/none: Crash # type 'JClass' is not a subtype of type 'ClassEl ement' of 'contextClass' where
982 regress_26133_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where 966 regress_26133_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where
983 regress_26175_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where 967 regress_26175_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where
984 regress_26668_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where 968 regress_26668_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where
985 regress_26948_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where 969 regress_26948_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where
986 regress_27572_test: RuntimeError 970 regress_27572_test: RuntimeError
987 regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constr uctor(Foo._) in ConstructorDataImpl._getConstructorConstant 971 regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constr uctor(Foo._) in ConstructorDataImpl._getConstructorConstant
988 regress_27659_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where 972 regress_27659_test: Crash # type 'JClass' is not a subtype of type 'ClassElement ' of 'contextClass' where
989 regress_28217_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.d art': Failed assertion: line 534 pos 11: '_elementMap.getClass(constructor.enclo singClass) == 973 regress_28217_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel.d art': Failed assertion: line 534 pos 11: '_elementMap.getClass(constructor.enclo singClass) ==
990 regress_28217_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel .dart': Failed assertion: line 534 pos 11: '_elementMap.getClass(constructor.enc losingClass) == 974 regress_28217_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kernel .dart': Failed assertion: line 534 pos 11: '_elementMap.getClass(constructor.enc losingClass) ==
991 regress_28255_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 975 regress_28255_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
992 regress_28278_test: CompileTimeError 976 regress_28278_test: CompileTimeError
993 regress_29349_test: CompileTimeError 977 regress_29349_test: CompileTimeError
994 runtime_type_function_test: RuntimeError 978 runtime_type_function_test: RuntimeError
995 setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Va lid value range is empty: 0 979 setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Va lid value range is empty: 0
996 setter_declaration_negative_test: Fail 980 setter_declaration_negative_test: Fail
997 setter_override_test/00: MissingCompileTimeError 981 setter_override_test/00: MissingCompileTimeError
998 setter_override_test/03: MissingCompileTimeError 982 setter_override_test/03: MissingCompileTimeError
999 smaller_4_Interface_Types_A11_t02_test: Crash # NoSuchMethodError: The method 'h asSubclass' was called on null.
1000 stack_overflow_stacktrace_test: RuntimeError 983 stack_overflow_stacktrace_test: RuntimeError
1001 stack_trace_test: RuntimeError 984 stack_trace_test: RuntimeError
1002 stacktrace_demangle_ctors_test: RuntimeError 985 stacktrace_demangle_ctors_test: RuntimeError
1003 stacktrace_rethrow_error_test/none: RuntimeError 986 stacktrace_rethrow_error_test/none: RuntimeError
1004 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError 987 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError
1005 stacktrace_rethrow_nonerror_test: RuntimeError 988 stacktrace_rethrow_nonerror_test: RuntimeError
1006 stacktrace_test: RuntimeError 989 stacktrace_test: RuntimeError
1007 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 990 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
1008 static_getter_no_setter1_test/01: RuntimeError 991 static_getter_no_setter1_test/01: RuntimeError
1009 static_getter_no_setter3_test/01: RuntimeError 992 static_getter_no_setter3_test/01: RuntimeError
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 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. 1042 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.
1060 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. 1043 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.
1061 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. 1044 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.
1062 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. 1045 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.
1063 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. 1046 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.
1064 temp_mangling_test: Crash # NoSuchMethodError: The getter 'typeArguments' was ca lled on null. 1047 temp_mangling_test: Crash # NoSuchMethodError: The getter 'typeArguments' was ca lled on null.
1065 top_level_getter_no_setter1_test/01: RuntimeError 1048 top_level_getter_no_setter1_test/01: RuntimeError
1066 top_level_getter_no_setter2_test/01: RuntimeError 1049 top_level_getter_no_setter2_test/01: RuntimeError
1067 truncdiv_test: RuntimeError 1050 truncdiv_test: RuntimeError
1068 try_catch_test/01: MissingCompileTimeError 1051 try_catch_test/01: MissingCompileTimeError
1069 type_argument_substitution_test: Crash # NoSuchMethodError: The method 'hasSubcl ass' was called on null. 1052 mixin_mixin5_test: RuntimeError
1053 mixin_mixin6_test: RuntimeError
1054 mixin_mixin_bound2_test: RuntimeError
1055 mixin_mixin_bound_test: RuntimeError
1070 type_checks_in_factory_method_test: RuntimeError 1056 type_checks_in_factory_method_test: RuntimeError
1071 type_parameter_test/01: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where 1057 type_parameter_test/01: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where
1072 type_parameter_test/02: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where 1058 type_parameter_test/02: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where
1073 type_parameter_test/03: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where 1059 type_parameter_test/03: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where
1074 type_parameter_test/04: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where 1060 type_parameter_test/04: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where
1075 type_parameter_test/05: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where 1061 type_parameter_test/05: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where
1076 type_parameter_test/06: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where 1062 type_parameter_test/06: Crash # type 'JClosureClass' is not a subtype of type 'C losureClassElement' of 'closureClass' where
1077 type_parameter_test/none: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where 1063 type_parameter_test/none: Crash # type 'JClosureClass' is not a subtype of type 'ClosureClassElement' of 'closureClass' where
1078 type_variable_bounds3_test/00: Crash # type 'JClass' is not a subtype of type 'C lassElement' of 'contextClass' where 1064 type_variable_bounds3_test/00: Crash # type 'JClass' is not a subtype of type 'C lassElement' of 'contextClass' where
1079 type_variable_bounds_test/10: Crash # 'package:front_end/src/fasta/kernel/kernel _class_builder.dart': Failed assertion: line 83 pos 12: 'arguments == null || cl s.typeParameters.length == arguments.length': is not true. 1065 type_variable_bounds_test/10: Crash # 'package:front_end/src/fasta/kernel/kernel _class_builder.dart': Failed assertion: line 83 pos 12: 'arguments == null || cl s.typeParameters.length == arguments.length': is not true.
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 execute_finally7_test: RuntimeError 1257 execute_finally7_test: RuntimeError
1272 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0 1258 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0
1273 expect_test: RuntimeError 1259 expect_test: RuntimeError
1274 external_test/10: MissingRuntimeError 1260 external_test/10: MissingRuntimeError
1275 external_test/13: MissingRuntimeError 1261 external_test/13: MissingRuntimeError
1276 external_test/20: MissingRuntimeError 1262 external_test/20: MissingRuntimeError
1277 f_bounded_quantification4_test: RuntimeError 1263 f_bounded_quantification4_test: RuntimeError
1278 f_bounded_quantification5_test: RuntimeError 1264 f_bounded_quantification5_test: RuntimeError
1279 factory2_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'kind'. 1265 factory2_test: Crash # NoSuchMethodError: Class 'InterfaceType' has no instance getter 'kind'.
1280 factory_redirection_test/07: MissingCompileTimeError 1266 factory_redirection_test/07: MissingCompileTimeError
1281 factory_redirection_test/08: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1282 factory_redirection_test/09: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1283 factory_redirection_test/10: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1284 factory_redirection_test/11: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1285 factory_redirection_test/12: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1286 factory_redirection_test/13: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1287 factory_redirection_test/14: Crash # NoSuchMethodError: The method 'hasSubclass' was called on null.
1288 factory_redirection_test/none: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null.
1289 fauxverride_test/03: MissingCompileTimeError 1267 fauxverride_test/03: MissingCompileTimeError
1290 fauxverride_test/05: MissingCompileTimeError 1268 fauxverride_test/05: MissingCompileTimeError
1291 field_initialization_order_test: RuntimeError 1269 field_initialization_order_test: RuntimeError
1292 field_override3_test/00: MissingCompileTimeError 1270 field_override3_test/00: MissingCompileTimeError
1293 field_override3_test/01: MissingCompileTimeError 1271 field_override3_test/01: MissingCompileTimeError
1294 field_override3_test/02: MissingCompileTimeError 1272 field_override3_test/02: MissingCompileTimeError
1295 field_override3_test/03: MissingCompileTimeError 1273 field_override3_test/03: MissingCompileTimeError
1296 field_override4_test/02: MissingCompileTimeError 1274 field_override4_test/02: MissingCompileTimeError
1297 final_attempt_reinitialization_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'. 1275 final_attempt_reinitialization_test/01: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
1298 final_attempt_reinitialization_test/02: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'. 1276 final_attempt_reinitialization_test/02: Crash # Internal problem: No constructor named '_DuplicatedFieldInitializerError::' in 'dart:core'.
(...skipping 14 matching lines...) Expand all
1313 flatten_test/none: Crash # NoSuchMethodError: Class 'JClass' has no instance get ter 'typeVariables'. 1291 flatten_test/none: Crash # NoSuchMethodError: Class 'JClass' has no instance get ter 'typeVariables'.
1314 for_in2_test: Crash # NoSuchMethodError: The method 'startsWith' was called on n ull. 1292 for_in2_test: Crash # NoSuchMethodError: The method 'startsWith' was called on n ull.
1315 for_variable_capture_test: RuntimeError 1293 for_variable_capture_test: RuntimeError
1316 full_stacktrace1_test: RuntimeError 1294 full_stacktrace1_test: RuntimeError
1317 full_stacktrace2_test: RuntimeError 1295 full_stacktrace2_test: RuntimeError
1318 full_stacktrace3_test: RuntimeError 1296 full_stacktrace3_test: RuntimeError
1319 function_subtype_bound_closure6_test: Crash # NoSuchMethodError: The getter 'typ eArguments' was called on null. 1297 function_subtype_bound_closure6_test: Crash # NoSuchMethodError: The getter 'typ eArguments' was called on null.
1320 function_subtype_cast2_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 1298 function_subtype_cast2_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
1321 function_subtype_cast3_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 1299 function_subtype_cast3_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
1322 function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 1300 function_subtype_closure0_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1323 function_subtype_closure1_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1324 function_subtype_inline0_test: RuntimeError 1301 function_subtype_inline0_test: RuntimeError
1325 function_subtype_inline1_test: Crash # NoSuchMethodError: The method 'hasSubclas s' was called on null.
1326 function_subtype_local3_test: RuntimeError 1302 function_subtype_local3_test: RuntimeError
1327 function_subtype_local4_test: RuntimeError 1303 function_subtype_local4_test: RuntimeError
1328 function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 1304 function_subtype_not3_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
1329 function_subtype_typearg1_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1330 function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 1305 function_subtype_typearg2_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1331 function_subtype_typearg3_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null. 1306 function_subtype_typearg3_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1332 function_subtype_typearg4_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1333 function_subtype_typearg5_test: Crash # NoSuchMethodError: The method 'hasSubcla ss' was called on null.
1334 function_syntax_test/none: RuntimeError 1307 function_syntax_test/none: RuntimeError
1335 function_test: RuntimeError 1308 function_test: RuntimeError
1336 function_type_alias3_test: Crash # NoSuchMethodError: The method 'hasSubclass' w as called on null.
1337 function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemente d constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression) 1309 function_type_parameter2_negative_test: Crash # UnimplementedError: Unimplemente d constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
1338 function_type_parameter_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression) 1310 function_type_parameter_negative_test: Crash # UnimplementedError: Unimplemented constant expression (dynamic i) → dynamic => "${i}" (ShadowFunctionExpression)
1339 import_collection_no_prefix_test: Crash # NoSuchMethodError: The getter 'typeArg uments' was called on null. 1311 import_collection_no_prefix_test: Crash # NoSuchMethodError: The getter 'typeArg uments' was called on null.
1340 infinite_switch_label_test: Crash # NoSuchMethodError: The method 'generateBreak ' was called on null. 1312 infinite_switch_label_test: Crash # NoSuchMethodError: The method 'generateBreak ' was called on null.
1341 infinity_test: RuntimeError 1313 infinity_test: RuntimeError
1342 inlined_throw_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 1314 inlined_throw_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
1343 instance_creation_in_function_annotation_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'. 1315 instance_creation_in_function_annotation_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
1344 instanceof4_test/01: Crash # NoSuchMethodError: Class 'JClass' has no instance g etter 'typeVariables'. 1316 instanceof4_test/01: Crash # NoSuchMethodError: Class 'JClass' has no instance g etter 'typeVariables'.
1345 instanceof4_test/none: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'. 1317 instanceof4_test/none: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
1346 integer_division_by_zero_test: RuntimeError 1318 integer_division_by_zero_test: RuntimeError
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1593 regress_22976_test/02: CompileTimeError 1565 regress_22976_test/02: CompileTimeError
1594 regress_22976_test/none: CompileTimeError 1566 regress_22976_test/none: CompileTimeError
1595 regress_23408_test: CompileTimeError 1567 regress_23408_test: CompileTimeError
1596 regress_23498_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'. 1568 regress_23498_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'.
1597 regress_23500_test/01: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'. 1569 regress_23500_test/01: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
1598 regress_23500_test/02: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'. 1570 regress_23500_test/02: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
1599 regress_23500_test/none: Crash # NoSuchMethodError: Class 'JClass' has no instan ce getter 'typeVariables'. 1571 regress_23500_test/none: Crash # NoSuchMethodError: Class 'JClass' has no instan ce getter 'typeVariables'.
1600 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1 , inclusive: 2 1572 regress_23537_test: Crash # RangeError (index): Invalid value: Not in range 0..1 , inclusive: 2
1601 regress_23996_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'. 1573 regress_23996_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'.
1602 regress_24283_test: RuntimeError 1574 regress_24283_test: RuntimeError
1603 regress_24567_test: Crash # NoSuchMethodError: The method 'hasSubclass' was call ed on null.
1604 regress_24935_test/01: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'. 1575 regress_24935_test/01: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
1605 regress_24935_test/none: Crash # NoSuchMethodError: Class 'JClass' has no instan ce getter 'typeVariables'. 1576 regress_24935_test/none: Crash # NoSuchMethodError: Class 'JClass' has no instan ce getter 'typeVariables'.
1606 regress_26133_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'. 1577 regress_26133_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'.
1607 regress_26175_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'. 1578 regress_26175_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'.
1608 regress_26668_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'. 1579 regress_26668_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'.
1609 regress_26948_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'. 1580 regress_26948_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'.
1610 regress_27572_test: RuntimeError 1581 regress_27572_test: RuntimeError
1611 regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constr uctor(Foo._) in ConstructorDataImpl._getConstructorConstant 1582 regress_27617_test/1: Crash # Assertion failure: Unexpected constructor j:constr uctor(Foo._) in ConstructorDataImpl._getConstructorConstant
1612 regress_27659_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'. 1583 regress_27659_test: Crash # NoSuchMethodError: Class 'JClass' has no instance ge tter 'typeVariables'.
1613 regress_28217_test/01: MissingCompileTimeError 1584 regress_28217_test/01: MissingCompileTimeError
1614 regress_28217_test/none: MissingCompileTimeError 1585 regress_28217_test/none: MissingCompileTimeError
1615 regress_28255_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 1586 regress_28255_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
1616 regress_28278_test: CompileTimeError 1587 regress_28278_test: CompileTimeError
1617 regress_29349_test: CompileTimeError 1588 regress_29349_test: CompileTimeError
1618 runtime_type_function_test: RuntimeError 1589 runtime_type_function_test: RuntimeError
1619 setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Va lid value range is empty: 0 1590 setter_declaration2_negative_test: Crash # RangeError (index): Invalid value: Va lid value range is empty: 0
1620 setter_declaration_negative_test: Fail 1591 setter_declaration_negative_test: Fail
1621 setter_override_test/00: MissingCompileTimeError 1592 setter_override_test/00: MissingCompileTimeError
1622 setter_override_test/03: MissingCompileTimeError 1593 setter_override_test/03: MissingCompileTimeError
1623 smaller_4_Interface_Types_A11_t02_test: Crash # NoSuchMethodError: The method 'h asSubclass' was called on null.
1624 stack_overflow_stacktrace_test: RuntimeError 1594 stack_overflow_stacktrace_test: RuntimeError
1625 stack_trace_test: RuntimeError 1595 stack_trace_test: RuntimeError
1626 stacktrace_demangle_ctors_test: RuntimeError 1596 stacktrace_demangle_ctors_test: RuntimeError
1627 stacktrace_rethrow_error_test/none: RuntimeError 1597 stacktrace_rethrow_error_test/none: RuntimeError
1628 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError 1598 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError
1629 stacktrace_rethrow_nonerror_test: RuntimeError 1599 stacktrace_rethrow_nonerror_test: RuntimeError
1630 stacktrace_test: RuntimeError 1600 stacktrace_test: RuntimeError
1631 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0 1601 statement_test: Crash # RangeError (index): Invalid value: Valid value range is empty: 0
1632 static_getter_no_setter1_test/01: RuntimeError 1602 static_getter_no_setter1_test/01: RuntimeError
1633 static_getter_no_setter3_test/01: RuntimeError 1603 static_getter_no_setter3_test/01: RuntimeError
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 syncstar_less_than_test: RuntimeError 1638 syncstar_less_than_test: RuntimeError
1669 syncstar_yield_test/copyParameters: RuntimeError 1639 syncstar_yield_test/copyParameters: RuntimeError
1670 syncstar_yield_test/none: RuntimeError 1640 syncstar_yield_test/none: RuntimeError
1671 syncstar_yieldstar_test: Crash # NoSuchMethodError: Class 'JClass' has no instan ce getter 'typeVariables'. 1641 syncstar_yieldstar_test: Crash # NoSuchMethodError: Class 'JClass' has no instan ce getter 'typeVariables'.
1672 syntax_test/none: CompileTimeError 1642 syntax_test/none: CompileTimeError
1673 temp_mangling_test: Crash # NoSuchMethodError: The getter 'typeArguments' was ca lled on null. 1643 temp_mangling_test: Crash # NoSuchMethodError: The getter 'typeArguments' was ca lled on null.
1674 top_level_getter_no_setter1_test/01: RuntimeError 1644 top_level_getter_no_setter1_test/01: RuntimeError
1675 top_level_getter_no_setter2_test/01: RuntimeError 1645 top_level_getter_no_setter2_test/01: RuntimeError
1676 truncdiv_test: RuntimeError 1646 truncdiv_test: RuntimeError
1677 try_catch_test/01: MissingCompileTimeError 1647 try_catch_test/01: MissingCompileTimeError
1678 type_argument_substitution_test: Crash # NoSuchMethodError: The method 'hasSubcl ass' was called on null. 1648 cyclic_type2_test: RuntimeError
1649 mixin_generic_test: RuntimeError
1650 mixin_mixin5_test: RuntimeError
1651 mixin_mixin6_test: RuntimeError
1652 mixin_mixin_bound2_test: RuntimeError
1653 mixin_mixin_bound_test: RuntimeError
1679 type_checks_in_factory_method_test: RuntimeError 1654 type_checks_in_factory_method_test: RuntimeError
1680 type_parameter_test/01: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1655 type_parameter_test/01: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1681 type_parameter_test/02: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1656 type_parameter_test/02: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1682 type_parameter_test/03: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1657 type_parameter_test/03: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1683 type_parameter_test/04: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1658 type_parameter_test/04: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1684 type_parameter_test/05: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1659 type_parameter_test/05: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1685 type_parameter_test/06: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1660 type_parameter_test/06: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1686 type_parameter_test/none: Crash # NoSuchMethodError: Class 'JClosureClass' has n o instance getter 'methodElement'. 1661 type_parameter_test/none: Crash # NoSuchMethodError: Class 'JClosureClass' has n o instance getter 'methodElement'.
1687 type_variable_bounds3_test/00: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'. 1662 type_variable_bounds3_test/00: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
1688 type_variable_closure2_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 1663 type_variable_closure2_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
1689 type_variable_closure3_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha s no instance getter 'methodElement'. 1664 type_variable_closure3_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha s no instance getter 'methodElement'.
1690 type_variable_closure4_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null. 1665 type_variable_closure4_test: Crash # NoSuchMethodError: The getter 'typeArgument s' was called on null.
1691 type_variable_closure_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null. 1666 type_variable_closure_test: Crash # NoSuchMethodError: The getter 'typeArguments ' was called on null.
1692 type_variable_conflict2_test/01: RuntimeError 1667 type_variable_conflict2_test/01: RuntimeError
1693 type_variable_conflict2_test/05: RuntimeError 1668 type_variable_conflict2_test/05: RuntimeError
1694 type_variable_conflict2_test/07: RuntimeError 1669 type_variable_conflict2_test/07: RuntimeError
1695 type_variable_conflict2_test/09: RuntimeError 1670 type_variable_conflict2_test/09: RuntimeError
1696 type_variable_field_initializer2_test: Crash # Assertion failure: Runtime type i nformation not available for type_variable_local(A.T) in j:constructor(B.). 1671 type_variable_field_initializer2_test: Crash # Assertion failure: Runtime type i nformation not available for type_variable_local(A.T) in j:constructor(B.).
1697 type_variable_field_initializer_closure2_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'. 1672 type_variable_field_initializer_closure2_test: Crash # NoSuchMethodError: Class 'JClosureClass' has no instance getter 'methodElement'.
1698 type_variable_field_initializer_closure_test: Crash # NoSuchMethodError: Class ' JClosureClass' has no instance getter 'methodElement'. 1673 type_variable_field_initializer_closure_test: Crash # NoSuchMethodError: Class ' JClosureClass' has no instance getter 'methodElement'.
1699 type_variable_field_initializer_test: Crash # Assertion failure: Runtime type in formation not available for type_variable_local(A.T) in j:constructor(B.). 1674 type_variable_field_initializer_test: Crash # Assertion failure: Runtime type in formation not available for type_variable_local(A.T) in j:constructor(B.).
1700 type_variable_function_type_test: RuntimeError 1675 type_variable_function_type_test: RuntimeError
1701 yieldstar_pause_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'. 1676 yieldstar_pause_test: Crash # NoSuchMethodError: Class 'JClass' has no instance getter 'typeVariables'.
1702 1677
OLDNEW
« no previous file with comments | « tests/corelib_2/corelib_2.status ('k') | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698