| 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 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 compile_time_constant_checked3_test/06: fail | 627 compile_time_constant_checked3_test/06: fail |
| 628 compile_time_constant_d_test: fail | 628 compile_time_constant_d_test: fail |
| 629 compile_time_constant_e_test: fail | 629 compile_time_constant_e_test: fail |
| 630 compile_time_constant_test/02: fail | 630 compile_time_constant_test/02: fail |
| 631 const_optional_args_negative_test: fail | 631 const_optional_args_negative_test: fail |
| 632 const_syntax_test/06: fail | 632 const_syntax_test/06: fail |
| 633 constructor2_negative_test: fail | 633 constructor2_negative_test: fail |
| 634 constructor3_negative_test: fail | 634 constructor3_negative_test: fail |
| 635 constructor_call_wrong_argument_count_negative_test: fail | 635 constructor_call_wrong_argument_count_negative_test: fail |
| 636 constructor_negative_test: fail | 636 constructor_negative_test: fail |
| 637 constructor_redirect2_test/02: fail | |
| 638 constructor_redirect2_test/04: fail | |
| 639 constructor_return_with_arrow_negative_test: fail | 637 constructor_return_with_arrow_negative_test: fail |
| 640 constructor_return_with_init_and_arrow_negative_test: fail | 638 constructor_return_with_init_and_arrow_negative_test: fail |
| 641 cyclic_type_variable_test/01: fail | 639 cyclic_type_variable_test/01: fail |
| 642 cyclic_type_variable_test/02: fail | 640 cyclic_type_variable_test/02: fail |
| 643 cyclic_type_variable_test/03: fail | 641 cyclic_type_variable_test/03: fail |
| 644 cyclic_type_variable_test/04: fail | 642 cyclic_type_variable_test/04: fail |
| 645 default_factory2_test/01: fail | 643 default_factory2_test/01: fail |
| 646 default_implementation2_test: fail | 644 default_implementation2_test: fail |
| 647 duplicate_constructor_test/01: fail | 645 duplicate_constructor_test/01: fail |
| 648 dynamic2_test/00: fail | 646 dynamic2_test/00: fail |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 854 *: Skip | 852 *: Skip |
| 855 | 853 |
| 856 [ $arch == simarm ] | 854 [ $arch == simarm ] |
| 857 *: Skip | 855 *: Skip |
| 858 | 856 |
| 859 [ $arch == mips ] | 857 [ $arch == mips ] |
| 860 *: Skip | 858 *: Skip |
| 861 | 859 |
| 862 [ $arch == simmips ] | 860 [ $arch == simmips ] |
| 863 *: Skip | 861 *: Skip |
| OLD | NEW |