| 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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 setter3_test/02: fail | 758 setter3_test/02: fail |
| 759 static_call_wrong_argument_count_negative_test: fail | 759 static_call_wrong_argument_count_negative_test: fail |
| 760 static_field3_test/01: fail | 760 static_field3_test/01: fail |
| 761 static_field3_test/02: fail | 761 static_field3_test/02: fail |
| 762 static_field3_test/04: fail | 762 static_field3_test/04: fail |
| 763 static_field_test/01: fail | 763 static_field_test/01: fail |
| 764 static_field_test/02: fail | 764 static_field_test/02: fail |
| 765 static_field_test/03: fail | 765 static_field_test/03: fail |
| 766 static_final_field2_negative_test: fail | 766 static_final_field2_negative_test: fail |
| 767 static_final_field_negative_test: fail | 767 static_final_field_negative_test: fail |
| 768 string_interpolate1_negative_test: fail | |
| 769 string_interpolate2_negative_test: fail | |
| 770 string_interpolation2_negative_test: fail | |
| 771 string_interpolation3_negative_test: fail | |
| 772 string_interpolation4_negative_test: fail | |
| 773 string_interpolation5_negative_test: fail | |
| 774 string_interpolation6_negative_test: fail | |
| 775 string_interpolation9_test/10: fail | |
| 776 string_interpolation9_test/11: fail | |
| 777 string_interpolation9_test/12: fail | |
| 778 string_interpolation9_test/13: fail | |
| 779 string_interpolation9_test/14: fail | |
| 780 string_interpolation9_test/15: fail | |
| 781 string_interpolation9_test/16: fail | |
| 782 string_interpolation9_test/17: fail | |
| 783 string_interpolation9_test/18: fail | |
| 784 string_interpolation9_test/19: fail | |
| 785 string_interpolation9_test/1: fail | |
| 786 string_interpolation9_test/20: fail | |
| 787 string_interpolation9_test/2: fail | |
| 788 string_interpolation9_test/3: fail | |
| 789 string_interpolation9_test/4: fail | |
| 790 string_interpolation9_test/5: fail | |
| 791 string_interpolation9_test/6: fail | |
| 792 string_interpolation9_test/7: fail | |
| 793 string_interpolation9_test/8: fail | |
| 794 string_interpolation9_test/9: fail | |
| 795 super_operator_index_test/01: fail | 768 super_operator_index_test/01: fail |
| 796 super_operator_index_test/02: fail | 769 super_operator_index_test/02: fail |
| 797 super_operator_index_test/03: fail | 770 super_operator_index_test/03: fail |
| 798 super_operator_index_test/04: fail | 771 super_operator_index_test/04: fail |
| 799 super_operator_index_test/05: fail | 772 super_operator_index_test/05: fail |
| 800 super_operator_index_test/06: fail | 773 super_operator_index_test/06: fail |
| 801 super_operator_index_test/07: fail | 774 super_operator_index_test/07: fail |
| 802 switch_label2_test: fail | 775 switch_label2_test: fail |
| 803 syntax_test/28: fail | 776 syntax_test/28: fail |
| 804 syntax_test/29: fail | 777 syntax_test/29: fail |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 *: Skip | 825 *: Skip |
| 853 | 826 |
| 854 [ $arch == simarm ] | 827 [ $arch == simarm ] |
| 855 *: Skip | 828 *: Skip |
| 856 | 829 |
| 857 [ $arch == mips ] | 830 [ $arch == mips ] |
| 858 *: Skip | 831 *: Skip |
| 859 | 832 |
| 860 [ $arch == simmips ] | 833 [ $arch == simmips ] |
| 861 *: Skip | 834 *: Skip |
| OLD | NEW |