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

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

Issue 3009603002: Alphabetize the test status files. (Closed)
Patch Set: Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 const_constructor_nonconst_field_test/01: Crash 590 const_constructor_nonconst_field_test/01: Crash
591 const_constructor_syntax_test/05: Crash 591 const_constructor_syntax_test/05: Crash
592 const_error_multiply_initialized_test/01: Crash 592 const_error_multiply_initialized_test/01: Crash
593 const_error_multiply_initialized_test/02: Crash 593 const_error_multiply_initialized_test/02: Crash
594 const_error_multiply_initialized_test/03: Crash 594 const_error_multiply_initialized_test/03: Crash
595 const_error_multiply_initialized_test/04: Crash 595 const_error_multiply_initialized_test/04: Crash
596 const_evaluation_test/01: Crash 596 const_evaluation_test/01: Crash
597 const_factory_with_body_test/01: MissingCompileTimeError 597 const_factory_with_body_test/01: MissingCompileTimeError
598 const_instance_field_test/01: MissingCompileTimeError 598 const_instance_field_test/01: MissingCompileTimeError
599 const_map2_test/00: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart ': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local lo cal(Maps.mapToString#first) is stored in a closure field. 599 const_map2_test/00: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart ': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local lo cal(Maps.mapToString#first) is stored in a closure field.
600 const_map2_test/00: MissingCompileTimeError
600 const_map2_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field. 601 const_map2_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
601 const_map3_test/00: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart ': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local lo cal(Maps.mapToString#first) is stored in a closure field. 602 const_map3_test/00: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart ': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local lo cal(Maps.mapToString#first) is stored in a closure field.
603 const_map3_test/00: MissingCompileTimeError
602 const_map3_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field. 604 const_map3_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
603 const_map4_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (Maps.mapToString#first) is stored in a closure field. 605 const_map4_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (Maps.mapToString#first) is stored in a closure field.
604 const_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': F ailed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local( Maps.mapToString#first) is stored in a closure field. 606 const_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': F ailed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local( Maps.mapToString#first) is stored in a closure field.
605 const_objects_are_immutable_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField( local)': Local local(Maps.mapToString#first) is stored in a closure field. 607 const_objects_are_immutable_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField( local)': Local local(Maps.mapToString#first) is stored in a closure field.
606 const_objects_are_immutable_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/ locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureFiel d(local)': Local local(Maps.mapToString#first) is stored in a closure field. 608 const_objects_are_immutable_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/ locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureFiel d(local)': Local local(Maps.mapToString#first) is stored in a closure field.
607 const_optional_args_negative_test: Crash 609 const_optional_args_negative_test: Crash
608 const_switch2_test/01: MissingCompileTimeError 610 const_switch2_test/01: MissingCompileTimeError
609 const_switch_test/02: RuntimeError 611 const_switch_test/02: RuntimeError
610 const_switch_test/04: RuntimeError 612 const_switch_test/04: RuntimeError
611 const_syntax_test/05: MissingCompileTimeError 613 const_syntax_test/05: MissingCompileTimeError
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 constructor_initializer_test/none: Crash 645 constructor_initializer_test/none: Crash
644 constructor_named_arguments_test/01: Crash 646 constructor_named_arguments_test/01: Crash
645 constructor_named_arguments_test/none: RuntimeError 647 constructor_named_arguments_test/none: RuntimeError
646 constructor_redirect1_negative_test: Crash 648 constructor_redirect1_negative_test: Crash
647 constructor_redirect2_negative_test: Crash 649 constructor_redirect2_negative_test: Crash
648 constructor_redirect2_test/01: MissingCompileTimeError 650 constructor_redirect2_test/01: MissingCompileTimeError
649 constructor_redirect_test/01: Crash 651 constructor_redirect_test/01: Crash
650 constructor_test: Crash 652 constructor_test: Crash
651 constructor_with_mixin_test: Crash 653 constructor_with_mixin_test: Crash
652 context_test: RuntimeError 654 context_test: RuntimeError
655 context_test: RuntimeError
653 crash_6725_test/01: Crash 656 crash_6725_test/01: Crash
654 ct_const_test: Crash 657 ct_const_test: Crash
655 custom_await_stack_trace_test: Crash 658 custom_await_stack_trace_test: Crash
656 cyclic_constructor_test/01: Crash 659 cyclic_constructor_test/01: Crash
657 cyclic_default_values_test: Crash 660 cyclic_default_values_test: Crash
658 cyclic_type2_test: Crash 661 cyclic_type2_test: Crash
659 dangling_else_test: Crash 662 dangling_else_test: Crash
660 deferred_call_empty_before_load_test: RuntimeError 663 deferred_call_empty_before_load_test: RuntimeError
664 deferred_call_empty_before_load_test: RuntimeError
661 deferred_closurize_load_library_test: CompileTimeError 665 deferred_closurize_load_library_test: CompileTimeError
662 deferred_constant_list_test: CompileTimeError 666 deferred_constant_list_test: CompileTimeError
663 deferred_constraints_constants_test/none: CompileTimeError 667 deferred_constraints_constants_test/none: CompileTimeError
664 deferred_constraints_constants_test/reference_after_load: CompileTimeError 668 deferred_constraints_constants_test/reference_after_load: CompileTimeError
665 deferred_constraints_type_annotation_test/as_operation: CompileTimeError 669 deferred_constraints_type_annotation_test/as_operation: CompileTimeError
666 deferred_constraints_type_annotation_test/catch_check: CompileTimeError 670 deferred_constraints_type_annotation_test/catch_check: CompileTimeError
667 deferred_constraints_type_annotation_test/is_check: CompileTimeError 671 deferred_constraints_type_annotation_test/is_check: CompileTimeError
668 deferred_constraints_type_annotation_test/new: CompileTimeError 672 deferred_constraints_type_annotation_test/new: CompileTimeError
669 deferred_constraints_type_annotation_test/new_before_load: CompileTimeError 673 deferred_constraints_type_annotation_test/new_before_load: CompileTimeError
670 deferred_constraints_type_annotation_test/new_generic1: CompileTimeError 674 deferred_constraints_type_annotation_test/new_generic1: CompileTimeError
671 deferred_constraints_type_annotation_test/new_generic2: CompileTimeError 675 deferred_constraints_type_annotation_test/new_generic2: CompileTimeError
672 deferred_constraints_type_annotation_test/new_generic3: CompileTimeError 676 deferred_constraints_type_annotation_test/new_generic3: CompileTimeError
673 deferred_constraints_type_annotation_test/none: CompileTimeError 677 deferred_constraints_type_annotation_test/none: CompileTimeError
674 deferred_constraints_type_annotation_test/static_method: CompileTimeError 678 deferred_constraints_type_annotation_test/static_method: CompileTimeError
675 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError 679 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError
676 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror 680 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror
677 deferred_constraints_type_annotation_test/type_annotation_generic2: CompileTimeE rror 681 deferred_constraints_type_annotation_test/type_annotation_generic2: CompileTimeE rror
678 deferred_constraints_type_annotation_test/type_annotation_generic3: CompileTimeE rror 682 deferred_constraints_type_annotation_test/type_annotation_generic3: CompileTimeE rror
679 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror 683 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror
680 deferred_constraints_type_annotation_test/type_annotation_non_deferred: CompileT imeError 684 deferred_constraints_type_annotation_test/type_annotation_non_deferred: CompileT imeError
681 deferred_constraints_type_annotation_test/type_annotation_null: CompileTimeError 685 deferred_constraints_type_annotation_test/type_annotation_null: CompileTimeError
682 deferred_constraints_type_annotation_test/type_annotation_top_level: CompileTime Error 686 deferred_constraints_type_annotation_test/type_annotation_top_level: CompileTime Error
683 deferred_function_type_test: CompileTimeError 687 deferred_function_type_test: CompileTimeError
684 deferred_global_test: CompileTimeError 688 deferred_global_test: CompileTimeError
685 deferred_import_core_test: CompileTimeError 689 deferred_import_core_test: CompileTimeError
686 deferred_inheritance_constraints_test/extends: MissingCompileTimeError 690 deferred_inheritance_constraints_test/extends: MissingCompileTimeError
687 deferred_inheritance_constraints_test/implements: MissingCompileTimeError 691 deferred_inheritance_constraints_test/implements: MissingCompileTimeError
688 deferred_inheritance_constraints_test/mixin: MissingCompileTimeError 692 deferred_inheritance_constraints_test/mixin: MissingCompileTimeError
689 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError 693 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
694 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
690 deferred_inlined_test: CompileTimeError 695 deferred_inlined_test: CompileTimeError
691 deferred_load_constants_test/none: CompileTimeError 696 deferred_load_constants_test/none: CompileTimeError
692 deferred_load_inval_code_test: CompileTimeError 697 deferred_load_inval_code_test: CompileTimeError
693 deferred_load_library_wrong_args_test/01: CompileTimeError 698 deferred_load_library_wrong_args_test/01: CompileTimeError
694 deferred_load_library_wrong_args_test/none: CompileTimeError 699 deferred_load_library_wrong_args_test/none: CompileTimeError
695 deferred_mixin_test: CompileTimeError 700 deferred_mixin_test: CompileTimeError
696 deferred_no_prefix_test/01: MissingCompileTimeError 701 deferred_no_prefix_test/01: MissingCompileTimeError
697 deferred_no_such_method_test: CompileTimeError 702 deferred_no_such_method_test: CompileTimeError
698 deferred_not_loaded_check_test: RuntimeError 703 deferred_not_loaded_check_test: RuntimeError
699 deferred_only_constant_test: CompileTimeError 704 deferred_only_constant_test: CompileTimeError
(...skipping 16 matching lines...) Expand all
716 duplicate_implements_test/01: MissingCompileTimeError 721 duplicate_implements_test/01: MissingCompileTimeError
717 duplicate_implements_test/02: MissingCompileTimeError 722 duplicate_implements_test/02: MissingCompileTimeError
718 duplicate_implements_test/03: MissingCompileTimeError 723 duplicate_implements_test/03: MissingCompileTimeError
719 duplicate_implements_test/04: MissingCompileTimeError 724 duplicate_implements_test/04: MissingCompileTimeError
720 dynamic_prefix_core_test/01: RuntimeError 725 dynamic_prefix_core_test/01: RuntimeError
721 dynamic_prefix_core_test/none: RuntimeError 726 dynamic_prefix_core_test/none: RuntimeError
722 efficient_length_warning_test: Crash 727 efficient_length_warning_test: Crash
723 emit_const_fields_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field. 728 emit_const_fields_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
724 enum_duplicate_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field. 729 enum_duplicate_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
725 enum_duplicate_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field. 730 enum_duplicate_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
731 enum_duplicate_test/02: RuntimeError
726 enum_duplicate_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field. 732 enum_duplicate_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field.
733 enum_duplicate_test/none: RuntimeError
727 enum_index_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (Maps.mapToString#first) is stored in a closure field. 734 enum_index_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (Maps.mapToString#first) is stored in a closure field.
728 enum_mirror_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loca l(Maps.mapToString#first) is stored in a closure field. 735 enum_mirror_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loca l(Maps.mapToString#first) is stored in a closure field.
729 enum_private_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field. 736 enum_private_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
737 enum_private_test/01: RuntimeError
730 enum_private_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field. 738 enum_private_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure field.
739 enum_private_test/02: RuntimeError
731 enum_private_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field. 740 enum_private_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
741 enum_private_test/none: RuntimeError
732 enum_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps. mapToString#first) is stored in a closure field. 742 enum_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps. mapToString#first) is stored in a closure field.
743 enum_test: RuntimeError
733 example_constructor_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kerne l.dart': Failed assertion: line 513 pos 16: 'false': ir.LocalInitializer not han dled 744 example_constructor_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/builder_kerne l.dart': Failed assertion: line 513 pos 16: 'false': ir.LocalInitializer not han dled
734 execute_finally7_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.d art': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Helper.f1#k) is stored in a closure field. 745 execute_finally7_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.d art': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(Helper.f1#k) is stored in a closure field.
746 execute_finally7_test: RuntimeError
735 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0 747 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang e is empty: 0
736 expect_test: RuntimeError 748 expect_test: RuntimeError
749 expect_test: RuntimeError
737 export_double_same_main_test: CompileTimeError 750 export_double_same_main_test: CompileTimeError
738 export_main_test: CompileTimeError 751 export_main_test: CompileTimeError
739 external_test/10: MissingRuntimeError 752 external_test/10: MissingRuntimeError
740 external_test/13: MissingRuntimeError 753 external_test/13: MissingRuntimeError
741 external_test/20: MissingRuntimeError 754 external_test/20: MissingRuntimeError
742 factory2_test: Crash 755 factory2_test: Crash
743 factory_redirection_test/07: MissingCompileTimeError 756 factory_redirection_test/07: MissingCompileTimeError
744 factory_redirection_test/08: Crash 757 factory_redirection_test/08: Crash
745 factory_redirection_test/09: Crash 758 factory_redirection_test/09: Crash
746 factory_redirection_test/10: Crash 759 factory_redirection_test/10: Crash
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 flatten_test/05: Crash 798 flatten_test/05: Crash
786 flatten_test/06: Crash 799 flatten_test/06: Crash
787 flatten_test/07: Crash 800 flatten_test/07: Crash
788 flatten_test/08: Crash 801 flatten_test/08: Crash
789 flatten_test/09: Crash 802 flatten_test/09: Crash
790 flatten_test/10: Crash 803 flatten_test/10: Crash
791 flatten_test/11: Crash 804 flatten_test/11: Crash
792 flatten_test/12: Crash 805 flatten_test/12: Crash
793 flatten_test/none: Crash 806 flatten_test/none: Crash
794 for2_test: RuntimeError 807 for2_test: RuntimeError
808 for2_test: RuntimeError
795 for_in2_test: Crash 809 for_in2_test: Crash
796 for_variable_capture_test: Crash 810 for_variable_capture_test: Crash
797 full_stacktrace1_test: Crash 811 full_stacktrace1_test: Crash
798 full_stacktrace2_test: Crash 812 full_stacktrace2_test: Crash
799 full_stacktrace3_test: Crash 813 full_stacktrace3_test: Crash
800 function_literals2_test: Crash 814 function_literals2_test: Crash
801 function_malformed_result_type_test: Crash 815 function_malformed_result_type_test: Crash
802 function_propagation_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure .dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closu re class not found for j:method(A.call). Closures found for (j:closure_call(Clos ure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call)) 816 function_propagation_test: Crash # 'file:*/pkg/compiler/lib/src/js_model/closure .dart': Failed assertion: line 197 pos 9: 'closure != null': Corresponding closu re class not found for j:method(A.call). Closures found for (j:closure_call(Clos ure_fromTearOff_closure.call), j:closure_call(Maps_mapToString_closure.call))
817 function_propagation_test: Crash # 'file:///usr/local/google/home/efortuna/dart/ sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for j:method(A.call) . Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Cl osure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), local(Maps.m apToString#))
803 function_subtype3_test: Crash 818 function_subtype3_test: Crash
804 function_subtype_bound_closure6_test: Crash 819 function_subtype_bound_closure6_test: Crash
805 function_subtype_call0_test: Crash 820 function_subtype_call0_test: Crash
806 function_subtype_call1_test: Crash 821 function_subtype_call1_test: Crash
807 function_subtype_call2_test: Crash 822 function_subtype_call2_test: Crash
808 function_subtype_cast2_test: Crash 823 function_subtype_cast2_test: Crash
809 function_subtype_cast3_test: Crash 824 function_subtype_cast3_test: Crash
810 function_subtype_checked0_test: Crash 825 function_subtype_checked0_test: Crash
811 function_subtype_closure0_test: Crash 826 function_subtype_closure0_test: Crash
812 function_subtype_closure1_test: Crash 827 function_subtype_closure1_test: Crash
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 generic_methods_new_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field. 863 generic_methods_new_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field.
849 generic_methods_test: Crash 864 generic_methods_test: Crash
850 generic_methods_type_expression_test/01: Crash 865 generic_methods_type_expression_test/01: Crash
851 generic_methods_type_expression_test/03: Crash 866 generic_methods_type_expression_test/03: Crash
852 generic_methods_type_expression_test/none: Crash 867 generic_methods_type_expression_test/none: Crash
853 generic_native_test: Crash 868 generic_native_test: Crash
854 generic_syntax_test: Crash 869 generic_syntax_test: Crash
855 generic_test: RuntimeError 870 generic_test: RuntimeError
856 generics_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M aps.mapToString#first) is stored in a closure field. 871 generics_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M aps.mapToString#first) is stored in a closure field.
857 getter_no_setter2_test/00: RuntimeError 872 getter_no_setter2_test/00: RuntimeError
873 getter_no_setter2_test/00: RuntimeError
874 getter_no_setter2_test/03: RuntimeError
858 getter_no_setter2_test/03: RuntimeError 875 getter_no_setter2_test/03: RuntimeError
859 getter_no_setter_test/00: RuntimeError 876 getter_no_setter_test/00: RuntimeError
877 getter_no_setter_test/00: RuntimeError
878 getter_no_setter_test/none: RuntimeError
860 getter_no_setter_test/none: RuntimeError 879 getter_no_setter_test/none: RuntimeError
861 getter_override2_test/02: MissingCompileTimeError 880 getter_override2_test/02: MissingCompileTimeError
862 getter_override_test/00: MissingCompileTimeError 881 getter_override_test/00: MissingCompileTimeError
863 getter_override_test/01: MissingCompileTimeError 882 getter_override_test/01: MissingCompileTimeError
864 getter_override_test/02: MissingCompileTimeError 883 getter_override_test/02: MissingCompileTimeError
865 hash_map_null_key_foreach_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(main#c) is stored in a closure field. 884 hash_map_null_key_foreach_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(main#c) is stored in a closure field.
885 hash_map_null_key_foreach_test: RuntimeError
866 identical_closure2_test: RuntimeError 886 identical_closure2_test: RuntimeError
867 identical_const_test/05: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field. 887 identical_const_test/05: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
868 identical_const_test/06: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field. 888 identical_const_test/06: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
869 identical_const_test/07: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field. 889 identical_const_test/07: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
870 identical_const_test/08: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field. 890 identical_const_test/08: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
871 if_null_assignment_behavior_test/01: Crash 891 if_null_assignment_behavior_test/01: Crash
872 if_null_assignment_behavior_test/02: Crash 892 if_null_assignment_behavior_test/02: Crash
873 if_null_assignment_behavior_test/03: Crash 893 if_null_assignment_behavior_test/03: Crash
874 if_null_assignment_behavior_test/04: Crash 894 if_null_assignment_behavior_test/04: Crash
875 if_null_assignment_behavior_test/05: Crash 895 if_null_assignment_behavior_test/05: Crash
876 if_null_assignment_behavior_test/06: Crash 896 if_null_assignment_behavior_test/06: Crash
877 if_null_assignment_behavior_test/11: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField( local)': Local local(main#l) is stored in a closure field. 897 if_null_assignment_behavior_test/11: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField( local)': Local local(main#l) is stored in a closure field.
878 if_null_assignment_behavior_test/12: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField( local)': Local local(main#l) is stored in a closure field. 898 if_null_assignment_behavior_test/12: Crash # 'file:*/pkg/compiler/lib/src/ssa/lo cals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField( local)': Local local(main#l) is stored in a closure field.
899 if_null_assignment_behavior_test/12: RuntimeError
879 if_null_assignment_behavior_test/14: RuntimeError 900 if_null_assignment_behavior_test/14: RuntimeError
901 if_null_assignment_behavior_test/14: RuntimeError
902 if_null_assignment_static_test/01: RuntimeError
880 if_null_assignment_static_test/01: RuntimeError 903 if_null_assignment_static_test/01: RuntimeError
881 if_null_assignment_static_test/02: Crash 904 if_null_assignment_static_test/02: Crash
882 if_null_assignment_static_test/03: RuntimeError 905 if_null_assignment_static_test/03: RuntimeError
906 if_null_assignment_static_test/03: RuntimeError
883 if_null_assignment_static_test/04: RuntimeError 907 if_null_assignment_static_test/04: RuntimeError
908 if_null_assignment_static_test/04: RuntimeError
909 if_null_assignment_static_test/05: RuntimeError
884 if_null_assignment_static_test/05: RuntimeError 910 if_null_assignment_static_test/05: RuntimeError
885 if_null_assignment_static_test/06: Crash 911 if_null_assignment_static_test/06: Crash
886 implicit_closure2_test: Crash 912 implicit_closure2_test: Crash
887 implicit_closure_test: Crash 913 implicit_closure_test: Crash
888 implicit_this_test/01: Crash 914 implicit_this_test/01: Crash
889 implicit_this_test/04: Crash 915 implicit_this_test/04: Crash
890 implicit_this_test/none: Crash 916 implicit_this_test/none: Crash
891 import_collection_no_prefix_test: Crash 917 import_collection_no_prefix_test: Crash
892 import_core_prefix_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field. 918 import_core_prefix_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
893 import_self_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dar t': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local l ocal(main#t) is stored in a closure field. 919 import_self_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dar t': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local l ocal(main#t) is stored in a closure field.
894 inference_mixin_field_test: Crash 920 inference_mixin_field_test: Crash
895 infinite_switch_label_test: Crash 921 infinite_switch_label_test: Crash
896 infinity_test: RuntimeError 922 infinity_test: RuntimeError
897 initializing_formal_capture_test: Crash 923 initializing_formal_capture_test: Crash
898 initializing_formal_final_test: Crash 924 initializing_formal_final_test: Crash
899 inline_super_field_test: Crash 925 inline_super_field_test: Crash
900 inlined_throw_test: Crash 926 inlined_throw_test: Crash
901 instance_creation_in_function_annotation_test: Crash 927 instance_creation_in_function_annotation_test: Crash
902 instanceof4_test/01: Crash 928 instanceof4_test/01: Crash
903 instanceof4_test/none: Crash 929 instanceof4_test/none: Crash
904 integer_division_by_zero_test: RuntimeError 930 integer_division_by_zero_test: RuntimeError
931 integer_division_by_zero_test: RuntimeError
905 interceptor3_test: Crash 932 interceptor3_test: Crash
906 internal_library_test/02: Crash 933 internal_library_test/02: Crash
907 invocation_mirror2_test: Crash 934 invocation_mirror2_test: Crash
908 invocation_mirror_empty_arguments_test: Crash 935 invocation_mirror_empty_arguments_test: Crash
909 invocation_mirror_invoke_on2_test: Crash 936 invocation_mirror_invoke_on2_test: Crash
910 invocation_mirror_invoke_on_test: Crash 937 invocation_mirror_invoke_on_test: Crash
911 invocation_mirror_test: Crash 938 invocation_mirror_test: Crash
912 is_malformed_type_test/94: Crash 939 is_malformed_type_test/94: Crash
913 is_malformed_type_test/96: Crash 940 is_malformed_type_test/96: Crash
914 is_malformed_type_test/98: Crash 941 is_malformed_type_test/98: Crash
915 is_object_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': F ailed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local( main#evalCount) is stored in a closure field. 942 is_object_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': F ailed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local( main#evalCount) is stored in a closure field.
943 is_object_test: RuntimeError
916 issue10204_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (Maps.mapToString#first) is stored in a closure field. 944 issue10204_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (Maps.mapToString#first) is stored in a closure field.
917 issue10721_test: Crash 945 issue10721_test: Crash
918 issue10747_test: Crash 946 issue10747_test: Crash
919 issue13474_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (main#a) is stored in a closure field. 947 issue13474_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local (main#a) is stored in a closure field.
948 issue13474_test: RuntimeError
920 issue14014_2_test: Crash 949 issue14014_2_test: Crash
921 issue14014_3_test: Crash 950 issue14014_3_test: Crash
922 issue14014_test: Crash 951 issue14014_test: Crash
923 issue14242_test: Crash 952 issue14242_test: Crash
924 issue15720_test: Crash 953 issue15720_test: Crash
925 issue21079_test: Crash 954 issue21079_test: Crash
926 issue23244_test: Crash 955 issue23244_test: Crash
927 issue4295001_test: Crash 956 issue4295001_test: Crash
928 issue9602_test: Crash 957 issue9602_test: Crash
929 issue9939_test: RuntimeError 958 issue9939_test: RuntimeError
959 issue9939_test: RuntimeError
930 issue_1751477_test: CompileTimeError 960 issue_1751477_test: CompileTimeError
931 issue_22780_test/01: Crash 961 issue_22780_test/01: Crash
932 issue_23914_test: Crash 962 issue_23914_test: Crash
933 issue_25671a_test/01: Crash 963 issue_25671a_test/01: Crash
934 issue_25671b_test/01: Crash 964 issue_25671b_test/01: Crash
935 label_test: Crash 965 label_test: Crash
936 lazy_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M aps.mapToString#first) is stored in a closure field. 966 lazy_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M aps.mapToString#first) is stored in a closure field.
937 lazy_static8_test: RuntimeError 967 lazy_static8_test: RuntimeError
968 lazy_static8_test: RuntimeError
938 left_shift_test: RuntimeError 969 left_shift_test: RuntimeError
939 library_env_test/has_no_html_support: RuntimeError 970 library_env_test/has_no_html_support: RuntimeError
940 library_env_test/has_no_io_support: RuntimeError 971 library_env_test/has_no_io_support: RuntimeError
941 library_env_test/has_no_mirror_support: RuntimeError 972 library_env_test/has_no_mirror_support: RuntimeError
942 library_prefixes_test: Crash 973 library_prefixes_test: Crash
943 list_is_test: Crash 974 list_is_test: Crash
944 list_literal3_test: Crash 975 list_literal3_test: Crash
945 list_literal4_test: RuntimeError 976 list_literal4_test: RuntimeError
977 list_literal4_test: RuntimeError
946 list_test: Crash 978 list_test: Crash
947 list_tracer_in_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field. 979 list_tracer_in_map_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
948 local_function2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(LocalFunction2Test.f#a) is stored in a closure field. 980 local_function2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(LocalFunction2Test.f#a) is stored in a closure field.
981 local_function2_test: RuntimeError
982 local_function3_test: RuntimeError
949 local_function3_test: RuntimeError 983 local_function3_test: RuntimeError
950 local_function_test: Crash 984 local_function_test: Crash
951 logical_expression_test: Crash 985 logical_expression_test: Crash
952 main_not_a_function_test/01: CompileTimeError 986 main_not_a_function_test/01: CompileTimeError
953 main_test/01: Crash 987 main_test/01: Crash
954 main_test/02: Crash 988 main_test/02: Crash
955 main_test/03: Crash 989 main_test/03: Crash
956 main_test/04: Crash 990 main_test/04: Crash
957 main_test/05: Crash 991 main_test/05: Crash
958 main_test/20: Crash 992 main_test/20: Crash
(...skipping 10 matching lines...) Expand all
969 malformed_test/02: Crash 1003 malformed_test/02: Crash
970 malformed_test/03: Crash 1004 malformed_test/03: Crash
971 malformed_test/04: Crash 1005 malformed_test/04: Crash
972 malformed_test/06: Crash # 'package:front_end/src/fasta/kernel/kernel_class_buil der.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParam eters.length == arguments.length': is not true. 1006 malformed_test/06: Crash # 'package:front_end/src/fasta/kernel/kernel_class_buil der.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParam eters.length == arguments.length': is not true.
973 malformed_test/none: Crash 1007 malformed_test/none: Crash
974 many_named_arguments_test: Crash 1008 many_named_arguments_test: Crash
975 many_overridden_no_such_method_test: Crash 1009 many_overridden_no_such_method_test: Crash
976 map_literal10_test: Crash 1010 map_literal10_test: Crash
977 map_literal2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field. 1011 map_literal2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
978 map_literal3_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field. 1012 map_literal3_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
1013 map_literal3_test: RuntimeError
979 map_literal4_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field. 1014 map_literal4_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
1015 map_literal4_test: RuntimeError
980 map_literal5_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field. 1016 map_literal5_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
981 map_literal6_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field. 1017 map_literal6_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
982 map_literal7_test: Crash 1018 map_literal7_test: Crash
983 map_literal8_test: Crash 1019 map_literal8_test: Crash
984 map_literal9_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field. 1020 map_literal9_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart' : Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loc al(Maps.mapToString#first) is stored in a closure field.
985 map_literal_syntax_test: Crash 1021 map_literal_syntax_test: Crash
986 map_literal_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loca l(Maps.mapToString#first) is stored in a closure field. 1022 map_literal_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local loca l(Maps.mapToString#first) is stored in a closure field.
987 map_test: Crash 1023 map_test: Crash
988 method_name_test: CompileTimeError 1024 method_name_test: CompileTimeError
989 method_override4_test: RuntimeError 1025 method_override4_test: RuntimeError
1026 method_override4_test: RuntimeError
1027 method_override5_test: RuntimeError
990 method_override5_test: RuntimeError 1028 method_override5_test: RuntimeError
991 method_override7_test/00: MissingCompileTimeError 1029 method_override7_test/00: MissingCompileTimeError
992 method_override7_test/01: MissingCompileTimeError 1030 method_override7_test/01: MissingCompileTimeError
993 method_override7_test/02: MissingCompileTimeError 1031 method_override7_test/02: MissingCompileTimeError
994 method_override8_test/00: Crash 1032 method_override8_test/00: Crash
995 method_override8_test/01: MissingCompileTimeError 1033 method_override8_test/01: MissingCompileTimeError
996 methods_as_constants_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handl er.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': L ocal local(Maps.mapToString#first) is stored in a closure field. 1034 methods_as_constants_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handl er.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': L ocal local(Maps.mapToString#first) is stored in a closure field.
997 mint_arithmetic_test: RuntimeError 1035 mint_arithmetic_test: RuntimeError
998 mixin_black_listed_test/02: Crash 1036 mixin_black_listed_test/02: Crash
999 mixin_bound_test: Crash 1037 mixin_bound_test: Crash
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 mixin_type_parameters_simple_test: Crash 1177 mixin_type_parameters_simple_test: Crash
1140 mixin_type_variable_test/02: Crash 1178 mixin_type_variable_test/02: Crash
1141 mixin_type_variable_test/03: Crash 1179 mixin_type_variable_test/03: Crash
1142 mixin_type_variable_test/04: Crash 1180 mixin_type_variable_test/04: Crash
1143 mixin_type_variable_test/05: Crash 1181 mixin_type_variable_test/05: Crash
1144 mixin_type_variable_test/06: Crash 1182 mixin_type_variable_test/06: Crash
1145 mixin_type_variable_test/07: Crash 1183 mixin_type_variable_test/07: Crash
1146 mixin_type_variable_test/08: Crash 1184 mixin_type_variable_test/08: Crash
1147 mixin_typedef_constructor_test: Crash 1185 mixin_typedef_constructor_test: Crash
1148 modulo_test: RuntimeError 1186 modulo_test: RuntimeError
1187 modulo_test: RuntimeError
1149 multiline_newline_test/04: MissingCompileTimeError 1188 multiline_newline_test/04: MissingCompileTimeError
1150 multiline_newline_test/04r: MissingCompileTimeError 1189 multiline_newline_test/04r: MissingCompileTimeError
1151 multiline_newline_test/05: MissingCompileTimeError 1190 multiline_newline_test/05: MissingCompileTimeError
1152 multiline_newline_test/05r: MissingCompileTimeError 1191 multiline_newline_test/05r: MissingCompileTimeError
1153 multiline_newline_test/06: MissingCompileTimeError 1192 multiline_newline_test/06: MissingCompileTimeError
1154 multiline_newline_test/06r: MissingCompileTimeError 1193 multiline_newline_test/06r: MissingCompileTimeError
1155 named_argument_test: Crash 1194 named_argument_test: Crash
1156 named_constructor_test/01: MissingRuntimeError 1195 named_constructor_test/01: MissingRuntimeError
1157 named_parameters_default_eq_test/02: Crash 1196 named_parameters_default_eq_test/02: Crash
1158 named_parameters_default_eq_test/none: Crash 1197 named_parameters_default_eq_test/none: Crash
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 proxy5_test: Crash 1255 proxy5_test: Crash
1217 range_analysis2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#a) is stored in a closure field. 1256 range_analysis2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.da rt': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(main#a) is stored in a closure field.
1218 redirecting_constructor_initializer_test: RuntimeError 1257 redirecting_constructor_initializer_test: RuntimeError
1219 redirecting_factory_default_values_test/01: MissingCompileTimeError 1258 redirecting_factory_default_values_test/01: MissingCompileTimeError
1220 redirecting_factory_default_values_test/02: MissingCompileTimeError 1259 redirecting_factory_default_values_test/02: MissingCompileTimeError
1221 redirecting_factory_long_test: Crash 1260 redirecting_factory_long_test: Crash
1222 redirecting_factory_reflection_test: Crash 1261 redirecting_factory_reflection_test: Crash
1223 reg_exp_test: Crash 1262 reg_exp_test: Crash
1224 regress_11010_test: Crash 1263 regress_11010_test: Crash
1225 regress_13494_test: RuntimeError 1264 regress_13494_test: RuntimeError
1265 regress_13494_test: RuntimeError
1266 regress_17382_test: RuntimeError
1226 regress_17382_test: RuntimeError 1267 regress_17382_test: RuntimeError
1227 regress_18435_test: Crash 1268 regress_18435_test: Crash
1228 regress_18535_test: Crash 1269 regress_18535_test: Crash
1229 regress_18713_test: Crash 1270 regress_18713_test: Crash
1230 regress_20394_test/01: Crash 1271 regress_20394_test/01: Crash
1231 regress_20840_test: Crash 1272 regress_20840_test: Crash
1232 regress_21795_test: RuntimeError 1273 regress_21795_test: RuntimeError
1274 regress_21795_test: RuntimeError
1233 regress_22438_test: Crash 1275 regress_22438_test: Crash
1234 regress_22443_test: CompileTimeError 1276 regress_22443_test: CompileTimeError
1235 regress_22445_test: Crash 1277 regress_22445_test: Crash
1236 regress_22579_test: Crash 1278 regress_22579_test: Crash
1237 regress_22666_test: Crash 1279 regress_22666_test: Crash
1238 regress_22728_test: Crash 1280 regress_22728_test: Crash
1239 regress_22777_test: Crash 1281 regress_22777_test: Crash
1240 regress_22822_test: RuntimeError 1282 regress_22822_test: RuntimeError
1283 regress_22822_test: RuntimeError
1284 regress_22936_test/01: RuntimeError
1241 regress_22936_test/01: RuntimeError 1285 regress_22936_test/01: RuntimeError
1242 regress_22976_test/01: CompileTimeError 1286 regress_22976_test/01: CompileTimeError
1243 regress_22976_test/02: CompileTimeError 1287 regress_22976_test/02: CompileTimeError
1244 regress_22976_test/none: CompileTimeError 1288 regress_22976_test/none: CompileTimeError
1245 regress_23408_test: CompileTimeError 1289 regress_23408_test: CompileTimeError
1246 regress_23498_test: Crash 1290 regress_23498_test: Crash
1247 regress_23500_test/01: Crash 1291 regress_23500_test/01: Crash
1248 regress_23500_test/02: Crash 1292 regress_23500_test/02: Crash
1249 regress_23500_test/none: Crash 1293 regress_23500_test/none: Crash
1250 regress_23537_test: RuntimeError 1294 regress_23537_test: RuntimeError
(...skipping 24 matching lines...) Expand all
1275 regress_30121_test: Crash 1319 regress_30121_test: Crash
1276 rewrite_implicit_this_test/01: Crash 1320 rewrite_implicit_this_test/01: Crash
1277 runtime_type_function_test: Crash 1321 runtime_type_function_test: Crash
1278 savannah_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M aps.mapToString#first) is stored in a closure field. 1322 savannah_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dart': Fa iled assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local local(M aps.mapToString#first) is stored in a closure field.
1279 setter_declaration2_negative_test: Crash 1323 setter_declaration2_negative_test: Crash
1280 setter_declaration_negative_test: Fail 1324 setter_declaration_negative_test: Fail
1281 setter_override_test/00: MissingCompileTimeError 1325 setter_override_test/00: MissingCompileTimeError
1282 setter_override_test/03: MissingCompileTimeError 1326 setter_override_test/03: MissingCompileTimeError
1283 smaller_4_Interface_Types_A11_t02_test: Crash 1327 smaller_4_Interface_Types_A11_t02_test: Crash
1284 stack_overflow_stacktrace_test: RuntimeError 1328 stack_overflow_stacktrace_test: RuntimeError
1329 stack_overflow_stacktrace_test: RuntimeError
1285 stack_trace_test: Crash 1330 stack_trace_test: Crash
1286 stacktrace_demangle_ctors_test: Crash 1331 stacktrace_demangle_ctors_test: Crash
1287 stacktrace_rethrow_error_test/none: Crash 1332 stacktrace_rethrow_error_test/none: Crash
1288 stacktrace_rethrow_error_test/withtraceparameter: Crash 1333 stacktrace_rethrow_error_test/withtraceparameter: Crash
1289 stacktrace_rethrow_nonerror_test: Crash 1334 stacktrace_rethrow_nonerror_test: Crash
1290 stacktrace_test: RuntimeError 1335 stacktrace_test: RuntimeError
1336 stacktrace_test: RuntimeError
1291 statement_test: Crash 1337 statement_test: Crash
1292 static_const_field_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field. 1338 static_const_field_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler .dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loc al local(Maps.mapToString#first) is stored in a closure field.
1293 static_getter_no_setter1_test/01: RuntimeError 1339 static_getter_no_setter1_test/01: RuntimeError
1340 static_getter_no_setter1_test/01: RuntimeError
1294 static_getter_no_setter2_test/01: Crash 1341 static_getter_no_setter2_test/01: Crash
1295 static_getter_no_setter2_test/none: Crash 1342 static_getter_no_setter2_test/none: Crash
1296 static_getter_no_setter3_test/01: RuntimeError 1343 static_getter_no_setter3_test/01: RuntimeError
1344 static_getter_no_setter3_test/01: RuntimeError
1297 static_setter_get_test/01: Crash 1345 static_setter_get_test/01: Crash
1298 string_interpolate2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(StringInterpolate2Test.testMain#i) is stored in a closure field. 1346 string_interpolate2_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(StringInterpolate2Test.testMain#i) is stored in a closure field.
1299 string_interpolation_newline_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo cal)': Local local(Maps.mapToString#first) is stored in a closure field. 1347 string_interpolation_newline_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/loca ls_handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(lo cal)': Local local(Maps.mapToString#first) is stored in a closure field.
1300 string_join_test: RuntimeError 1348 string_join_test: RuntimeError
1301 string_split_test: Crash 1349 string_split_test: Crash
1302 super_bound_closure_test/01: RuntimeError 1350 super_bound_closure_test/01: RuntimeError
1303 super_bound_closure_test/none: RuntimeError 1351 super_bound_closure_test/none: RuntimeError
1304 super_call4_test: Crash 1352 super_call4_test: Crash
1305 super_closure_test: Crash 1353 super_closure_test: Crash
1306 super_field_access_test: Crash 1354 super_field_access_test: Crash
(...skipping 17 matching lines...) Expand all
1324 super_operator_index_test/07: Crash 1372 super_operator_index_test/07: Crash
1325 super_operator_test: Crash 1373 super_operator_test: Crash
1326 super_setter_interceptor_test: RuntimeError 1374 super_setter_interceptor_test: RuntimeError
1327 super_test: Crash 1375 super_test: Crash
1328 switch_bad_case_test/01: MissingCompileTimeError 1376 switch_bad_case_test/01: MissingCompileTimeError
1329 switch_bad_case_test/02: MissingCompileTimeError 1377 switch_bad_case_test/02: MissingCompileTimeError
1330 switch_case_test/00: MissingCompileTimeError 1378 switch_case_test/00: MissingCompileTimeError
1331 switch_case_test/01: MissingCompileTimeError 1379 switch_case_test/01: MissingCompileTimeError
1332 switch_case_test/02: MissingCompileTimeError 1380 switch_case_test/02: MissingCompileTimeError
1333 switch_fallthru_test: RuntimeError 1381 switch_fallthru_test: RuntimeError
1382 switch_fallthru_test: RuntimeError
1334 switch_label2_test: Crash 1383 switch_label2_test: Crash
1335 switch_label_test: Crash 1384 switch_label_test: Crash
1336 switch_test: RuntimeError 1385 switch_test: RuntimeError
1337 switch_try_catch_test: Crash 1386 switch_try_catch_test: Crash
1338 symbol_conflict_test: Crash 1387 symbol_conflict_test: Crash
1339 symbol_literal_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field. 1388 symbol_literal_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler. dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Loca l local(Maps.mapToString#first) is stored in a closure field.
1340 symbol_literal_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field. 1389 symbol_literal_test/none: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handle r.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Lo cal local(Maps.mapToString#first) is stored in a closure field.
1341 sync_generator1_test/01: Crash 1390 sync_generator1_test/01: Crash
1342 sync_generator1_test/none: Crash 1391 sync_generator1_test/none: Crash
1343 sync_generator2_test/none: Crash 1392 sync_generator2_test/none: Crash
(...skipping 15 matching lines...) Expand all
1359 syntax_test/49: Crash 1408 syntax_test/49: Crash
1360 syntax_test/54: Crash 1409 syntax_test/54: Crash
1361 syntax_test/59: Crash 1410 syntax_test/59: Crash
1362 syntax_test/60: Crash 1411 syntax_test/60: Crash
1363 syntax_test/61: Crash 1412 syntax_test/61: Crash
1364 syntax_test/62: Crash 1413 syntax_test/62: Crash
1365 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. 1414 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.
1366 temp_mangling_test: Crash 1415 temp_mangling_test: Crash
1367 third_test: Crash 1416 third_test: Crash
1368 top_level_func_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dar t': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local l ocal(Enumerator#k) is stored in a closure field. 1417 top_level_func_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_handler.dar t': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local)': Local l ocal(Enumerator#k) is stored in a closure field.
1418 top_level_func_test: RuntimeError
1419 top_level_getter_no_setter1_test/01: RuntimeError
1369 top_level_getter_no_setter1_test/01: RuntimeError 1420 top_level_getter_no_setter1_test/01: RuntimeError
1370 top_level_getter_no_setter2_test/01: RuntimeError 1421 top_level_getter_no_setter2_test/01: RuntimeError
1422 top_level_getter_no_setter2_test/01: RuntimeError
1423 truncdiv_test: RuntimeError
1371 truncdiv_test: RuntimeError 1424 truncdiv_test: RuntimeError
1372 try_catch_test/01: MissingCompileTimeError 1425 try_catch_test/01: MissingCompileTimeError
1426 try_catch_test/01: MissingCompileTimeError
1373 type_argument_substitution_test: Crash 1427 type_argument_substitution_test: Crash
1374 type_checks_in_factory_method_test: RuntimeError 1428 type_checks_in_factory_method_test: RuntimeError
1429 type_checks_in_factory_method_test: RuntimeError
1375 type_parameter_test/01: Crash 1430 type_parameter_test/01: Crash
1376 type_parameter_test/02: Crash 1431 type_parameter_test/02: Crash
1377 type_parameter_test/03: Crash 1432 type_parameter_test/03: Crash
1378 type_parameter_test/04: Crash 1433 type_parameter_test/04: Crash
1379 type_parameter_test/05: Crash 1434 type_parameter_test/05: Crash
1380 type_parameter_test/06: Crash 1435 type_parameter_test/06: Crash
1381 type_parameter_test/none: Crash 1436 type_parameter_test/none: Crash
1382 type_promotion_closure_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field. 1437 type_promotion_closure_test/01: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1383 type_promotion_closure_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field. 1438 type_promotion_closure_test/02: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
1384 type_promotion_closure_test/03: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field. 1439 type_promotion_closure_test/03: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(test12#a) is stored in a closure field.
(...skipping 22 matching lines...) Expand all
1407 type_variable_conflict2_test/05: Crash 1462 type_variable_conflict2_test/05: Crash
1408 type_variable_conflict2_test/07: Crash 1463 type_variable_conflict2_test/07: Crash
1409 type_variable_conflict2_test/09: Crash 1464 type_variable_conflict2_test/09: Crash
1410 type_variable_field_initializer_closure2_test: Crash 1465 type_variable_field_initializer_closure2_test: Crash
1411 type_variable_field_initializer_closure_test: Crash 1466 type_variable_field_initializer_closure_test: Crash
1412 type_variable_function_type_test: RuntimeError 1467 type_variable_function_type_test: RuntimeError
1413 type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(Maps.mapToString#first) is stored in a closure field. 1468 type_variable_initializer_test: Crash # 'file:*/pkg/compiler/lib/src/ssa/locals_ handler.dart': Failed assertion: line 425 pos 12: '!isStoredInClosureField(local )': Local local(Maps.mapToString#first) is stored in a closure field.
1414 type_variable_nested_test: Crash 1469 type_variable_nested_test: Crash
1415 typecheck_multifield_declaration_test: Crash 1470 typecheck_multifield_declaration_test: Crash
1416 typedef_is_test: Crash 1471 typedef_is_test: Crash
1417 variable_declaration_metadata_test/none: Crash
1418 const_map2_test/00: MissingCompileTimeError
1419 const_map3_test/00: MissingCompileTimeError
1420 context_test: RuntimeError
1421 deferred_call_empty_before_load_test: RuntimeError
1422 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError
1423 enum_duplicate_test/02: RuntimeError
1424 enum_duplicate_test/none: RuntimeError
1425 enum_private_test/01: RuntimeError
1426 enum_private_test/02: RuntimeError
1427 enum_private_test/none: RuntimeError
1428 enum_test: RuntimeError
1429 execute_finally7_test: RuntimeError
1430 expect_test: RuntimeError
1431 for2_test: RuntimeError
1432 function_propagation_test: Crash # 'file:///usr/local/google/home/efortuna/dart/ sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos 9: 'closure != null': Corresponding closure class not found for j:method(A.call) . Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Cl osure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), local(Maps.m apToString#))
1433 getter_no_setter2_test/00: RuntimeError
1434 getter_no_setter2_test/03: RuntimeError
1435 getter_no_setter_test/00: RuntimeError
1436 getter_no_setter_test/none: RuntimeError
1437 hash_map_null_key_foreach_test: RuntimeError
1438 if_null_assignment_behavior_test/12: RuntimeError
1439 if_null_assignment_behavior_test/14: RuntimeError
1440 if_null_assignment_static_test/01: RuntimeError
1441 if_null_assignment_static_test/03: RuntimeError
1442 if_null_assignment_static_test/04: RuntimeError
1443 if_null_assignment_static_test/05: RuntimeError
1444 integer_division_by_zero_test: RuntimeError
1445 is_object_test: RuntimeError
1446 issue13474_test: RuntimeError
1447 issue9939_test: RuntimeError
1448 lazy_static8_test: RuntimeError
1449 list_literal4_test: RuntimeError
1450 local_function2_test: RuntimeError
1451 local_function3_test: RuntimeError
1452 map_literal3_test: RuntimeError
1453 map_literal4_test: RuntimeError
1454 method_override4_test: RuntimeError
1455 method_override5_test: RuntimeError
1456 modulo_test: RuntimeError
1457 regress_13494_test: RuntimeError
1458 regress_17382_test: RuntimeError
1459 regress_21795_test: RuntimeError
1460 regress_22822_test: RuntimeError
1461 regress_22936_test/01: RuntimeError
1462 stack_overflow_stacktrace_test: RuntimeError
1463 stacktrace_test: RuntimeError
1464 static_getter_no_setter1_test/01: RuntimeError
1465 static_getter_no_setter3_test/01: RuntimeError
1466 string_interpolation_and_buffer_test: RuntimeError
1467 switch_fallthru_test: RuntimeError
1468 top_level_func_test: RuntimeError
1469 top_level_getter_no_setter1_test/01: RuntimeError
1470 top_level_getter_no_setter2_test/01: RuntimeError
1471 truncdiv_test: RuntimeError
1472 try_catch_test/01: MissingCompileTimeError
1473 type_checks_in_factory_method_test: RuntimeError
1474 wrong_number_type_arguments_test/00: Crash 1472 wrong_number_type_arguments_test/00: Crash
1475 wrong_number_type_arguments_test/02: Crash 1473 wrong_number_type_arguments_test/02: Crash
1476 yieldstar_pause_test: Crash 1474 yieldstar_pause_test: Crash
1477 1475
1478 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 1476 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
1479 async_await_test: Crash 1477 async_await_test: Crash
1480 async_star_test: Crash 1478 async_star_test: Crash
1481 async_switch_test/none: Crash 1479 async_switch_test/none: Crash
1482 async_switch_test/withDefault: Crash 1480 async_switch_test/withDefault: Crash
1483 async_test/none: Crash 1481 async_test/none: Crash
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
2402 static_getter_no_setter3_test/01: RuntimeError 2400 static_getter_no_setter3_test/01: RuntimeError
2403 switch_fallthru_test: RuntimeError 2401 switch_fallthru_test: RuntimeError
2404 top_level_func_test: RuntimeError 2402 top_level_func_test: RuntimeError
2405 top_level_getter_no_setter1_test/01: RuntimeError 2403 top_level_getter_no_setter1_test/01: RuntimeError
2406 top_level_getter_no_setter2_test/01: RuntimeError 2404 top_level_getter_no_setter2_test/01: RuntimeError
2407 truncdiv_test: RuntimeError 2405 truncdiv_test: RuntimeError
2408 try_catch_test/01: MissingCompileTimeError 2406 try_catch_test/01: MissingCompileTimeError
2409 type_checks_in_factory_method_test: RuntimeError 2407 type_checks_in_factory_method_test: RuntimeError
2410 yieldstar_pause_test: Crash 2408 yieldstar_pause_test: Crash
2411 2409
OLDNEW
« no previous file with comments | « no previous file | tests/language_2/language_2_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698