| 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 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 final_variable_assignment_test/01: fail | 706 final_variable_assignment_test/01: fail |
| 707 final_variable_assignment_test/02: fail | 707 final_variable_assignment_test/02: fail |
| 708 final_variable_assignment_test/03: fail | 708 final_variable_assignment_test/03: fail |
| 709 final_variable_assignment_test/04: fail | 709 final_variable_assignment_test/04: fail |
| 710 first_class_types_constants_test: fail | 710 first_class_types_constants_test: fail |
| 711 for_in2_test: fail | 711 for_in2_test: fail |
| 712 function_type_alias5_test/00: fail | 712 function_type_alias5_test/00: fail |
| 713 function_type_alias5_test/01: fail | 713 function_type_alias5_test/01: fail |
| 714 function_type_alias5_test/02: fail | 714 function_type_alias5_test/02: fail |
| 715 getter_no_setter2_test/00: fail | 715 getter_no_setter2_test/00: fail |
| 716 getter_no_setter2_test/02: fail | |
| 717 getter_no_setter2_test/03: fail | 716 getter_no_setter2_test/03: fail |
| 718 getter_no_setter_test/00: fail | 717 getter_no_setter_test/00: fail |
| 719 getter_no_setter_test/01: fail | 718 getter_no_setter_test/01: fail |
| 720 getter_no_setter_test/02: fail | |
| 721 getters_setters2_test/01: fail | 719 getters_setters2_test/01: fail |
| 722 getters_setters2_test/02: fail | 720 getters_setters2_test/02: fail |
| 723 getters_setters2_test/03: skip | 721 getters_setters2_test/03: skip |
| 724 getters_setters_type_test/01: fail | 722 getters_setters_type_test/01: fail |
| 725 implicit_scope_test: fail | 723 implicit_scope_test: fail |
| 726 implicit_this_test/01: fail | 724 implicit_this_test/01: fail |
| 727 implicit_this_test/04: fail | 725 implicit_this_test/04: fail |
| 728 implicit_this_test/none: fail | 726 implicit_this_test/none: fail |
| 729 import_combinators_negative_test: fail | 727 import_combinators_negative_test: fail |
| 730 import_private_test/01: fail | 728 import_private_test/01: fail |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 931 *: Skip | 929 *: Skip |
| 932 | 930 |
| 933 [ $arch == simarm ] | 931 [ $arch == simarm ] |
| 934 *: Skip | 932 *: Skip |
| 935 | 933 |
| 936 [ $arch == mips ] | 934 [ $arch == mips ] |
| 937 *: Skip | 935 *: Skip |
| 938 | 936 |
| 939 [ $arch == simmips ] | 937 [ $arch == simmips ] |
| 940 *: Skip | 938 *: Skip |
| OLD | NEW |