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

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

Issue 15271006: Report DUPLICATE_CONSTRUCTOR_NAME and other scope fixes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revert most changes and mark tests invalid. 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
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | no next file » | 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 # 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 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 constructor_call_wrong_argument_count_negative_test: fail 635 constructor_call_wrong_argument_count_negative_test: fail
636 constructor_negative_test: fail 636 constructor_negative_test: fail
637 constructor_return_with_arrow_negative_test: fail 637 constructor_return_with_arrow_negative_test: fail
638 constructor_return_with_init_and_arrow_negative_test: fail 638 constructor_return_with_init_and_arrow_negative_test: fail
639 cyclic_type_variable_test/01: fail 639 cyclic_type_variable_test/01: fail
640 cyclic_type_variable_test/02: fail 640 cyclic_type_variable_test/02: fail
641 cyclic_type_variable_test/03: fail 641 cyclic_type_variable_test/03: fail
642 cyclic_type_variable_test/04: fail 642 cyclic_type_variable_test/04: fail
643 default_factory2_test/01: fail 643 default_factory2_test/01: fail
644 default_implementation2_test: fail 644 default_implementation2_test: fail
645 duplicate_constructor_test/01: fail
646 dynamic2_test/00: fail 645 dynamic2_test/00: fail
647 dynamic_field_test: fail 646 dynamic_field_test: fail
648 export_cyclic_test: fail 647 export_cyclic_test: fail
649 f_bounded_quantification_test/01: fail 648 f_bounded_quantification_test/01: fail
650 f_bounded_quantification_test/02: fail 649 f_bounded_quantification_test/02: fail
651 factory2_test: fail 650 factory2_test: fail
652 factory5_test/00: fail 651 factory5_test/00: fail
653 factory_implementation_test/none: fail 652 factory_implementation_test/none: fail
654 factory_redirection2_test/01: fail 653 factory_redirection2_test/01: fail
655 factory_redirection_test/07: fail 654 factory_redirection_test/07: fail
(...skipping 12 matching lines...) Expand all
668 for_in2_test: fail 667 for_in2_test: fail
669 function_type_alias5_test/00: fail 668 function_type_alias5_test/00: fail
670 function_type_alias5_test/01: fail 669 function_type_alias5_test/01: fail
671 function_type_alias5_test/02: fail 670 function_type_alias5_test/02: fail
672 getter_no_setter2_test/00: fail 671 getter_no_setter2_test/00: fail
673 getter_no_setter2_test/03: fail 672 getter_no_setter2_test/03: fail
674 getter_no_setter_test/00: fail 673 getter_no_setter_test/00: fail
675 getter_no_setter_test/01: fail 674 getter_no_setter_test/01: fail
676 getters_setters2_test/01: fail 675 getters_setters2_test/01: fail
677 getters_setters_type_test/01: fail 676 getters_setters_type_test/01: fail
678 implicit_scope_test: fail
679 implicit_this_test/01: fail 677 implicit_this_test/01: fail
680 implicit_this_test/04: fail 678 implicit_this_test/04: fail
681 implicit_this_test/none: fail 679 implicit_this_test/none: fail
682 import_combinators_negative_test: fail 680 import_combinators_negative_test: fail
683 import_private_test/01: fail 681 import_private_test/01: fail
684 infinite_switch_label_test: fail 682 infinite_switch_label_test: fail
685 inst_field_initializer1_negative_test: fail 683 inst_field_initializer1_negative_test: fail
686 instance_call_wrong_argument_count_negative_test: fail 684 instance_call_wrong_argument_count_negative_test: fail
687 instance_method2_negative_test: fail 685 instance_method2_negative_test: fail
688 instance_method_negative_test: fail 686 instance_method_negative_test: fail
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 unary2_test: fail 838 unary2_test: fail
841 unary_test: fail 839 unary_test: fail
842 unresolved_in_factory_negative_test: fail 840 unresolved_in_factory_negative_test: fail
843 unresolved_top_level_method_negative_test: fail 841 unresolved_top_level_method_negative_test: fail
844 unresolved_top_level_var_negative_test: fail 842 unresolved_top_level_var_negative_test: fail
845 843
846 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 844 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
847 block_scope_test: fail 845 block_scope_test: fail
848 lazy_static3_test: fail 846 lazy_static3_test: fail
849 847
848 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while'
849 implicit_scope_test: fail, OK
850 850
851 [ $arch == arm ] 851 [ $arch == arm ]
852 *: Skip 852 *: Skip
853 853
854 [ $arch == simarm ] 854 [ $arch == simarm ]
855 *: Skip 855 *: Skip
856 856
857 [ $arch == mips ] 857 [ $arch == mips ]
858 *: Skip 858 *: Skip
859 859
860 [ $arch == simmips ] 860 [ $arch == simmips ]
861 *: Skip 861 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698