| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 compile_time_constant_checked3_test/01: Fail, OK | 107 compile_time_constant_checked3_test/01: Fail, OK |
| 108 compile_time_constant_checked3_test/02: Fail, OK | 108 compile_time_constant_checked3_test/02: Fail, OK |
| 109 compile_time_constant_checked3_test/03: Fail, OK | 109 compile_time_constant_checked3_test/03: Fail, OK |
| 110 compile_time_constant_checked3_test/04: Fail, OK | 110 compile_time_constant_checked3_test/04: Fail, OK |
| 111 compile_time_constant_checked3_test/05: Fail, OK | 111 compile_time_constant_checked3_test/05: Fail, OK |
| 112 compile_time_constant_checked3_test/06: Fail, OK | 112 compile_time_constant_checked3_test/06: Fail, OK |
| 113 | 113 |
| 114 [ $compiler == dartc ] | 114 [ $compiler == dartc ] |
| 115 class_literal_test/none : Fail # Issue 7630. | 115 class_literal_test/none : Fail # Issue 7630. |
| 116 import_private_test/01: Fail # Issue 8365. | 116 import_private_test/01: Fail # Issue 8365. |
| 117 call_nonexistent_static_test/01: fail |
| 117 | 118 |
| 118 # test issue 7749 | 119 # test issue 7749 |
| 119 list_literal1_negative_test: Fail | 120 list_literal1_negative_test: Fail |
| 120 map_literal1_negative_test: Fail | 121 map_literal1_negative_test: Fail |
| 121 | 122 |
| 122 mixin_type_parameters_errors_test/03: Fail | 123 mixin_type_parameters_errors_test/03: Fail |
| 123 mixin_type_parameters_errors_test/04: Fail | 124 mixin_type_parameters_errors_test/04: Fail |
| 124 | 125 |
| 125 # test issue 8129 | 126 # test issue 8129 |
| 126 redirecting_factory_infinite_steps_test/01: Fail | 127 redirecting_factory_infinite_steps_test/01: Fail |
| (...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 class_literal_test/none: Fail | 552 class_literal_test/none: Fail |
| 552 | 553 |
| 553 import_core_prefix_test: Pass | 554 import_core_prefix_test: Pass |
| 554 prefix22_test: Pass | 555 prefix22_test: Pass |
| 555 invocation_mirror_test: Fail, OK # hardcoded names. | 556 invocation_mirror_test: Fail, OK # hardcoded names. |
| 556 super_call4_test: Fail, OK # hardcoded names. | 557 super_call4_test: Fail, OK # hardcoded names. |
| 557 | 558 |
| 558 [ $compiler == dartanalyzer ] | 559 [ $compiler == dartanalyzer ] |
| 559 abstract_factory_constructor_test/00: fail | 560 abstract_factory_constructor_test/00: fail |
| 560 assign_instance_method_negative_test: fail | 561 assign_instance_method_negative_test: fail |
| 561 assign_static_type_test/01: fail | |
| 562 assign_static_type_test/02: fail | |
| 563 assign_static_type_test/03: fail | |
| 564 assign_static_type_test/04: fail | |
| 565 assign_static_type_test/05: fail | |
| 566 assign_static_type_test/06: fail | 562 assign_static_type_test/06: fail |
| 567 bad_named_parameters2_test: fail | 563 bad_named_parameters2_test: fail |
| 568 bad_named_parameters_test: fail | 564 bad_named_parameters_test: fail |
| 569 bad_override_test/01: fail | 565 bad_override_test/01: fail |
| 570 bad_override_test/02: fail | 566 bad_override_test/02: fail |
| 571 bad_override_test/03: fail | 567 bad_override_test/03: fail |
| 572 bad_override_test/04: fail | 568 bad_override_test/04: fail |
| 573 bad_override_test/05: fail | 569 bad_override_test/05: fail |
| 574 black_listed_test/11: fail | 570 black_listed_test/11: fail |
| 575 body_less_constructor_wrong_arg_negative_test: fail | 571 body_less_constructor_wrong_arg_negative_test: fail |
| 576 built_in_identifier_prefix_test: fail | 572 built_in_identifier_prefix_test: fail |
| 577 call_constructor_on_unresolvable_class_test/01: fail | 573 call_constructor_on_unresolvable_class_test/01: fail |
| 578 call_constructor_on_unresolvable_class_test/02: fail | 574 call_constructor_on_unresolvable_class_test/02: fail |
| 579 call_constructor_on_unresolvable_class_test/03: fail | 575 call_constructor_on_unresolvable_class_test/03: fail |
| 580 call_constructor_on_unresolvable_class_test/07: fail | 576 call_constructor_on_unresolvable_class_test/07: fail |
| 581 call_non_method_field_test/01: fail | |
| 582 call_non_method_field_test/02: fail | |
| 583 call_nonexistent_static_test/01: fail | |
| 584 call_nonexistent_static_test/02: fail | |
| 585 call_nonexistent_static_test/03: fail | |
| 586 call_nonexistent_static_test/04: fail | 577 call_nonexistent_static_test/04: fail |
| 587 call_nonexistent_static_test/05: fail | |
| 588 call_nonexistent_static_test/06: fail | 578 call_nonexistent_static_test/06: fail |
| 589 call_nonexistent_static_test/07: fail | 579 call_nonexistent_static_test/07: fail |
| 590 call_nonexistent_static_test/08: fail | |
| 591 call_nonexistent_static_test/09: fail | 580 call_nonexistent_static_test/09: fail |
| 592 call_nonexistent_static_test/10: fail | 581 call_nonexistent_static_test/10: fail |
| 593 call_through_getter_test: fail | 582 call_through_getter_test: fail |
| 594 callable_test/00: fail | 583 callable_test/none: fail |
| 595 callable_test/01: fail | |
| 596 cast_test/04: fail | 584 cast_test/04: fail |
| 597 cast_test/05: fail | 585 cast_test/05: fail |
| 598 class_cycle_negative_test: fail | 586 class_cycle_negative_test: fail |
| 599 class_cycle_test/00: fail | 587 class_cycle_test/00: fail |
| 600 class_cycle_test/01: fail | 588 class_cycle_test/01: fail |
| 601 class_cycle_test/03: fail | 589 class_cycle_test/03: fail |
| 602 class_literal_test/02: fail | 590 class_literal_test/02: fail |
| 603 class_literal_test/05: fail | 591 class_literal_test/05: fail |
| 604 class_literal_test/07: fail | 592 class_literal_test/07: fail |
| 605 class_literal_test/10: fail | 593 class_literal_test/10: fail |
| 606 class_literal_test/11: fail | 594 class_literal_test/11: fail |
| 607 class_literal_test/12: fail | 595 class_literal_test/12: fail |
| 608 class_literal_test/14: fail | 596 class_literal_test/14: fail |
| 609 class_literal_test/17: fail | 597 class_literal_test/17: fail |
| 610 class_literal_test/18: fail | 598 class_literal_test/18: fail |
| 611 class_literal_test/19: fail | 599 class_literal_test/19: fail |
| 612 class_literal_test/22: fail | 600 class_literal_test/22: fail |
| 613 class_literal_test/23: fail | 601 class_literal_test/23: fail |
| 614 class_literal_test/24: fail | 602 class_literal_test/24: fail |
| 615 class_literal_test/27: fail | 603 class_literal_test/27: fail |
| 616 class_literal_test/28: fail | 604 class_literal_test/28: fail |
| 617 class_literal_test/29: fail | 605 class_literal_test/29: fail |
| 606 class_literal_test/none: fail |
| 618 closure_call_wrong_argument_count_negative_test: fail | 607 closure_call_wrong_argument_count_negative_test: fail |
| 619 compile_time_constant10_test/none: fail | 608 compile_time_constant10_test/none: fail |
| 620 compile_time_constant8_test: fail | 609 compile_time_constant8_test: fail |
| 621 compile_time_constant_arguments_test/01: fail | 610 compile_time_constant_arguments_test/01: fail |
| 622 compile_time_constant_arguments_test/02: fail | 611 compile_time_constant_arguments_test/02: fail |
| 623 compile_time_constant_arguments_test/03: fail | 612 compile_time_constant_arguments_test/03: fail |
| 624 compile_time_constant_arguments_test/04: fail | 613 compile_time_constant_arguments_test/04: fail |
| 625 compile_time_constant_arguments_test/05: fail | 614 compile_time_constant_arguments_test/05: fail |
| 626 compile_time_constant_arguments_test/06: fail | 615 compile_time_constant_arguments_test/06: fail |
| 627 compile_time_constant_b_test: fail | 616 compile_time_constant_b_test: fail |
| 617 compile_time_constant_c_test/01: fail |
| 618 compile_time_constant_c_test/02: fail |
| 628 compile_time_constant_checked2_test/01: fail | 619 compile_time_constant_checked2_test/01: fail |
| 629 compile_time_constant_checked2_test/02: fail | 620 compile_time_constant_checked2_test/02: fail |
| 630 compile_time_constant_checked2_test/03: fail | 621 compile_time_constant_checked2_test/03: fail |
| 631 compile_time_constant_checked2_test/04: fail | 622 compile_time_constant_checked2_test/04: fail |
| 632 compile_time_constant_checked2_test/05: fail | 623 compile_time_constant_checked2_test/05: fail |
| 633 compile_time_constant_checked2_test/06: fail | 624 compile_time_constant_checked2_test/06: fail |
| 634 compile_time_constant_checked3_test/01: fail | 625 compile_time_constant_checked3_test/01: fail |
| 635 compile_time_constant_checked3_test/02: fail | 626 compile_time_constant_checked3_test/02: fail |
| 636 compile_time_constant_checked3_test/03: fail | 627 compile_time_constant_checked3_test/03: fail |
| 637 compile_time_constant_checked3_test/04: fail | 628 compile_time_constant_checked3_test/04: fail |
| 638 compile_time_constant_checked3_test/05: fail | 629 compile_time_constant_checked3_test/05: fail |
| 639 compile_time_constant_checked3_test/06: fail | 630 compile_time_constant_checked3_test/06: fail |
| 640 compile_time_constant_checked_test/01: fail | |
| 641 compile_time_constant_checked_test/02: fail | |
| 642 compile_time_constant_checked_test/03: fail | |
| 643 compile_time_constant_c_test/01: fail | |
| 644 compile_time_constant_c_test/02: fail | |
| 645 compile_time_constant_d_test: fail | 631 compile_time_constant_d_test: fail |
| 646 compile_time_constant_e_test: fail | 632 compile_time_constant_e_test: fail |
| 647 compile_time_constant_test/02: fail | 633 compile_time_constant_test/02: fail |
| 648 const_optional_args_negative_test: fail | 634 const_optional_args_negative_test: fail |
| 649 const_syntax_test/06: fail | 635 const_syntax_test/06: fail |
| 650 constructor2_negative_test: fail | 636 constructor2_negative_test: fail |
| 651 constructor3_negative_test: fail | 637 constructor3_negative_test: fail |
| 652 constructor_call_wrong_argument_count_negative_test: fail | 638 constructor_call_wrong_argument_count_negative_test: fail |
| 653 constructor_negative_test: fail | 639 constructor_negative_test: fail |
| 654 constructor_redirect1_negative_test: fail | 640 constructor_redirect1_negative_test: fail |
| 655 constructor_redirect2_negative_test: fail | 641 constructor_redirect2_negative_test: fail |
| 656 constructor_redirect2_test/02: fail | 642 constructor_redirect2_test/02: fail |
| 657 constructor_redirect2_test/04: fail | 643 constructor_redirect2_test/04: fail |
| 658 constructor_redirect_test/01: fail | 644 constructor_redirect_test/01: fail |
| 659 constructor_return_with_arrow_negative_test: fail | 645 constructor_return_with_arrow_negative_test: fail |
| 660 constructor_return_with_init_and_arrow_negative_test: fail | 646 constructor_return_with_init_and_arrow_negative_test: fail |
| 661 cyclic_constructor_test/01: fail | 647 cyclic_constructor_test/01: fail |
| 662 cyclic_type_variable_test/01: fail | 648 cyclic_type_variable_test/01: fail |
| 663 cyclic_type_variable_test/02: fail | 649 cyclic_type_variable_test/02: fail |
| 664 cyclic_type_variable_test/03: fail | 650 cyclic_type_variable_test/03: fail |
| 665 cyclic_type_variable_test/04: fail | 651 cyclic_type_variable_test/04: fail |
| 666 default_factory2_test/01: fail | 652 default_factory2_test/01: fail |
| 667 default_implementation2_test: fail | 653 default_implementation2_test: fail |
| 668 duplicate_constructor_test/01: fail | 654 duplicate_constructor_test/01: fail |
| 669 dynamic2_test/00: fail | 655 dynamic2_test/00: fail |
| 670 dynamic_field_test: fail | 656 dynamic_field_test: fail |
| 671 export_cyclic_test: fail | 657 export_cyclic_test: fail |
| 672 f_bounded_quantification_test/01: fail | 658 f_bounded_quantification_test/01: fail |
| 673 f_bounded_quantification_test/02: fail | 659 f_bounded_quantification_test/02: fail |
| 674 factory1_test/00: skip | |
| 675 factory1_test/01: skip | |
| 676 factory2_test: fail | 660 factory2_test: fail |
| 677 factory5_test/00: fail | 661 factory5_test/00: fail |
| 678 factory_implementation_test/00: skip | 662 factory_implementation_test/none: fail |
| 679 factory_redirection2_test/01: fail | 663 factory_redirection2_test/01: fail |
| 680 factory_redirection_test/07: fail | 664 factory_redirection_test/07: fail |
| 681 factory_redirection_test/08: skip | |
| 682 factory_redirection_test/09: skip | |
| 683 factory_redirection_test/10: skip | |
| 684 factory_redirection_test/11: skip | |
| 685 factory_redirection_test/12: skip | |
| 686 factory_redirection_test/13: skip | |
| 687 factory_redirection_test/14: skip | |
| 688 fauxverride_test/03: fail | 665 fauxverride_test/03: fail |
| 689 fauxverride_test/05: fail | 666 fauxverride_test/05: fail |
| 690 field_method4_negative_test: fail | 667 field_method4_negative_test: fail |
| 691 field_override_test/01: fail | 668 field_override_test/01: fail |
| 692 field_override_test/02: fail | |
| 693 field_type_check_test/01: fail | |
| 694 field_type_check2_test/01: skip | |
| 695 final_for_in_variable_test/01: fail | 669 final_for_in_variable_test/01: fail |
| 696 final_param_negative_test: fail | 670 final_param_negative_test: fail |
| 697 final_var_negative_test: fail | 671 final_var_negative_test: fail |
| 698 final_variable_assignment_test/01: fail | 672 final_variable_assignment_test/01: fail |
| 699 final_variable_assignment_test/02: fail | 673 final_variable_assignment_test/02: fail |
| 700 final_variable_assignment_test/03: fail | 674 final_variable_assignment_test/03: fail |
| 701 final_variable_assignment_test/04: fail | 675 final_variable_assignment_test/04: fail |
| 702 first_class_types_constants_test: fail | 676 first_class_types_constants_test: fail |
| 703 for_in2_test: fail | 677 for_in2_test: fail |
| 704 function_type_alias5_test/00: fail | 678 function_type_alias5_test/00: fail |
| 705 function_type_alias5_test/01: fail | 679 function_type_alias5_test/01: fail |
| 706 function_type_alias5_test/02: fail | 680 function_type_alias5_test/02: fail |
| 707 getter_no_setter2_test/00: fail | 681 getter_no_setter2_test/00: fail |
| 708 getter_no_setter2_test/03: fail | 682 getter_no_setter2_test/03: fail |
| 709 getter_no_setter_test/00: fail | 683 getter_no_setter_test/00: fail |
| 710 getter_no_setter_test/01: fail | 684 getter_no_setter_test/01: fail |
| 711 getters_setters2_test/01: fail | 685 getters_setters2_test/01: fail |
| 712 getters_setters2_test/02: fail | |
| 713 getters_setters2_test/03: skip | |
| 714 getters_setters_type_test/01: fail | 686 getters_setters_type_test/01: fail |
| 715 implicit_scope_test: fail | 687 implicit_scope_test: fail |
| 716 implicit_this_test/01: fail | 688 implicit_this_test/01: fail |
| 717 implicit_this_test/04: fail | 689 implicit_this_test/04: fail |
| 718 implicit_this_test/none: fail | 690 implicit_this_test/none: fail |
| 719 import_combinators_negative_test: fail | 691 import_combinators_negative_test: fail |
| 720 import_private_test/01: fail | 692 import_private_test/01: fail |
| 721 inst_field_initializer1_negative_test: fail | 693 inst_field_initializer1_negative_test: fail |
| 722 instance_call_wrong_argument_count_negative_test: fail | 694 instance_call_wrong_argument_count_negative_test: fail |
| 723 instance_method2_negative_test: fail | 695 instance_method2_negative_test: fail |
| 724 instance_method_negative_test: fail | 696 instance_method_negative_test: fail |
| 725 instantiate_type_variable_negative_test: fail | 697 instantiate_type_variable_negative_test: fail |
| 726 interface_cycle_negative_test: fail | 698 interface_cycle_negative_test: fail |
| 727 interface_inherit_field_test: fail | 699 interface_inherit_field_test: fail |
| 728 interface_static_non_final_fields_negative_test: fail | 700 interface_static_non_final_fields_negative_test: fail |
| 729 interface_test/00: fail | 701 interface_test/00: fail |
| 730 internal_library_test/01: fail | 702 internal_library_test/01: fail |
| 731 is_not_class2_negative_test: fail | 703 is_not_class2_negative_test: fail |
| 732 issue1363_test: fail | |
| 733 library_juxtaposition_test: fail | 704 library_juxtaposition_test: fail |
| 734 licm_test: fail | 705 licm_test: fail |
| 735 list_literal1_negative_test: fail | 706 list_literal1_negative_test: fail |
| 736 list_literal_syntax_test/01: fail | 707 list_literal_syntax_test/01: fail |
| 737 list_literal_syntax_test/02: fail | 708 list_literal_syntax_test/02: fail |
| 738 list_literal_syntax_test/03: fail | 709 list_literal_syntax_test/03: fail |
| 739 list_literal_syntax_test/05: fail | 710 list_literal_syntax_test/05: fail |
| 740 map_literal1_negative_test: fail | 711 map_literal1_negative_test: fail |
| 741 map_literal3_test: fail | 712 map_literal3_test: fail |
| 742 method_override2_test/03: fail | 713 method_override2_test/03: fail |
| 743 mixin_illegal_constructor_test/13: fail | 714 mixin_illegal_constructor_test/13: fail |
| 744 mixin_illegal_constructor_test/14: fail | 715 mixin_illegal_constructor_test/14: fail |
| 745 mixin_illegal_constructor_test/15: fail | 716 mixin_illegal_constructor_test/15: fail |
| 746 mixin_illegal_constructor_test/16: fail | 717 mixin_illegal_constructor_test/16: fail |
| 747 mixin_illegal_cycles_test/02: fail | 718 mixin_illegal_cycles_test/02: fail |
| 748 mixin_illegal_cycles_test/03: fail | 719 mixin_illegal_cycles_test/03: fail |
| 749 mixin_illegal_cycles_test/04: fail | 720 mixin_illegal_cycles_test/04: fail |
| 750 mixin_illegal_cycles_test/06: fail | 721 mixin_illegal_cycles_test/06: fail |
| 751 mixin_illegal_syntax_test/13: fail | 722 mixin_illegal_syntax_test/13: fail |
| 752 mixin_type_parameters_errors_test/01: fail | 723 mixin_type_parameters_errors_test/01: fail |
| 753 mixin_type_parameters_errors_test/02: fail | 724 mixin_type_parameters_errors_test/02: fail |
| 754 mixin_type_parameters_errors_test/03: fail | 725 mixin_type_parameters_errors_test/03: fail |
| 755 mixin_type_parameters_errors_test/04: fail | 726 mixin_type_parameters_errors_test/04: fail |
| 756 mixin_type_parameters_errors_test/05: fail | 727 mixin_type_parameters_errors_test/05: fail |
| 757 named_parameters2_test: fail | 728 named_parameters2_test: fail |
| 758 named_parameters_aggregated_test/03: fail | 729 named_parameters_aggregated_test/03: fail |
| 759 named_parameters_aggregated_test/04: fail | 730 named_parameters_aggregated_test/04: fail |
| 760 named_parameters_aggregated_test/05: fail | 731 named_parameters_aggregated_test/05: fail |
| 761 named_parameters_type_test: fail | |
| 762 new_expression_type_args_test/00: fail | 732 new_expression_type_args_test/00: fail |
| 763 new_expression_type_args_test/01: fail | 733 new_expression_type_args_test/01: fail |
| 764 new_expression_type_args_test/02: fail | 734 new_expression_type_args_test/02: fail |
| 765 no_such_method_negative_test: fail | 735 no_such_method_negative_test: fail |
| 766 non_const_super_negative_test: fail | 736 non_const_super_negative_test: fail |
| 767 number_identifier_negative_test: fail | 737 number_identifier_negative_test: fail |
| 768 override_field_method1_negative_test: fail | 738 override_field_method1_negative_test: fail |
| 769 override_field_method2_negative_test: fail | 739 override_field_method2_negative_test: fail |
| 770 override_field_method4_negative_test: fail | 740 override_field_method4_negative_test: fail |
| 771 override_field_method5_negative_test: fail | 741 override_field_method5_negative_test: fail |
| 772 override_field_test/01: fail | 742 override_field_test/01: fail |
| 773 override_field_test/02: fail | 743 override_field_test/02: fail |
| 774 override_field_test/03: fail | 744 override_field_test/03: fail |
| 775 override_method_with_field_test/01: fail | 745 override_method_with_field_test/01: fail |
| 776 override_method_with_field_test/02: fail | 746 override_method_with_field_test/02: fail |
| 777 parameter_initializer5_negative_test: fail | 747 parameter_initializer5_negative_test: fail |
| 778 positional_parameters_type_test: fail | |
| 779 prefix10_negative_test: fail | 748 prefix10_negative_test: fail |
| 780 prefix11_negative_test: fail | 749 prefix11_negative_test: fail |
| 781 prefix12_negative_test: fail | 750 prefix12_negative_test: fail |
| 782 prefix1_negative_test: fail | 751 prefix1_negative_test: fail |
| 783 prefix22_test: fail | 752 prefix22_test: fail |
| 784 prefix23_test: fail | 753 prefix23_test: fail |
| 785 prefix2_negative_test: fail | 754 prefix2_negative_test: fail |
| 786 prefix4_negative_test: fail | 755 prefix4_negative_test: fail |
| 787 prefix5_negative_test: fail | 756 prefix5_negative_test: fail |
| 788 prefix6_negative_test: fail | 757 prefix6_negative_test: fail |
| 789 prefix8_negative_test: fail | 758 prefix8_negative_test: fail |
| 790 prefix9_negative_test: fail | 759 prefix9_negative_test: fail |
| 791 private_member1_negative_test: fail | 760 private_member1_negative_test: fail |
| 792 private_member2_negative_test: fail | 761 private_member2_negative_test: fail |
| 793 private_member3_negative_test: fail | 762 private_member3_negative_test: fail |
| 794 pseudo_kw_illegal_test/14: fail | 763 pseudo_kw_illegal_test/14: fail |
| 795 pseudo_kw_test: fail | 764 pseudo_kw_test: fail |
| 796 redirecting_factory_infinite_steps_test/01: fail | 765 redirecting_factory_infinite_steps_test/01: fail |
| 797 redirecting_factory_infinite_steps_test/02: fail | 766 redirecting_factory_infinite_steps_test/02: fail |
| 798 scope_negative_test: fail | 767 scope_negative_test: fail |
| 799 setter3_test/01: fail | 768 setter3_test/01: fail |
| 800 setter3_test/02: fail | 769 setter3_test/02: fail |
| 801 static_call_wrong_argument_count_negative_test: fail | 770 static_call_wrong_argument_count_negative_test: fail |
| 802 static_field3_test/01: fail | 771 static_field3_test/01: fail |
| 803 static_field3_test/02: fail | 772 static_field3_test/02: fail |
| 804 static_field3_test/03: fail | |
| 805 static_field3_test/04: fail | 773 static_field3_test/04: fail |
| 806 static_field_test/01: fail | 774 static_field_test/01: fail |
| 807 static_field_test/02: fail | 775 static_field_test/02: fail |
| 808 static_field_test/03: fail | 776 static_field_test/03: fail |
| 809 static_field_test/04: fail | |
| 810 static_final_field2_negative_test: fail | 777 static_final_field2_negative_test: fail |
| 811 static_final_field_negative_test: fail | 778 static_final_field_negative_test: fail |
| 812 string_interpolate1_negative_test: fail | 779 string_interpolate1_negative_test: fail |
| 813 string_interpolate2_negative_test: fail | 780 string_interpolate2_negative_test: fail |
| 814 string_interpolation2_negative_test: fail | 781 string_interpolation2_negative_test: fail |
| 815 string_interpolation3_negative_test: fail | 782 string_interpolation3_negative_test: fail |
| 816 string_interpolation4_negative_test: fail | 783 string_interpolation4_negative_test: fail |
| 817 string_interpolation5_negative_test: fail | 784 string_interpolation5_negative_test: fail |
| 818 string_interpolation6_negative_test: fail | 785 string_interpolation6_negative_test: fail |
| 819 string_interpolation9_test/10: fail | 786 string_interpolation9_test/10: fail |
| 820 string_interpolation9_test/11: fail | 787 string_interpolation9_test/11: fail |
| 821 string_interpolation9_test/12: fail | 788 string_interpolation9_test/12: fail |
| 822 string_interpolation9_test/13: fail | 789 string_interpolation9_test/13: fail |
| 823 string_interpolation9_test/14: fail | 790 string_interpolation9_test/14: fail |
| 824 string_interpolation9_test/15: fail | 791 string_interpolation9_test/15: fail |
| 825 string_interpolation9_test/16: fail | 792 string_interpolation9_test/16: fail |
| 826 string_interpolation9_test/17: fail | 793 string_interpolation9_test/17: fail |
| 827 string_interpolation9_test/18: fail | 794 string_interpolation9_test/18: fail |
| 828 string_interpolation9_test/19: fail | 795 string_interpolation9_test/19: fail |
| 829 string_interpolation9_test/1: fail | 796 string_interpolation9_test/1: fail |
| 830 string_interpolation9_test/20: fail | 797 string_interpolation9_test/20: fail |
| 831 string_interpolation9_test/2: fail | 798 string_interpolation9_test/2: fail |
| 832 string_interpolation9_test/3: fail | 799 string_interpolation9_test/3: fail |
| 833 string_interpolation9_test/4: fail | 800 string_interpolation9_test/4: fail |
| 834 string_interpolation9_test/5: fail | 801 string_interpolation9_test/5: fail |
| 835 string_interpolation9_test/6: fail | 802 string_interpolation9_test/6: fail |
| 836 string_interpolation9_test/7: fail | 803 string_interpolation9_test/7: fail |
| 837 string_interpolation9_test/8: fail | 804 string_interpolation9_test/8: fail |
| 838 string_interpolation9_test/9: fail | 805 string_interpolation9_test/9: fail |
| 839 string_interpolation_test/01: fail | |
| 840 super_call3_test/02: fail | 806 super_call3_test/02: fail |
| 841 super_operator_index_test/01: fail | 807 super_operator_index_test/01: fail |
| 842 super_operator_index_test/02: fail | 808 super_operator_index_test/02: fail |
| 843 super_operator_index_test/03: fail | 809 super_operator_index_test/03: fail |
| 844 super_operator_index_test/04: fail | 810 super_operator_index_test/04: fail |
| 845 super_operator_index_test/05: fail | 811 super_operator_index_test/05: fail |
| 846 super_operator_index_test/06: fail | 812 super_operator_index_test/06: fail |
| 847 super_operator_index_test/07: fail | 813 super_operator_index_test/07: fail |
| 848 syntax_test/28: fail | 814 syntax_test/28: fail |
| 849 syntax_test/29: fail | 815 syntax_test/29: fail |
| (...skipping 11 matching lines...) Expand all Loading... |
| 861 type_error_test: fail | 827 type_error_test: fail |
| 862 type_parameter_test/01: fail | 828 type_parameter_test/01: fail |
| 863 type_parameter_test/02: fail | 829 type_parameter_test/02: fail |
| 864 type_parameter_test/03: fail | 830 type_parameter_test/03: fail |
| 865 type_parameter_test/04: fail | 831 type_parameter_test/04: fail |
| 866 type_variable_bounds2_test/00: fail | 832 type_variable_bounds2_test/00: fail |
| 867 type_variable_bounds2_test/01: fail | 833 type_variable_bounds2_test/01: fail |
| 868 type_variable_bounds2_test/02: fail | 834 type_variable_bounds2_test/02: fail |
| 869 type_variable_bounds2_test/03: fail | 835 type_variable_bounds2_test/03: fail |
| 870 type_variable_bounds2_test/04: fail | 836 type_variable_bounds2_test/04: fail |
| 871 type_variable_bounds2_test/05: skip | |
| 872 type_variable_bounds2_test/06: fail | 837 type_variable_bounds2_test/06: fail |
| 873 type_variable_bounds3_test/00: skip | |
| 874 type_variable_bounds_test/00: fail | 838 type_variable_bounds_test/00: fail |
| 875 type_variable_bounds_test/01: fail | 839 type_variable_bounds_test/01: fail |
| 876 type_variable_bounds_test/02: fail | 840 type_variable_bounds_test/02: fail |
| 877 type_variable_bounds_test/03: fail | 841 type_variable_bounds_test/03: fail |
| 878 type_variable_bounds_test/04: fail | 842 type_variable_bounds_test/04: fail |
| 879 type_variable_bounds_test/05: fail | |
| 880 type_variable_bounds_test/06: fail | 843 type_variable_bounds_test/06: fail |
| 881 type_variable_bounds_test/07: fail | 844 type_variable_bounds_test/07: fail |
| 882 type_variable_bounds_test/09: fail | 845 type_variable_bounds_test/09: fail |
| 883 type_variable_bounds_test/10: fail | |
| 884 type_variable_identifier_expression_negative_test: fail | 846 type_variable_identifier_expression_negative_test: fail |
| 885 type_variable_scope_test/00: skip | |
| 886 type_variable_scope_test/01: skip | |
| 887 type_variable_scope_test/02: skip | |
| 888 type_variable_scope_test/03: skip | |
| 889 type_variable_scope_test/04: skip | |
| 890 type_variable_scope_test/05: skip | |
| 891 type_variable_static_context_negative_test: fail | 847 type_variable_static_context_negative_test: fail |
| 892 typed_equality_test: fail | 848 typed_equality_test: fail |
| 893 unary2_test: fail | 849 unary2_test: fail |
| 894 unary_test: fail | 850 unary_test: fail |
| 895 unresolved_in_factory_negative_test: fail | 851 unresolved_in_factory_negative_test: fail |
| 896 unresolved_top_level_method_negative_test: fail | 852 unresolved_top_level_method_negative_test: fail |
| 897 unresolved_top_level_var_negative_test: fail | 853 unresolved_top_level_var_negative_test: fail |
| 898 unsigned_right_shift_test/01: fail | 854 unsigned_right_shift_test/01: fail |
| 899 unsigned_right_shift_test/02: fail | 855 unsigned_right_shift_test/02: fail |
| 900 wrong_number_type_arguments_test/00: fail | |
| 901 wrong_number_type_arguments_test/02: fail | |
| 902 | |
| 903 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 856 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 904 block_scope_test: fail | 857 block_scope_test: fail |
| 905 lazy_static3_test: fail | 858 lazy_static3_test: fail |
| 906 | 859 |
| 907 | 860 |
| 908 [ $arch == arm ] | 861 [ $arch == arm ] |
| 909 *: Skip | 862 *: Skip |
| 910 | 863 |
| 911 [ $arch == simarm ] | 864 [ $arch == simarm ] |
| 912 *: Skip | 865 *: Skip |
| 913 | 866 |
| 914 [ $arch == mips ] | 867 [ $arch == mips ] |
| 915 *: Skip | 868 *: Skip |
| 916 | 869 |
| 917 [ $arch == simmips ] | 870 [ $arch == simmips ] |
| 918 *: Skip | 871 *: Skip |
| OLD | NEW |