| 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 819 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 830 string_interpolation9_test/20: fail | 830 string_interpolation9_test/20: fail |
| 831 string_interpolation9_test/2: fail | 831 string_interpolation9_test/2: fail |
| 832 string_interpolation9_test/3: fail | 832 string_interpolation9_test/3: fail |
| 833 string_interpolation9_test/4: fail | 833 string_interpolation9_test/4: fail |
| 834 string_interpolation9_test/5: fail | 834 string_interpolation9_test/5: fail |
| 835 string_interpolation9_test/6: fail | 835 string_interpolation9_test/6: fail |
| 836 string_interpolation9_test/7: fail | 836 string_interpolation9_test/7: fail |
| 837 string_interpolation9_test/8: fail | 837 string_interpolation9_test/8: fail |
| 838 string_interpolation9_test/9: fail | 838 string_interpolation9_test/9: fail |
| 839 string_interpolation_test/01: fail | 839 string_interpolation_test/01: fail |
| 840 super_call3_test/02: fail | |
| 841 super_operator_index_test/01: fail | 840 super_operator_index_test/01: fail |
| 842 super_operator_index_test/02: fail | 841 super_operator_index_test/02: fail |
| 843 super_operator_index_test/03: fail | 842 super_operator_index_test/03: fail |
| 844 super_operator_index_test/04: fail | 843 super_operator_index_test/04: fail |
| 845 super_operator_index_test/05: fail | 844 super_operator_index_test/05: fail |
| 846 super_operator_index_test/06: fail | 845 super_operator_index_test/06: fail |
| 847 super_operator_index_test/07: fail | 846 super_operator_index_test/07: fail |
| 848 syntax_test/28: fail | 847 syntax_test/28: fail |
| 849 syntax_test/29: fail | 848 syntax_test/29: fail |
| 850 syntax_test/30: fail | 849 syntax_test/30: fail |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 909 *: Skip | 908 *: Skip |
| 910 | 909 |
| 911 [ $arch == simarm ] | 910 [ $arch == simarm ] |
| 912 *: Skip | 911 *: Skip |
| 913 | 912 |
| 914 [ $arch == mips ] | 913 [ $arch == mips ] |
| 915 *: Skip | 914 *: Skip |
| 916 | 915 |
| 917 [ $arch == simmips ] | 916 [ $arch == simmips ] |
| 918 *: Skip | 917 *: Skip |
| OLD | NEW |