| OLD | NEW |
| 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 569 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 580 cha_deopt3_test: CompileTimeError | 580 cha_deopt3_test: CompileTimeError |
| 581 check_member_static_test/02: MissingCompileTimeError | 581 check_member_static_test/02: MissingCompileTimeError |
| 582 class_cycle_test/02: MissingCompileTimeError | 582 class_cycle_test/02: MissingCompileTimeError |
| 583 class_cycle_test/03: MissingCompileTimeError | 583 class_cycle_test/03: MissingCompileTimeError |
| 584 closure_in_field_test/01: Crash | 584 closure_in_field_test/01: Crash |
| 585 closure_in_field_test/02: Crash | 585 closure_in_field_test/02: Crash |
| 586 closure_in_field_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo3/s
dk/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 340 pos
14: 'value != null': No value for field j:field(Mixin.field) | 586 closure_in_field_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo3/s
dk/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 340 pos
14: 'value != null': No value for field j:field(Mixin.field) |
| 587 compile_time_constant_a_test: Crash | 587 compile_time_constant_a_test: Crash |
| 588 compile_time_constant_b_test: Crash | 588 compile_time_constant_b_test: Crash |
| 589 compile_time_constant_c_test/02: Crash | 589 compile_time_constant_c_test/02: Crash |
| 590 compile_time_constant_k_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-re
po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42
5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first)
is stored in a closure field. |
| 591 compile_time_constant_k_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-re
po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42
5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first)
is stored in a closure field. |
| 592 compile_time_constant_k_test/03: Crash # 'file:///c:/Users/johnniwinther/dart-re
po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42
5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first)
is stored in a closure field. |
| 593 compile_time_constant_k_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-
repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line
425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first
) is stored in a closure field. |
| 590 compile_time_constant_m_test: RuntimeError | 594 compile_time_constant_m_test: RuntimeError |
| 595 compile_time_constant_o_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-re
po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42
5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first)
is stored in a closure field. |
| 596 compile_time_constant_o_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-re
po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42
5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first)
is stored in a closure field. |
| 597 compile_time_constant_o_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-
repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line
425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first
) is stored in a closure field. |
| 591 compile_time_constant_p_test/01: Crash | 598 compile_time_constant_p_test/01: Crash |
| 599 compile_time_constant_r_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-
repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line
425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first
) is stored in a closure field. |
| 592 conditional_import_string_test: CompileTimeError | 600 conditional_import_string_test: CompileTimeError |
| 593 conditional_import_test: CompileTimeError | 601 conditional_import_test: CompileTimeError |
| 602 conditional_rewrite_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk
/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 1
2: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stor
ed in a closure field. |
| 594 config_import_corelib_test: RuntimeError | 603 config_import_corelib_test: RuntimeError |
| 595 config_import_test: RuntimeError | 604 config_import_test: RuntimeError |
| 596 const_conditional_test/08: MissingCompileTimeError | 605 const_conditional_test/08: MissingCompileTimeError |
| 597 const_constructor_nonconst_field_test/01: Crash | 606 const_constructor_nonconst_field_test/01: Crash |
| 598 const_constructor_syntax_test/05: Crash | 607 const_constructor_syntax_test/05: Crash |
| 599 const_error_multiply_initialized_test/01: Crash | 608 const_error_multiply_initialized_test/01: Crash |
| 600 const_error_multiply_initialized_test/02: Crash | 609 const_error_multiply_initialized_test/02: Crash |
| 601 const_error_multiply_initialized_test/03: Crash | 610 const_error_multiply_initialized_test/03: Crash |
| 602 const_error_multiply_initialized_test/04: Crash | 611 const_error_multiply_initialized_test/04: Crash |
| 603 const_evaluation_test/01: Crash | 612 const_evaluation_test/01: Crash |
| 604 const_factory_with_body_test/01: MissingCompileTimeError | 613 const_factory_with_body_test/01: MissingCompileTimeError |
| 605 const_instance_field_test/01: MissingCompileTimeError | 614 const_instance_field_test/01: MissingCompileTimeError |
| 615 const_map2_test/00: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/c
ompiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!i
sStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in
a closure field. |
| 606 const_map2_test/00: MissingCompileTimeError | 616 const_map2_test/00: MissingCompileTimeError |
| 617 const_map2_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg
/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '
!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i
n a closure field. |
| 618 const_map3_test/00: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/c
ompiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!i
sStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in
a closure field. |
| 607 const_map3_test/00: MissingCompileTimeError | 619 const_map3_test/00: MissingCompileTimeError |
| 620 const_map3_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg
/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '
!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i
n a closure field. |
| 621 const_map4_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/comp
iler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isSt
oredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a c
losure field. |
| 608 const_map_test: Crash | 622 const_map_test: Crash |
| 623 const_objects_are_immutable_test/01: Crash # 'file:///c:/Users/johnniwinther/dar
t-repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: lin
e 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#fir
st) is stored in a closure field. |
| 624 const_objects_are_immutable_test/none: Crash # 'file:///c:/Users/johnniwinther/d
art-repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: l
ine 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#f
irst) is stored in a closure field. |
| 609 const_optional_args_negative_test: Crash | 625 const_optional_args_negative_test: Crash |
| 610 const_switch2_test/01: MissingCompileTimeError | 626 const_switch2_test/01: MissingCompileTimeError |
| 611 const_switch_test/02: RuntimeError | 627 const_switch_test/02: RuntimeError |
| 612 const_switch_test/04: RuntimeError | 628 const_switch_test/04: RuntimeError |
| 613 const_syntax_test/05: MissingCompileTimeError | 629 const_syntax_test/05: MissingCompileTimeError |
| 614 const_syntax_test/08: Crash | 630 const_syntax_test/08: Crash |
| 615 const_syntax_test/09: Crash | 631 const_syntax_test/09: Crash |
| 616 const_syntax_test/10: MissingCompileTimeError | 632 const_syntax_test/10: MissingCompileTimeError |
| 617 const_types_test/01: Crash | 633 const_types_test/01: Crash |
| 618 const_types_test/02: Crash | 634 const_types_test/02: Crash |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 691 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError | 707 deferred_inheritance_constraints_test/redirecting_constructor: RuntimeError |
| 692 deferred_inlined_test: CompileTimeError | 708 deferred_inlined_test: CompileTimeError |
| 693 deferred_load_constants_test/none: CompileTimeError | 709 deferred_load_constants_test/none: CompileTimeError |
| 694 deferred_load_inval_code_test: CompileTimeError | 710 deferred_load_inval_code_test: CompileTimeError |
| 695 deferred_load_library_wrong_args_test/01: CompileTimeError | 711 deferred_load_library_wrong_args_test/01: CompileTimeError |
| 696 deferred_load_library_wrong_args_test/none: CompileTimeError | 712 deferred_load_library_wrong_args_test/none: CompileTimeError |
| 697 deferred_mixin_test: CompileTimeError | 713 deferred_mixin_test: CompileTimeError |
| 698 deferred_no_prefix_test/01: MissingCompileTimeError | 714 deferred_no_prefix_test/01: MissingCompileTimeError |
| 699 deferred_no_such_method_test: CompileTimeError | 715 deferred_no_such_method_test: CompileTimeError |
| 700 deferred_not_loaded_check_test: Crash | 716 deferred_not_loaded_check_test: Crash |
| 717 deferred_not_loaded_check_test: RuntimeError |
| 701 deferred_only_constant_test: CompileTimeError | 718 deferred_only_constant_test: CompileTimeError |
| 702 deferred_optimized_test: CompileTimeError | 719 deferred_optimized_test: CompileTimeError |
| 703 deferred_redirecting_factory_test: CompileTimeError | 720 deferred_redirecting_factory_test: CompileTimeError |
| 704 deferred_regression_22995_test: CompileTimeError | 721 deferred_regression_22995_test: CompileTimeError |
| 705 deferred_regression_28678_test: CompileTimeError | 722 deferred_regression_28678_test: CompileTimeError |
| 706 deferred_shadow_load_library_test: Crash | 723 deferred_shadow_load_library_test: Crash |
| 707 deferred_shared_and_unshared_classes_test: CompileTimeError | 724 deferred_shared_and_unshared_classes_test: CompileTimeError |
| 708 deferred_static_seperate_test: CompileTimeError | 725 deferred_static_seperate_test: CompileTimeError |
| 709 deferred_super_dependency_test/01: CompileTimeError | 726 deferred_super_dependency_test/01: CompileTimeError |
| 710 deferred_super_dependency_test/none: Crash | 727 deferred_super_dependency_test/none: Crash |
| 711 deferred_type_dependency_test/as: CompileTimeError | 728 deferred_type_dependency_test/as: CompileTimeError |
| 712 deferred_type_dependency_test/is: CompileTimeError | 729 deferred_type_dependency_test/is: CompileTimeError |
| 713 deferred_type_dependency_test/none: CompileTimeError | 730 deferred_type_dependency_test/none: CompileTimeError |
| 714 deferred_type_dependency_test/type_annotation: CompileTimeError | 731 deferred_type_dependency_test/type_annotation: CompileTimeError |
| 715 deopt_inlined_function_test: Crash | 732 deopt_inlined_function_test: Crash |
| 716 double_int_to_string_test: RuntimeError | 733 double_int_to_string_test: RuntimeError |
| 717 duplicate_export_negative_test: Fail | 734 duplicate_export_negative_test: Fail |
| 718 duplicate_implements_test/01: MissingCompileTimeError | 735 duplicate_implements_test/01: MissingCompileTimeError |
| 719 duplicate_implements_test/02: MissingCompileTimeError | 736 duplicate_implements_test/02: MissingCompileTimeError |
| 720 duplicate_implements_test/03: MissingCompileTimeError | 737 duplicate_implements_test/03: MissingCompileTimeError |
| 721 duplicate_implements_test/04: MissingCompileTimeError | 738 duplicate_implements_test/04: MissingCompileTimeError |
| 722 dynamic_prefix_core_test/01: RuntimeError | 739 dynamic_prefix_core_test/01: RuntimeError |
| 723 dynamic_prefix_core_test/none: RuntimeError | 740 dynamic_prefix_core_test/none: RuntimeError |
| 724 efficient_length_warning_test: Crash | 741 efficient_length_warning_test: Crash |
| 742 emit_const_fields_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p
kg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12:
'!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored
in a closure field. |
| 725 enum_duplicate_test/01: Crash | 743 enum_duplicate_test/01: Crash |
| 744 enum_duplicate_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p
kg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12:
'!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored
in a closure field. |
| 726 enum_duplicate_test/02: RuntimeError | 745 enum_duplicate_test/02: RuntimeError |
| 746 enum_duplicate_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk
/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 1
2: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stor
ed in a closure field. |
| 727 enum_duplicate_test/none: RuntimeError | 747 enum_duplicate_test/none: RuntimeError |
| 748 enum_index_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/comp
iler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isSt
oredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a c
losure field. |
| 728 enum_mirror_test: Crash | 749 enum_mirror_test: Crash |
| 750 enum_private_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg
/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '
!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i
n a closure field. |
| 729 enum_private_test/01: RuntimeError | 751 enum_private_test/01: RuntimeError |
| 752 enum_private_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg
/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '
!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i
n a closure field. |
| 730 enum_private_test/02: RuntimeError | 753 enum_private_test/02: RuntimeError |
| 754 enum_private_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p
kg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12:
'!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored
in a closure field. |
| 731 enum_private_test/none: RuntimeError | 755 enum_private_test/none: RuntimeError |
| 756 enum_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/compiler/l
ib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredIn
ClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure
field. |
| 732 enum_test: RuntimeError | 757 enum_test: RuntimeError |
| 758 example_constructor_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk
/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 513 pos 1
6: 'false': ir.LocalInitializer not handled |
| 759 execute_finally7_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pk
g/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12:
'!isStoredInClosureField(local)': Local local(Helper.f1#k) is stored in a closur
e field. |
| 760 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang
e is empty: 0 |
| 733 expect_test: RuntimeError | 761 expect_test: RuntimeError |
| 734 export_double_same_main_test: CompileTimeError | 762 export_double_same_main_test: CompileTimeError |
| 735 export_main_test: CompileTimeError | 763 export_main_test: CompileTimeError |
| 736 external_test/10: Crash | 764 external_test/10: Crash |
| 737 external_test/10: MissingRuntimeError | 765 external_test/10: MissingRuntimeError |
| 738 external_test/13: Crash | 766 external_test/13: Crash |
| 739 external_test/13: MissingRuntimeError | 767 external_test/13: MissingRuntimeError |
| 740 external_test/20: Crash | 768 external_test/20: Crash |
| 741 external_test/20: MissingRuntimeError | 769 external_test/20: MissingRuntimeError |
| 742 factory2_test: Crash | 770 factory2_test: Crash |
| 743 factory_redirection_test/07: MissingCompileTimeError | 771 factory_redirection_test/07: MissingCompileTimeError |
| 744 factory_redirection_test/08: Crash | 772 factory_redirection_test/08: Crash |
| 745 factory_redirection_test/09: Crash | 773 factory_redirection_test/09: Crash |
| 746 factory_redirection_test/10: Crash | 774 factory_redirection_test/10: Crash |
| 747 factory_redirection_test/11: Crash | 775 factory_redirection_test/11: Crash |
| 748 factory_redirection_test/12: Crash | 776 factory_redirection_test/12: Crash |
| 749 factory_redirection_test/13: Crash | 777 factory_redirection_test/13: Crash |
| 750 factory_redirection_test/14: Crash | 778 factory_redirection_test/14: Crash |
| 751 factory_redirection_test/none: Crash | 779 factory_redirection_test/none: Crash |
| 752 fauxverride_test/03: MissingCompileTimeError | 780 fauxverride_test/03: MissingCompileTimeError |
| 753 fauxverride_test/05: MissingCompileTimeError | 781 fauxverride_test/05: MissingCompileTimeError |
| 754 field_increment_bailout_test: Crash | 782 field_increment_bailout_test: Crash |
| 755 field_initialization_order_test: RuntimeError | 783 field_initialization_order_test: RuntimeError |
| 784 field_override2_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg
/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '
!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i
n a closure field. |
| 756 field_override3_test/00: MissingCompileTimeError | 785 field_override3_test/00: MissingCompileTimeError |
| 757 field_override3_test/01: MissingCompileTimeError | 786 field_override3_test/01: MissingCompileTimeError |
| 758 field_override3_test/02: MissingCompileTimeError | 787 field_override3_test/02: MissingCompileTimeError |
| 759 field_override3_test/03: MissingCompileTimeError | 788 field_override3_test/03: MissingCompileTimeError |
| 760 field_override4_test/02: MissingCompileTimeError | 789 field_override4_test/02: MissingCompileTimeError |
| 761 final_attempt_reinitialization_test/01: Crash | 790 final_attempt_reinitialization_test/01: Crash |
| 762 final_attempt_reinitialization_test/02: Crash | 791 final_attempt_reinitialization_test/02: Crash |
| 763 final_field_initialization_order_test: RuntimeError | 792 final_field_initialization_order_test: RuntimeError |
| 764 final_super_field_set_test/01: Crash | 793 final_super_field_set_test/01: Crash |
| 765 final_syntax_test/09: Crash | 794 final_syntax_test/09: Crash |
| 766 first_class_types_literals_test/01: Crash | 795 first_class_types_literals_test/01: Crash |
| 767 first_class_types_literals_test/02: Crash | 796 first_class_types_literals_test/02: Crash |
| 768 first_class_types_literals_test/03: Crash | 797 first_class_types_literals_test/03: Crash |
| 769 first_class_types_literals_test/04: Crash | 798 first_class_types_literals_test/04: Crash |
| 770 first_class_types_literals_test/05: Crash | 799 first_class_types_literals_test/05: Crash |
| 771 first_class_types_literals_test/06: Crash | 800 first_class_types_literals_test/06: Crash |
| 772 first_class_types_literals_test/07: Crash | 801 first_class_types_literals_test/07: Crash |
| 773 first_class_types_literals_test/08: Crash | 802 first_class_types_literals_test/08: Crash |
| 774 first_class_types_literals_test/09: Crash | 803 first_class_types_literals_test/09: Crash |
| 775 first_class_types_literals_test/10: Crash | 804 first_class_types_literals_test/10: Crash |
| 776 first_class_types_literals_test/11: Crash | 805 first_class_types_literals_test/11: Crash |
| 777 first_class_types_literals_test/12: Crash | 806 first_class_types_literals_test/12: Crash |
| 778 first_class_types_literals_test/none: Crash | 807 first_class_types_literals_test/none: Crash |
| 808 first_class_types_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p
kg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12:
'!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored
in a closure field. |
| 779 flatten_test/01: Crash | 809 flatten_test/01: Crash |
| 780 flatten_test/02: Crash | 810 flatten_test/02: Crash |
| 781 flatten_test/03: Crash | 811 flatten_test/03: Crash |
| 782 flatten_test/04: Crash | 812 flatten_test/04: Crash |
| 783 flatten_test/05: Crash | 813 flatten_test/05: Crash |
| 784 flatten_test/06: Crash | 814 flatten_test/06: Crash |
| 785 flatten_test/07: Crash | 815 flatten_test/07: Crash |
| 786 flatten_test/08: Crash | 816 flatten_test/08: Crash |
| 787 flatten_test/09: Crash | 817 flatten_test/09: Crash |
| 788 flatten_test/10: Crash | 818 flatten_test/10: Crash |
| 789 flatten_test/11: Crash | 819 flatten_test/11: Crash |
| 790 flatten_test/12: Crash | 820 flatten_test/12: Crash |
| 791 flatten_test/none: Crash | 821 flatten_test/none: Crash |
| 792 for2_test: RuntimeError | 822 for2_test: RuntimeError |
| 793 for_in2_test: Crash | 823 for_in2_test: Crash |
| 794 for_variable_capture_test: Crash | 824 for_variable_capture_test: Crash |
| 795 full_stacktrace1_test: Crash | 825 full_stacktrace1_test: Crash |
| 796 full_stacktrace2_test: Crash | 826 full_stacktrace2_test: Crash |
| 797 full_stacktrace3_test: Crash | 827 full_stacktrace3_test: Crash |
| 798 function_literals2_test: Crash | 828 function_literals2_test: Crash |
| 799 compile_time_constant_k_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-re
po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42
5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first)
is stored in a closure field. | |
| 800 compile_time_constant_k_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-re
po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42
5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first)
is stored in a closure field. | |
| 801 compile_time_constant_k_test/03: Crash # 'file:///c:/Users/johnniwinther/dart-re
po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42
5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first)
is stored in a closure field. | |
| 802 compile_time_constant_k_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-
repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line
425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first
) is stored in a closure field. | |
| 803 compile_time_constant_o_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-re
po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42
5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first)
is stored in a closure field. | |
| 804 compile_time_constant_o_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-re
po1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 42
5 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first)
is stored in a closure field. | |
| 805 compile_time_constant_o_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-
repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line
425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first
) is stored in a closure field. | |
| 806 compile_time_constant_r_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-
repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line
425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first
) is stored in a closure field. | |
| 807 conditional_rewrite_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk
/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 1
2: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stor
ed in a closure field. | |
| 808 const_map2_test/00: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/c
ompiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!i
sStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in
a closure field. | |
| 809 const_map2_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg
/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '
!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i
n a closure field. | |
| 810 const_map3_test/00: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/c
ompiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!i
sStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored in
a closure field. | |
| 811 const_map3_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg
/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '
!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i
n a closure field. | |
| 812 const_map4_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/comp
iler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isSt
oredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a c
losure field. | |
| 813 const_objects_are_immutable_test/01: Crash # 'file:///c:/Users/johnniwinther/dar
t-repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: lin
e 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#fir
st) is stored in a closure field. | |
| 814 const_objects_are_immutable_test/none: Crash # 'file:///c:/Users/johnniwinther/d
art-repo1/sdk/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: l
ine 425 pos 12: '!isStoredInClosureField(local)': Local local(Maps.mapToString#f
irst) is stored in a closure field. | |
| 815 deferred_not_loaded_check_test: RuntimeError | |
| 816 emit_const_fields_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p
kg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12:
'!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored
in a closure field. | |
| 817 enum_duplicate_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p
kg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12:
'!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored
in a closure field. | |
| 818 enum_duplicate_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk
/pkg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 1
2: '!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stor
ed in a closure field. | |
| 819 enum_index_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/comp
iler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isSt
oredInClosureField(local)': Local local(Maps.mapToString#first) is stored in a c
losure field. | |
| 820 enum_private_test/01: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg
/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '
!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i
n a closure field. | |
| 821 enum_private_test/02: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg
/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '
!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i
n a closure field. | |
| 822 enum_private_test/none: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p
kg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12:
'!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored
in a closure field. | |
| 823 enum_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/compiler/l
ib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!isStoredIn
ClosureField(local)': Local local(Maps.mapToString#first) is stored in a closure
field. | |
| 824 example_constructor_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk
/pkg/compiler/lib/src/ssa/builder_kernel.dart': Failed assertion: line 513 pos 1
6: 'false': ir.LocalInitializer not handled | |
| 825 execute_finally7_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pk
g/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12:
'!isStoredInClosureField(local)': Local local(Helper.f1#k) is stored in a closur
e field. | |
| 826 exhaustive_for_test: Crash # RangeError (index): Invalid value: Valid value rang
e is empty: 0 | |
| 827 field_override2_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg
/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '
!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored i
n a closure field. | |
| 828 first_class_types_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/p
kg/compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12:
'!isStoredInClosureField(local)': Local local(Maps.mapToString#first) is stored
in a closure field. | |
| 829 function_malformed_result_type_test: Crash | 829 function_malformed_result_type_test: Crash |
| 830 function_propagation_test: Crash # 'file:///usr/local/google/home/efortuna/dart/
sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos
9: 'closure != null': Corresponding closure class not found for j:method(A.call)
. Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Cl
osure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), local(Maps.m
apToString#)) | 830 function_propagation_test: Crash # 'file:///usr/local/google/home/efortuna/dart/
sdk/pkg/compiler/lib/src/js_model/closure.dart': Failed assertion: line 192 pos
9: 'closure != null': Corresponding closure class not found for j:method(A.call)
. Closures found for (j:closure_call(Closure_fromTearOff_closure.call), local(Cl
osure.fromTearOff#), j:closure_call(Maps_mapToString_closure.call), local(Maps.m
apToString#)) |
| 831 function_subtype3_test: Crash | 831 function_subtype3_test: Crash |
| 832 function_subtype_bound_closure6_test: Crash | 832 function_subtype_bound_closure6_test: Crash |
| 833 function_subtype_call0_test: Crash | 833 function_subtype_call0_test: Crash |
| 834 function_subtype_call1_test: Crash | 834 function_subtype_call1_test: Crash |
| 835 function_subtype_call2_test: Crash | 835 function_subtype_call2_test: Crash |
| 836 function_subtype_cast2_test: Crash | 836 function_subtype_cast2_test: Crash |
| 837 function_subtype_cast3_test: Crash | 837 function_subtype_cast3_test: Crash |
| 838 function_subtype_checked0_test: Crash | 838 function_subtype_checked0_test: Crash |
| (...skipping 533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1372 sync_generator2_test/none: Crash | 1372 sync_generator2_test/none: Crash |
| 1373 sync_generator3_test/test1: Crash | 1373 sync_generator3_test/test1: Crash |
| 1374 sync_generator3_test/test2: Crash | 1374 sync_generator3_test/test2: Crash |
| 1375 syncstar_less_than_test: Crash | 1375 syncstar_less_than_test: Crash |
| 1376 syncstar_yield_test/copyParameters: Crash | 1376 syncstar_yield_test/copyParameters: Crash |
| 1377 syncstar_yield_test/none: Crash | 1377 syncstar_yield_test/none: Crash |
| 1378 syncstar_yieldstar_test: Crash | 1378 syncstar_yieldstar_test: Crash |
| 1379 syntax_test/02: Crash | 1379 syntax_test/02: Crash |
| 1380 syntax_test/03: Crash | 1380 syntax_test/03: Crash |
| 1381 syntax_test/27: Crash | 1381 syntax_test/27: Crash |
| 1382 syntax_test/28: 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. |
| 1383 syntax_test/29: 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. |
| 1384 syntax_test/30: 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. |
| 1385 syntax_test/31: 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. |
| 1386 syntax_test/32: 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. |
| 1387 syntax_test/33: 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. |
| 1382 syntax_test/49: Crash | 1388 syntax_test/49: Crash |
| 1383 syntax_test/54: Crash | 1389 syntax_test/54: Crash |
| 1384 syntax_test/59: Crash | 1390 syntax_test/59: Crash |
| 1385 syntax_test/60: Crash | 1391 syntax_test/60: Crash |
| 1386 syntax_test/61: Crash | 1392 syntax_test/61: Crash |
| 1387 syntax_test/62: Crash | 1393 syntax_test/62: Crash |
| 1388 syntax_test/none: Crash # 'package:front_end/src/fasta/kernel/kernel_class_build
er.dart': Failed assertion: line 83 pos 12: 'arguments == null || cls.typeParame
ters.length == arguments.length': is not true. | 1394 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. |
| 1389 temp_mangling_test: Crash | 1395 temp_mangling_test: Crash |
| 1390 third_test: Crash | 1396 third_test: Crash |
| 1391 top_level_func_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/
compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!
isStoredInClosureField(local)': Local local(Enumerator#k) is stored in a closure
field. | 1397 top_level_func_test: Crash # 'file:///c:/Users/johnniwinther/dart-repo1/sdk/pkg/
compiler/lib/src/ssa/locals_handler.dart': Failed assertion: line 425 pos 12: '!
isStoredInClosureField(local)': Local local(Enumerator#k) is stored in a closure
field. |
| (...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2315 type_variable_conflict2_test/07: Crash | 2321 type_variable_conflict2_test/07: Crash |
| 2316 type_variable_conflict2_test/09: Crash | 2322 type_variable_conflict2_test/09: Crash |
| 2317 type_variable_field_initializer_closure2_test: Crash | 2323 type_variable_field_initializer_closure2_test: Crash |
| 2318 type_variable_field_initializer_closure_test: Crash | 2324 type_variable_field_initializer_closure_test: Crash |
| 2319 type_variable_function_type_test: RuntimeError | 2325 type_variable_function_type_test: RuntimeError |
| 2320 type_variable_nested_test: Crash | 2326 type_variable_nested_test: Crash |
| 2321 typecheck_multifield_declaration_test: Crash | 2327 typecheck_multifield_declaration_test: Crash |
| 2322 typedef_is_test: Crash | 2328 typedef_is_test: Crash |
| 2323 yieldstar_pause_test: Crash | 2329 yieldstar_pause_test: Crash |
| 2324 | 2330 |
| OLD | NEW |