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