| 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 714 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 725 interface_test/00: fail | 725 interface_test/00: fail |
| 726 internal_library_test/01: fail | 726 internal_library_test/01: fail |
| 727 is_not_class2_negative_test: fail | 727 is_not_class2_negative_test: fail |
| 728 issue1363_test: fail | 728 issue1363_test: fail |
| 729 library_juxtaposition_test: fail | 729 library_juxtaposition_test: fail |
| 730 licm_test: fail | 730 licm_test: fail |
| 731 list_literal1_negative_test: fail | 731 list_literal1_negative_test: fail |
| 732 list_literal_syntax_test/01: fail | 732 list_literal_syntax_test/01: fail |
| 733 list_literal_syntax_test/02: fail | 733 list_literal_syntax_test/02: fail |
| 734 list_literal_syntax_test/03: fail | 734 list_literal_syntax_test/03: fail |
| 735 list_literal_syntax_test/05: fail | |
| 736 map_literal1_negative_test: fail | 735 map_literal1_negative_test: fail |
| 737 map_literal3_test: fail | 736 map_literal3_test: fail |
| 738 method_override2_test/03: fail | 737 method_override2_test/03: fail |
| 739 mixin_illegal_constructor_test/13: fail | 738 mixin_illegal_constructor_test/13: fail |
| 740 mixin_illegal_constructor_test/14: fail | 739 mixin_illegal_constructor_test/14: fail |
| 741 mixin_illegal_constructor_test/15: fail | 740 mixin_illegal_constructor_test/15: fail |
| 742 mixin_illegal_constructor_test/16: fail | 741 mixin_illegal_constructor_test/16: fail |
| 743 mixin_illegal_cycles_test/02: fail | 742 mixin_illegal_cycles_test/02: fail |
| 744 mixin_illegal_cycles_test/03: fail | 743 mixin_illegal_cycles_test/03: fail |
| 745 mixin_illegal_cycles_test/04: fail | 744 mixin_illegal_cycles_test/04: fail |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 885 type_variable_scope_test/03: skip | 884 type_variable_scope_test/03: skip |
| 886 type_variable_scope_test/04: skip | 885 type_variable_scope_test/04: skip |
| 887 type_variable_scope_test/05: skip | 886 type_variable_scope_test/05: skip |
| 888 type_variable_static_context_negative_test: fail | 887 type_variable_static_context_negative_test: fail |
| 889 typed_equality_test: fail | 888 typed_equality_test: fail |
| 890 unary2_test: fail | 889 unary2_test: fail |
| 891 unary_test: fail | 890 unary_test: fail |
| 892 unresolved_in_factory_negative_test: fail | 891 unresolved_in_factory_negative_test: fail |
| 893 unresolved_top_level_method_negative_test: fail | 892 unresolved_top_level_method_negative_test: fail |
| 894 unresolved_top_level_var_negative_test: fail | 893 unresolved_top_level_var_negative_test: fail |
| 895 unsigned_right_shift_test/01: fail | |
| 896 unsigned_right_shift_test/02: fail | |
| 897 wrong_number_type_arguments_test/00: fail | 894 wrong_number_type_arguments_test/00: fail |
| 898 wrong_number_type_arguments_test/02: fail | 895 wrong_number_type_arguments_test/02: fail |
| 899 | 896 |
| 900 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 897 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 901 block_scope_test: fail | 898 block_scope_test: fail |
| 902 lazy_static3_test: fail | 899 lazy_static3_test: fail |
| 903 | 900 |
| 904 | 901 |
| 905 [ $arch == arm ] | 902 [ $arch == arm ] |
| 906 *: Skip | 903 *: Skip |
| 907 | 904 |
| 908 [ $arch == simarm ] | 905 [ $arch == simarm ] |
| 909 *: Skip | 906 *: Skip |
| 910 | 907 |
| 911 [ $arch == mips ] | 908 [ $arch == mips ] |
| 912 *: Skip | 909 *: Skip |
| 913 | 910 |
| 914 [ $arch == simmips ] | 911 [ $arch == simmips ] |
| 915 *: Skip | 912 *: Skip |
| OLD | NEW |