| 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 838 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 849 private_member1_negative_test: fail | 849 private_member1_negative_test: fail |
| 850 private_member2_negative_test: fail | 850 private_member2_negative_test: fail |
| 851 private_member3_negative_test: fail | 851 private_member3_negative_test: fail |
| 852 pseudo_kw_illegal_test/14: fail | 852 pseudo_kw_illegal_test/14: fail |
| 853 pseudo_kw_test: fail | 853 pseudo_kw_test: fail |
| 854 redirecting_factory_infinite_steps_test/01: fail | 854 redirecting_factory_infinite_steps_test/01: fail |
| 855 redirecting_factory_infinite_steps_test/02: fail | 855 redirecting_factory_infinite_steps_test/02: fail |
| 856 scope_negative_test: fail | 856 scope_negative_test: fail |
| 857 setter3_test/01: fail | 857 setter3_test/01: fail |
| 858 setter3_test/02: fail | 858 setter3_test/02: fail |
| 859 setter_declaration2_negative_test: fail | |
| 860 setter_declaration_negative_test: fail | |
| 861 static_call_wrong_argument_count_negative_test: fail | 859 static_call_wrong_argument_count_negative_test: fail |
| 862 static_field3_test/01: fail | 860 static_field3_test/01: fail |
| 863 static_field3_test/02: fail | 861 static_field3_test/02: fail |
| 864 static_field3_test/03: fail | 862 static_field3_test/03: fail |
| 865 static_field3_test/04: fail | 863 static_field3_test/04: fail |
| 866 static_field_test/01: fail | 864 static_field_test/01: fail |
| 867 static_field_test/02: fail | 865 static_field_test/02: fail |
| 868 static_field_test/03: fail | 866 static_field_test/03: fail |
| 869 static_field_test/04: fail | 867 static_field_test/04: fail |
| 870 static_final_field2_negative_test: fail | 868 static_final_field2_negative_test: fail |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 966 *: Skip | 964 *: Skip |
| 967 | 965 |
| 968 [ $arch == simarm ] | 966 [ $arch == simarm ] |
| 969 *: Skip | 967 *: Skip |
| 970 | 968 |
| 971 [ $arch == mips ] | 969 [ $arch == mips ] |
| 972 *: Skip | 970 *: Skip |
| 973 | 971 |
| 974 [ $arch == simmips ] | 972 [ $arch == simmips ] |
| 975 *: Skip | 973 *: Skip |
| OLD | NEW |