| 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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 constructor_return_with_arrow_negative_test: fail | 663 constructor_return_with_arrow_negative_test: fail |
| 664 constructor_return_with_init_and_arrow_negative_test: fail | 664 constructor_return_with_init_and_arrow_negative_test: fail |
| 665 cyclic_constructor_test/01: fail | 665 cyclic_constructor_test/01: fail |
| 666 cyclic_type_variable_test/01: fail | 666 cyclic_type_variable_test/01: fail |
| 667 cyclic_type_variable_test/02: fail | 667 cyclic_type_variable_test/02: fail |
| 668 cyclic_type_variable_test/03: fail | 668 cyclic_type_variable_test/03: fail |
| 669 cyclic_type_variable_test/04: fail | 669 cyclic_type_variable_test/04: fail |
| 670 default_factory2_test/01: fail | 670 default_factory2_test/01: fail |
| 671 default_implementation2_test: fail | 671 default_implementation2_test: fail |
| 672 duplicate_constructor_test/01: fail | 672 duplicate_constructor_test/01: fail |
| 673 duplicate_export_negative_test: fail | |
| 674 dynamic2_test/00: fail | 673 dynamic2_test/00: fail |
| 675 dynamic_field_test: fail | 674 dynamic_field_test: fail |
| 675 export_cyclic_test: fail |
| 676 f_bounded_quantification_test/01: fail | 676 f_bounded_quantification_test/01: fail |
| 677 f_bounded_quantification_test/02: fail | 677 f_bounded_quantification_test/02: fail |
| 678 factory1_test/00: skip | 678 factory1_test/00: skip |
| 679 factory1_test/01: skip | 679 factory1_test/01: skip |
| 680 factory2_negative_test: fail | 680 factory2_negative_test: fail |
| 681 factory2_test: fail | 681 factory2_test: fail |
| 682 factory5_test/00: fail | 682 factory5_test/00: fail |
| 683 factory_implementation_test/00: skip | 683 factory_implementation_test/00: skip |
| 684 factory_negative_test: fail | 684 factory_negative_test: fail |
| 685 factory_redirection2_test/01: fail | 685 factory_redirection2_test/01: fail |
| (...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 *: Skip | 918 *: Skip |
| 919 | 919 |
| 920 [ $arch == simarm ] | 920 [ $arch == simarm ] |
| 921 *: Skip | 921 *: Skip |
| 922 | 922 |
| 923 [ $arch == mips ] | 923 [ $arch == mips ] |
| 924 *: Skip | 924 *: Skip |
| 925 | 925 |
| 926 [ $arch == simmips ] | 926 [ $arch == simmips ] |
| 927 *: Skip | 927 *: Skip |
| OLD | NEW |