| 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 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 756 setter3_test/02: fail | 756 setter3_test/02: fail |
| 757 static_call_wrong_argument_count_negative_test: fail | 757 static_call_wrong_argument_count_negative_test: fail |
| 758 static_field3_test/01: fail | 758 static_field3_test/01: fail |
| 759 static_field3_test/02: fail | 759 static_field3_test/02: fail |
| 760 static_field3_test/04: fail | 760 static_field3_test/04: fail |
| 761 static_field_test/01: fail | 761 static_field_test/01: fail |
| 762 static_field_test/02: fail | 762 static_field_test/02: fail |
| 763 static_field_test/03: fail | 763 static_field_test/03: fail |
| 764 static_final_field2_negative_test: fail | 764 static_final_field2_negative_test: fail |
| 765 static_final_field_negative_test: fail | 765 static_final_field_negative_test: fail |
| 766 super_operator_index_test/01: fail | |
| 767 super_operator_index_test/02: fail | |
| 768 super_operator_index_test/03: fail | |
| 769 super_operator_index_test/04: fail | |
| 770 super_operator_index_test/05: fail | |
| 771 super_operator_index_test/06: fail | |
| 772 super_operator_index_test/07: fail | |
| 773 switch_label2_test: fail | 766 switch_label2_test: fail |
| 774 syntax_test/28: fail | 767 syntax_test/28: fail |
| 775 syntax_test/29: fail | 768 syntax_test/29: fail |
| 776 syntax_test/30: fail | 769 syntax_test/30: fail |
| 777 syntax_test/31: fail | 770 syntax_test/31: fail |
| 778 syntax_test/32: fail | 771 syntax_test/32: fail |
| 779 syntax_test/33: fail | 772 syntax_test/33: fail |
| 780 ternary_test: fail | 773 ternary_test: fail |
| 781 throw7_negative_test: fail | 774 throw7_negative_test: fail |
| 782 try_catch_on_syntax_test/01: fail | 775 try_catch_on_syntax_test/01: fail |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 *: Skip | 816 *: Skip |
| 824 | 817 |
| 825 [ $arch == simarm ] | 818 [ $arch == simarm ] |
| 826 *: Skip | 819 *: Skip |
| 827 | 820 |
| 828 [ $arch == mips ] | 821 [ $arch == mips ] |
| 829 *: Skip | 822 *: Skip |
| 830 | 823 |
| 831 [ $arch == simmips ] | 824 [ $arch == simmips ] |
| 832 *: Skip | 825 *: Skip |
| OLD | NEW |