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

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

Issue 15963005: Triage on-catch related failing language tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 | « no previous file | 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 744 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 static_final_field_negative_test: fail 755 static_final_field_negative_test: fail
756 switch_label2_test: fail 756 switch_label2_test: fail
757 syntax_test/28: fail 757 syntax_test/28: fail
758 syntax_test/29: fail 758 syntax_test/29: fail
759 syntax_test/30: fail 759 syntax_test/30: fail
760 syntax_test/31: fail 760 syntax_test/31: fail
761 syntax_test/32: fail 761 syntax_test/32: fail
762 syntax_test/33: fail 762 syntax_test/33: fail
763 ternary_test: fail 763 ternary_test: fail
764 throw7_negative_test: fail 764 throw7_negative_test: fail
765 try_catch_on_syntax_test/01: fail
766 try_catch_on_syntax_test/07: fail
767 try_catch_syntax_test/08: fail
768 try_catch_syntax_test/16: fail 765 try_catch_syntax_test/16: fail
769 try_catch_syntax_test/17: fail 766 try_catch_syntax_test/17: fail
770 type_error_test: fail 767 type_error_test: fail
771 type_parameter_test/01: fail 768 type_parameter_test/01: fail
772 type_parameter_test/02: fail 769 type_parameter_test/02: fail
773 type_parameter_test/03: fail 770 type_parameter_test/03: fail
774 type_parameter_test/04: fail 771 type_parameter_test/04: fail
775 type_variable_bounds2_test/00: fail 772 type_variable_bounds2_test/00: fail
776 type_variable_bounds2_test/01: fail 773 type_variable_bounds2_test/01: fail
777 type_variable_bounds2_test/02: fail 774 type_variable_bounds2_test/02: fail
(...skipping 17 matching lines...) Expand all
795 unresolved_top_level_method_negative_test: fail 792 unresolved_top_level_method_negative_test: fail
796 unresolved_top_level_var_negative_test: fail 793 unresolved_top_level_var_negative_test: fail
797 794
798 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=. 795 # test issue 10683, It is a compile-time error if e refers to the name v or the name v=.
799 block_scope_test: fail, OK 796 block_scope_test: fail, OK
800 lazy_static3_test: fail, OK 797 lazy_static3_test: fail, OK
801 798
802 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while' 799 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while'
803 implicit_scope_test: fail, OK 800 implicit_scope_test: fail, OK
804 801
802 # test issue 10890; on-catch UnknownType is a static warning, not error
803 try_catch_on_syntax_test/01: fail, OK
804 try_catch_on_syntax_test/07: fail, OK
805 try_catch_syntax_test/08: fail, OK
806
805 [ $compiler == dartanalyzer && $checked ] 807 [ $compiler == dartanalyzer && $checked ]
806 factory1_test/00: fail 808 factory1_test/00: fail
807 factory1_test/01: fail 809 factory1_test/01: fail
808 field_type_check2_test/01: fail 810 field_type_check2_test/01: fail
809 factory_implementation_test/00: fail 811 factory_implementation_test/00: fail
810 factory_redirection_test/08: fail 812 factory_redirection_test/08: fail
811 factory_redirection_test/09: fail 813 factory_redirection_test/09: fail
812 factory_redirection_test/10: fail 814 factory_redirection_test/10: fail
813 factory_redirection_test/11: fail 815 factory_redirection_test/11: fail
814 factory_redirection_test/12: fail 816 factory_redirection_test/12: fail
(...skipping 14 matching lines...) Expand all
829 *: Skip 831 *: Skip
830 832
831 [ $arch == simarm ] 833 [ $arch == simarm ]
832 *: Skip 834 *: Skip
833 835
834 [ $arch == mips ] 836 [ $arch == mips ]
835 *: Skip 837 *: Skip
836 838
837 [ $arch == simmips ] 839 [ $arch == simmips ]
838 *: Skip 840 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698