| 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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 752 method_override2_test/02: fail | 752 method_override2_test/02: fail |
| 753 method_override2_test/03: fail | 753 method_override2_test/03: fail |
| 754 mixin_illegal_constructor_test/13: fail | 754 mixin_illegal_constructor_test/13: fail |
| 755 mixin_illegal_constructor_test/14: fail | 755 mixin_illegal_constructor_test/14: fail |
| 756 mixin_illegal_constructor_test/15: fail | 756 mixin_illegal_constructor_test/15: fail |
| 757 mixin_illegal_constructor_test/16: fail | 757 mixin_illegal_constructor_test/16: fail |
| 758 mixin_illegal_cycles_test/02: fail | 758 mixin_illegal_cycles_test/02: fail |
| 759 mixin_illegal_cycles_test/03: fail | 759 mixin_illegal_cycles_test/03: fail |
| 760 mixin_illegal_cycles_test/04: fail | 760 mixin_illegal_cycles_test/04: fail |
| 761 mixin_illegal_cycles_test/06: fail | 761 mixin_illegal_cycles_test/06: fail |
| 762 mixin_illegal_super_use_test/01: fail | |
| 763 mixin_illegal_super_use_test/02: fail | |
| 764 mixin_illegal_super_use_test/03: fail | |
| 765 mixin_illegal_super_use_test/04: fail | |
| 766 mixin_illegal_super_use_test/05: fail | |
| 767 mixin_illegal_super_use_test/06: fail | |
| 768 mixin_illegal_super_use_test/07: fail | |
| 769 mixin_illegal_super_use_test/08: fail | |
| 770 mixin_illegal_super_use_test/09: fail | |
| 771 mixin_illegal_super_use_test/10: fail | |
| 772 mixin_illegal_super_use_test/11: fail | |
| 773 mixin_illegal_syntax_test/13: fail | 762 mixin_illegal_syntax_test/13: fail |
| 774 mixin_type_parameters_errors_test/01: fail | 763 mixin_type_parameters_errors_test/01: fail |
| 775 mixin_type_parameters_errors_test/02: fail | 764 mixin_type_parameters_errors_test/02: fail |
| 776 mixin_type_parameters_errors_test/03: fail | 765 mixin_type_parameters_errors_test/03: fail |
| 777 mixin_type_parameters_errors_test/04: fail | 766 mixin_type_parameters_errors_test/04: fail |
| 778 mixin_type_parameters_errors_test/05: fail | 767 mixin_type_parameters_errors_test/05: fail |
| 779 named_parameters2_test: fail | 768 named_parameters2_test: fail |
| 780 named_parameters_aggregated_test/03: fail | 769 named_parameters_aggregated_test/03: fail |
| 781 named_parameters_aggregated_test/04: fail | 770 named_parameters_aggregated_test/04: fail |
| 782 named_parameters_aggregated_test/05: fail | 771 named_parameters_aggregated_test/05: fail |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 929 *: Skip | 918 *: Skip |
| 930 | 919 |
| 931 [ $arch == simarm ] | 920 [ $arch == simarm ] |
| 932 *: Skip | 921 *: Skip |
| 933 | 922 |
| 934 [ $arch == mips ] | 923 [ $arch == mips ] |
| 935 *: Skip | 924 *: Skip |
| 936 | 925 |
| 937 [ $arch == simmips ] | 926 [ $arch == simmips ] |
| 938 *: Skip | 927 *: Skip |
| OLD | NEW |