| 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 546 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 557 | 557 |
| 558 [ $compiler == dartanalyzer ] | 558 [ $compiler == dartanalyzer ] |
| 559 abstract_factory_constructor_test/00: fail | 559 abstract_factory_constructor_test/00: fail |
| 560 assign_instance_method_negative_test: fail | 560 assign_instance_method_negative_test: fail |
| 561 assign_static_type_test/01: fail | 561 assign_static_type_test/01: fail |
| 562 assign_static_type_test/02: fail | 562 assign_static_type_test/02: fail |
| 563 assign_static_type_test/03: fail | 563 assign_static_type_test/03: fail |
| 564 assign_static_type_test/04: fail | 564 assign_static_type_test/04: fail |
| 565 assign_static_type_test/05: fail | 565 assign_static_type_test/05: fail |
| 566 assign_static_type_test/06: fail | 566 assign_static_type_test/06: fail |
| 567 bad_initializer2_negative_test: fail | |
| 568 bad_named_parameters2_test: fail | 567 bad_named_parameters2_test: fail |
| 569 bad_named_parameters_test: fail | 568 bad_named_parameters_test: fail |
| 570 bad_override_test/01: fail | 569 bad_override_test/01: fail |
| 571 bad_override_test/02: fail | 570 bad_override_test/02: fail |
| 572 bad_override_test/03: fail | 571 bad_override_test/03: fail |
| 573 bad_override_test/04: fail | 572 bad_override_test/04: fail |
| 574 bad_override_test/05: fail | 573 bad_override_test/05: fail |
| 575 black_listed_test/11: fail | 574 black_listed_test/11: fail |
| 576 body_less_constructor_wrong_arg_negative_test: fail | 575 body_less_constructor_wrong_arg_negative_test: fail |
| 577 built_in_identifier_prefix_test: fail | 576 built_in_identifier_prefix_test: fail |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 897 unary2_test: fail | 896 unary2_test: fail |
| 898 unary_test: fail | 897 unary_test: fail |
| 899 unresolved_in_factory_negative_test: fail | 898 unresolved_in_factory_negative_test: fail |
| 900 unresolved_top_level_method_negative_test: fail | 899 unresolved_top_level_method_negative_test: fail |
| 901 unresolved_top_level_var_negative_test: fail | 900 unresolved_top_level_var_negative_test: fail |
| 902 unsigned_right_shift_test/01: fail | 901 unsigned_right_shift_test/01: fail |
| 903 unsigned_right_shift_test/02: fail | 902 unsigned_right_shift_test/02: fail |
| 904 wrong_number_type_arguments_test/00: fail | 903 wrong_number_type_arguments_test/00: fail |
| 905 wrong_number_type_arguments_test/02: fail | 904 wrong_number_type_arguments_test/02: fail |
| 906 | 905 |
| 906 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 907 block_scope_test: fail |
| 908 lazy_static3_test: fail |
| 909 |
| 907 | 910 |
| 908 [ $arch == arm ] | 911 [ $arch == arm ] |
| 909 *: Skip | 912 *: Skip |
| 910 | 913 |
| 911 [ $arch == simarm ] | 914 [ $arch == simarm ] |
| 912 *: Skip | 915 *: Skip |
| 913 | 916 |
| 914 [ $arch == mips ] | 917 [ $arch == mips ] |
| 915 *: Skip | 918 *: Skip |
| 916 | 919 |
| 917 [ $arch == simmips ] | 920 [ $arch == simmips ] |
| 918 *: Skip | 921 *: Skip |
| OLD | NEW |