| 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 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 789 type_variable_identifier_expression_negative_test: fail | 789 type_variable_identifier_expression_negative_test: fail |
| 790 type_variable_static_context_negative_test: fail | 790 type_variable_static_context_negative_test: fail |
| 791 typed_equality_test: fail | 791 typed_equality_test: fail |
| 792 unary2_test: fail | 792 unary2_test: fail |
| 793 unary_test: fail | 793 unary_test: fail |
| 794 unresolved_in_factory_negative_test: fail | 794 unresolved_in_factory_negative_test: fail |
| 795 unresolved_top_level_method_negative_test: fail | 795 unresolved_top_level_method_negative_test: fail |
| 796 unresolved_top_level_var_negative_test: fail | 796 unresolved_top_level_var_negative_test: fail |
| 797 | 797 |
| 798 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 798 # 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 | 799 block_scope_test: fail, OK |
| 800 lazy_static3_test: fail | 800 lazy_static3_test: fail, OK |
| 801 | 801 |
| 802 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while' | 802 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while' |
| 803 implicit_scope_test: fail, OK | 803 implicit_scope_test: fail, OK |
| 804 | 804 |
| 805 [ $compiler == dartanalyzer && $checked ] |
| 806 factory1_test/00: fail |
| 807 factory1_test/01: fail |
| 808 field_type_check2_test/01: fail |
| 809 factory_implementation_test/00: fail |
| 810 factory_redirection_test/08: fail |
| 811 factory_redirection_test/09: fail |
| 812 factory_redirection_test/10: fail |
| 813 factory_redirection_test/11: fail |
| 814 factory_redirection_test/12: fail |
| 815 factory_redirection_test/13: fail |
| 816 factory_redirection_test/14: fail |
| 817 getters_setters2_test/03: fail |
| 818 type_variable_bounds3_test/00: fail |
| 819 type_variable_bounds2_test/05: fail |
| 820 type_variable_scope_test/00: fail |
| 821 type_variable_scope_test/01: fail |
| 822 type_variable_scope_test/02: fail |
| 823 type_variable_scope_test/03: fail |
| 824 type_variable_scope_test/04: fail |
| 825 type_variable_scope_test/05: fail |
| 826 |
| 827 |
| 805 [ $arch == arm ] | 828 [ $arch == arm ] |
| 806 *: Skip | 829 *: Skip |
| 807 | 830 |
| 808 [ $arch == simarm ] | 831 [ $arch == simarm ] |
| 809 *: Skip | 832 *: Skip |
| 810 | 833 |
| 811 [ $arch == mips ] | 834 [ $arch == mips ] |
| 812 *: Skip | 835 *: Skip |
| 813 | 836 |
| 814 [ $arch == simmips ] | 837 [ $arch == simmips ] |
| 815 *: Skip | 838 *: Skip |
| OLD | NEW |