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

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

Issue 15162010: Report CTEC.RECURSIVE_CONSTRUCTOR_REDIRECT (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Non-error test and status file tweaks Created 7 years, 7 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 | Annotate | Revision Log
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 # 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 compile_time_constant_c_test/02: fail 642 compile_time_constant_c_test/02: fail
643 compile_time_constant_d_test: fail 643 compile_time_constant_d_test: fail
644 compile_time_constant_e_test: fail 644 compile_time_constant_e_test: fail
645 compile_time_constant_test/02: fail 645 compile_time_constant_test/02: fail
646 const_optional_args_negative_test: fail 646 const_optional_args_negative_test: fail
647 const_syntax_test/06: fail 647 const_syntax_test/06: fail
648 constructor2_negative_test: fail 648 constructor2_negative_test: fail
649 constructor3_negative_test: fail 649 constructor3_negative_test: fail
650 constructor_call_wrong_argument_count_negative_test: fail 650 constructor_call_wrong_argument_count_negative_test: fail
651 constructor_negative_test: fail 651 constructor_negative_test: fail
652 constructor_redirect1_negative_test: fail
653 constructor_redirect2_negative_test: fail
654 constructor_redirect2_test/02: fail 652 constructor_redirect2_test/02: fail
655 constructor_redirect2_test/04: fail 653 constructor_redirect2_test/04: fail
656 constructor_redirect_test/01: fail 654 constructor_redirect_test/01: fail
657 constructor_return_with_arrow_negative_test: fail 655 constructor_return_with_arrow_negative_test: fail
658 constructor_return_with_init_and_arrow_negative_test: fail 656 constructor_return_with_init_and_arrow_negative_test: fail
659 cyclic_constructor_test/01: fail
660 cyclic_type_variable_test/01: fail 657 cyclic_type_variable_test/01: fail
661 cyclic_type_variable_test/02: fail 658 cyclic_type_variable_test/02: fail
662 cyclic_type_variable_test/03: fail 659 cyclic_type_variable_test/03: fail
663 cyclic_type_variable_test/04: fail 660 cyclic_type_variable_test/04: fail
664 default_factory2_test/01: fail 661 default_factory2_test/01: fail
665 default_implementation2_test: fail 662 default_implementation2_test: fail
666 duplicate_constructor_test/01: fail 663 duplicate_constructor_test/01: fail
667 dynamic2_test/00: fail 664 dynamic2_test/00: fail
668 dynamic_field_test: fail 665 dynamic_field_test: fail
669 export_cyclic_test: fail 666 export_cyclic_test: fail
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 getters_setters2_test/01: fail 706 getters_setters2_test/01: fail
710 getters_setters2_test/02: fail 707 getters_setters2_test/02: fail
711 getters_setters2_test/03: skip 708 getters_setters2_test/03: skip
712 getters_setters_type_test/01: fail 709 getters_setters_type_test/01: fail
713 implicit_scope_test: fail 710 implicit_scope_test: fail
714 implicit_this_test/01: fail 711 implicit_this_test/01: fail
715 implicit_this_test/04: fail 712 implicit_this_test/04: fail
716 implicit_this_test/none: fail 713 implicit_this_test/none: fail
717 import_combinators_negative_test: fail 714 import_combinators_negative_test: fail
718 import_private_test/01: fail 715 import_private_test/01: fail
716 infinite_switch_label_test: fail
719 inst_field_initializer1_negative_test: fail 717 inst_field_initializer1_negative_test: fail
720 instance_call_wrong_argument_count_negative_test: fail 718 instance_call_wrong_argument_count_negative_test: fail
721 instance_method2_negative_test: fail 719 instance_method2_negative_test: fail
722 instance_method_negative_test: fail 720 instance_method_negative_test: fail
723 instantiate_type_variable_negative_test: fail 721 instantiate_type_variable_negative_test: fail
724 interface_cycle_negative_test: fail 722 interface_cycle_negative_test: fail
725 interface_inherit_field_test: fail 723 interface_inherit_field_test: fail
726 interface_static_non_final_fields_negative_test: fail 724 interface_static_non_final_fields_negative_test: fail
727 interface_test/00: fail 725 interface_test/00: fail
728 internal_library_test/01: fail 726 internal_library_test/01: fail
(...skipping 21 matching lines...) Expand all
750 mixin_type_parameters_errors_test/01: fail 748 mixin_type_parameters_errors_test/01: fail
751 mixin_type_parameters_errors_test/02: fail 749 mixin_type_parameters_errors_test/02: fail
752 mixin_type_parameters_errors_test/03: fail 750 mixin_type_parameters_errors_test/03: fail
753 mixin_type_parameters_errors_test/04: fail 751 mixin_type_parameters_errors_test/04: fail
754 mixin_type_parameters_errors_test/05: fail 752 mixin_type_parameters_errors_test/05: fail
755 named_parameters2_test: fail 753 named_parameters2_test: fail
756 named_parameters_aggregated_test/03: fail 754 named_parameters_aggregated_test/03: fail
757 named_parameters_aggregated_test/04: fail 755 named_parameters_aggregated_test/04: fail
758 named_parameters_aggregated_test/05: fail 756 named_parameters_aggregated_test/05: fail
759 named_parameters_type_test: fail 757 named_parameters_type_test: fail
758 nested_switch_label_test: fail
760 new_expression_type_args_test/00: fail 759 new_expression_type_args_test/00: fail
761 new_expression_type_args_test/01: fail 760 new_expression_type_args_test/01: fail
762 new_expression_type_args_test/02: fail 761 new_expression_type_args_test/02: fail
763 no_such_method_negative_test: fail 762 no_such_method_negative_test: fail
764 non_const_super_negative_test: fail 763 non_const_super_negative_test: fail
765 number_identifier_negative_test: fail 764 number_identifier_negative_test: fail
766 override_field_method1_negative_test: fail 765 override_field_method1_negative_test: fail
767 override_field_method2_negative_test: fail 766 override_field_method2_negative_test: fail
768 override_field_method4_negative_test: fail 767 override_field_method4_negative_test: fail
769 override_field_method5_negative_test: fail 768 override_field_method5_negative_test: fail
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 string_interpolation9_test/9: fail 835 string_interpolation9_test/9: fail
837 string_interpolation_test/01: fail 836 string_interpolation_test/01: fail
838 super_call3_test/02: fail 837 super_call3_test/02: fail
839 super_operator_index_test/01: fail 838 super_operator_index_test/01: fail
840 super_operator_index_test/02: fail 839 super_operator_index_test/02: fail
841 super_operator_index_test/03: fail 840 super_operator_index_test/03: fail
842 super_operator_index_test/04: fail 841 super_operator_index_test/04: fail
843 super_operator_index_test/05: fail 842 super_operator_index_test/05: fail
844 super_operator_index_test/06: fail 843 super_operator_index_test/06: fail
845 super_operator_index_test/07: fail 844 super_operator_index_test/07: fail
845 switch_label2_test: fail
846 syntax_test/28: fail 846 syntax_test/28: fail
847 syntax_test/29: fail 847 syntax_test/29: fail
848 syntax_test/30: fail 848 syntax_test/30: fail
849 syntax_test/31: fail 849 syntax_test/31: fail
850 syntax_test/32: fail 850 syntax_test/32: fail
851 syntax_test/33: fail 851 syntax_test/33: fail
852 ternary_test: fail 852 ternary_test: fail
853 throw7_negative_test: fail 853 throw7_negative_test: fail
854 try_catch_on_syntax_test/01: fail 854 try_catch_on_syntax_test/01: fail
855 try_catch_on_syntax_test/07: fail 855 try_catch_on_syntax_test/07: fail
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 *: Skip 907 *: Skip
908 908
909 [ $arch == simarm ] 909 [ $arch == simarm ]
910 *: Skip 910 *: Skip
911 911
912 [ $arch == mips ] 912 [ $arch == mips ]
913 *: Skip 913 *: Skip
914 914
915 [ $arch == simmips ] 915 [ $arch == simmips ]
916 *: Skip 916 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698