| 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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 670 getter_no_setter2_test/00: fail | 670 getter_no_setter2_test/00: fail |
| 671 getter_no_setter2_test/03: fail | 671 getter_no_setter2_test/03: fail |
| 672 getter_no_setter_test/00: fail | 672 getter_no_setter_test/00: fail |
| 673 getter_no_setter_test/01: fail | 673 getter_no_setter_test/01: fail |
| 674 getters_setters2_test/01: fail | 674 getters_setters2_test/01: fail |
| 675 getters_setters_type_test/01: fail | 675 getters_setters_type_test/01: fail |
| 676 implicit_this_test/01: fail | 676 implicit_this_test/01: fail |
| 677 implicit_this_test/04: fail | 677 implicit_this_test/04: fail |
| 678 implicit_this_test/none: fail | 678 implicit_this_test/none: fail |
| 679 import_combinators_negative_test: fail | 679 import_combinators_negative_test: fail |
| 680 import_private_test/01: fail | |
| 681 infinite_switch_label_test: fail | 680 infinite_switch_label_test: fail |
| 682 inst_field_initializer1_negative_test: fail | 681 inst_field_initializer1_negative_test: fail |
| 683 instance_call_wrong_argument_count_negative_test: fail | 682 instance_call_wrong_argument_count_negative_test: fail |
| 684 instance_method2_negative_test: fail | 683 instance_method2_negative_test: fail |
| 685 instance_method_negative_test: fail | 684 instance_method_negative_test: fail |
| 686 instantiate_type_variable_negative_test: fail | 685 instantiate_type_variable_negative_test: fail |
| 687 interface_cycle_negative_test: fail | 686 interface_cycle_negative_test: fail |
| 688 interface_inherit_field_test: fail | 687 interface_inherit_field_test: fail |
| 689 interface_static_non_final_fields_negative_test: fail | 688 interface_static_non_final_fields_negative_test: fail |
| 690 interface_test/00: fail | 689 interface_test/00: fail |
| 691 internal_library_test/01: fail | |
| 692 is_not_class2_negative_test: fail | 690 is_not_class2_negative_test: fail |
| 693 library_juxtaposition_test: fail | 691 library_juxtaposition_test: fail |
| 694 licm_test: fail | 692 licm_test: fail |
| 695 list_literal1_negative_test: fail | 693 list_literal1_negative_test: fail |
| 696 list_literal_syntax_test/01: fail | 694 list_literal_syntax_test/01: fail |
| 697 list_literal_syntax_test/02: fail | 695 list_literal_syntax_test/02: fail |
| 698 list_literal_syntax_test/03: fail | 696 list_literal_syntax_test/03: fail |
| 699 map_literal1_negative_test: fail | 697 map_literal1_negative_test: fail |
| 700 map_literal3_test: fail | 698 map_literal3_test: fail |
| 701 method_override2_test/03: fail | 699 method_override2_test/03: fail |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 816 *: Skip | 814 *: Skip |
| 817 | 815 |
| 818 [ $arch == simarm ] | 816 [ $arch == simarm ] |
| 819 *: Skip | 817 *: Skip |
| 820 | 818 |
| 821 [ $arch == mips ] | 819 [ $arch == mips ] |
| 822 *: Skip | 820 *: Skip |
| 823 | 821 |
| 824 [ $arch == simmips ] | 822 [ $arch == simmips ] |
| 825 *: Skip | 823 *: Skip |
| OLD | NEW |