| 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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 | 765 try_catch_on_syntax_test/01: fail |
| 766 try_catch_on_syntax_test/07: fail | 766 try_catch_on_syntax_test/07: fail |
| 767 try_catch_syntax_test/08: fail | 767 try_catch_syntax_test/08: fail |
| 768 try_catch_syntax_test/16: fail | |
| 769 try_catch_syntax_test/17: fail | |
| 770 type_error_test: fail | 768 type_error_test: fail |
| 771 type_parameter_test/01: fail | 769 type_parameter_test/01: fail |
| 772 type_parameter_test/02: fail | 770 type_parameter_test/02: fail |
| 773 type_parameter_test/03: fail | 771 type_parameter_test/03: fail |
| 774 type_parameter_test/04: fail | 772 type_parameter_test/04: fail |
| 775 type_variable_bounds2_test/00: fail | 773 type_variable_bounds2_test/00: fail |
| 776 type_variable_bounds2_test/01: fail | 774 type_variable_bounds2_test/01: fail |
| 777 type_variable_bounds2_test/02: fail | 775 type_variable_bounds2_test/02: fail |
| 778 type_variable_bounds2_test/03: fail | 776 type_variable_bounds2_test/03: fail |
| 779 type_variable_bounds2_test/04: fail | 777 type_variable_bounds2_test/04: fail |
| (...skipping 15 matching lines...) Expand all Loading... |
| 795 unresolved_top_level_method_negative_test: fail | 793 unresolved_top_level_method_negative_test: fail |
| 796 unresolved_top_level_var_negative_test: fail | 794 unresolved_top_level_var_negative_test: fail |
| 797 | 795 |
| 798 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 796 # 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 | 797 block_scope_test: fail, OK |
| 800 lazy_static3_test: fail, OK | 798 lazy_static3_test: fail, OK |
| 801 | 799 |
| 802 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while' | 800 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while' |
| 803 implicit_scope_test: fail, OK | 801 implicit_scope_test: fail, OK |
| 804 | 802 |
| 803 # test issue 10889, "throw" requires expression, "rethrow" should be used instea
d |
| 804 execute_finally10_test: fail, OK |
| 805 execute_finally11_test: fail, OK |
| 806 final_used_in_try_test: fail, OK |
| 807 full_stacktrace2_test: fail, OK |
| 808 stack_trace_test: fail, OK |
| 809 throw3_test: fail, OK |
| 810 try_catch3_test: fail, OK |
| 811 |
| 805 [ $compiler == dartanalyzer && $checked ] | 812 [ $compiler == dartanalyzer && $checked ] |
| 806 factory1_test/00: fail | 813 factory1_test/00: fail |
| 807 factory1_test/01: fail | 814 factory1_test/01: fail |
| 808 field_type_check2_test/01: fail | 815 field_type_check2_test/01: fail |
| 809 factory_implementation_test/00: fail | 816 factory_implementation_test/00: fail |
| 810 factory_redirection_test/08: fail | 817 factory_redirection_test/08: fail |
| 811 factory_redirection_test/09: fail | 818 factory_redirection_test/09: fail |
| 812 factory_redirection_test/10: fail | 819 factory_redirection_test/10: fail |
| 813 factory_redirection_test/11: fail | 820 factory_redirection_test/11: fail |
| 814 factory_redirection_test/12: fail | 821 factory_redirection_test/12: fail |
| (...skipping 14 matching lines...) Expand all Loading... |
| 829 *: Skip | 836 *: Skip |
| 830 | 837 |
| 831 [ $arch == simarm ] | 838 [ $arch == simarm ] |
| 832 *: Skip | 839 *: Skip |
| 833 | 840 |
| 834 [ $arch == mips ] | 841 [ $arch == mips ] |
| 835 *: Skip | 842 *: Skip |
| 836 | 843 |
| 837 [ $arch == simmips ] | 844 [ $arch == simmips ] |
| 838 *: Skip | 845 *: Skip |
| OLD | NEW |