| 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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 constructor_name_test/03: fail | 659 constructor_name_test/03: fail |
| 660 constructor_negative_test: fail | 660 constructor_negative_test: fail |
| 661 constructor_redirect1_negative_test: fail | 661 constructor_redirect1_negative_test: fail |
| 662 constructor_redirect2_negative_test: fail | 662 constructor_redirect2_negative_test: fail |
| 663 constructor_redirect2_test/02: fail | 663 constructor_redirect2_test/02: fail |
| 664 constructor_redirect2_test/03: fail | 664 constructor_redirect2_test/03: fail |
| 665 constructor_redirect2_test/04: fail | 665 constructor_redirect2_test/04: fail |
| 666 constructor_redirect_test/01: fail | 666 constructor_redirect_test/01: fail |
| 667 constructor_return_with_arrow_negative_test: fail | 667 constructor_return_with_arrow_negative_test: fail |
| 668 constructor_return_with_init_and_arrow_negative_test: fail | 668 constructor_return_with_init_and_arrow_negative_test: fail |
| 669 constructor_setter_negative_test: fail | |
| 670 cyclic_constructor_test/01: fail | 669 cyclic_constructor_test/01: fail |
| 671 cyclic_type_variable_test/01: fail | 670 cyclic_type_variable_test/01: fail |
| 672 cyclic_type_variable_test/02: fail | 671 cyclic_type_variable_test/02: fail |
| 673 cyclic_type_variable_test/03: fail | 672 cyclic_type_variable_test/03: fail |
| 674 cyclic_type_variable_test/04: fail | 673 cyclic_type_variable_test/04: fail |
| 675 default_factory2_test/01: fail | 674 default_factory2_test/01: fail |
| 676 default_implementation2_test: fail | 675 default_implementation2_test: fail |
| 677 duplicate_constructor_test/01: fail | 676 duplicate_constructor_test/01: fail |
| 678 duplicate_export_negative_test: fail | 677 duplicate_export_negative_test: fail |
| 679 dynamic2_test/00: fail | 678 dynamic2_test/00: fail |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 984 *: Skip | 983 *: Skip |
| 985 | 984 |
| 986 [ $arch == simarm ] | 985 [ $arch == simarm ] |
| 987 *: Skip | 986 *: Skip |
| 988 | 987 |
| 989 [ $arch == mips ] | 988 [ $arch == mips ] |
| 990 *: Skip | 989 *: Skip |
| 991 | 990 |
| 992 [ $arch == simmips ] | 991 [ $arch == simmips ] |
| 993 *: Skip | 992 *: Skip |
| OLD | NEW |