| 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 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 list_literal_syntax_test/02: fail | 747 list_literal_syntax_test/02: fail |
| 748 list_literal_syntax_test/03: fail | 748 list_literal_syntax_test/03: fail |
| 749 list_literal_syntax_test/05: fail | 749 list_literal_syntax_test/05: fail |
| 750 map_literal1_negative_test: fail | 750 map_literal1_negative_test: fail |
| 751 map_literal3_test: fail | 751 map_literal3_test: fail |
| 752 method_override2_test/00: fail | 752 method_override2_test/00: fail |
| 753 method_override2_test/01: fail | 753 method_override2_test/01: fail |
| 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_cyclic_test/01: fail | 756 mixin_cyclic_test/01: fail |
| 757 mixin_illegal_constructor_test/01: fail | |
| 758 mixin_illegal_constructor_test/02: fail | |
| 759 mixin_illegal_constructor_test/03: fail | |
| 760 mixin_illegal_constructor_test/04: fail | |
| 761 mixin_illegal_constructor_test/05: fail | |
| 762 mixin_illegal_constructor_test/06: fail | |
| 763 mixin_illegal_constructor_test/07: fail | |
| 764 mixin_illegal_constructor_test/08: fail | |
| 765 mixin_illegal_constructor_test/09: fail | |
| 766 mixin_illegal_constructor_test/10: fail | |
| 767 mixin_illegal_constructor_test/11: fail | |
| 768 mixin_illegal_constructor_test/12: fail | |
| 769 mixin_illegal_constructor_test/13: fail | 757 mixin_illegal_constructor_test/13: fail |
| 770 mixin_illegal_constructor_test/14: fail | 758 mixin_illegal_constructor_test/14: fail |
| 771 mixin_illegal_constructor_test/15: fail | 759 mixin_illegal_constructor_test/15: fail |
| 772 mixin_illegal_constructor_test/16: fail | 760 mixin_illegal_constructor_test/16: fail |
| 773 mixin_illegal_cycles_test/01: fail | 761 mixin_illegal_cycles_test/01: fail |
| 774 mixin_illegal_cycles_test/02: fail | 762 mixin_illegal_cycles_test/02: fail |
| 775 mixin_illegal_cycles_test/03: fail | 763 mixin_illegal_cycles_test/03: fail |
| 776 mixin_illegal_cycles_test/04: fail | 764 mixin_illegal_cycles_test/04: fail |
| 777 mixin_illegal_cycles_test/05: fail | 765 mixin_illegal_cycles_test/05: fail |
| 778 mixin_illegal_cycles_test/06: fail | 766 mixin_illegal_cycles_test/06: fail |
| (...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 978 *: Skip | 966 *: Skip |
| 979 | 967 |
| 980 [ $arch == simarm ] | 968 [ $arch == simarm ] |
| 981 *: Skip | 969 *: Skip |
| 982 | 970 |
| 983 [ $arch == mips ] | 971 [ $arch == mips ] |
| 984 *: Skip | 972 *: Skip |
| 985 | 973 |
| 986 [ $arch == simmips ] | 974 [ $arch == simmips ] |
| 987 *: Skip | 975 *: Skip |
| OLD | NEW |