| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 type_annotation_test/04: Fail # Issue 6970 | 70 type_annotation_test/04: Fail # Issue 6970 |
| 71 type_annotation_test/06: Fail # Issue 6973 | 71 type_annotation_test/06: Fail # Issue 6973 |
| 72 type_annotation_test/09: Fail # Issue 6973 | 72 type_annotation_test/09: Fail # Issue 6973 |
| 73 | 73 |
| 74 type_parameter_literal_test: Fail # Issue 7551 | 74 type_parameter_literal_test: Fail # Issue 7551 |
| 75 | 75 |
| 76 on_catch_malformed_type_test: Fail # Issue 8601 | 76 on_catch_malformed_type_test: Fail # Issue 8601 |
| 77 | 77 |
| 78 mixin_mixin_test: Fail | 78 mixin_mixin_test: Fail |
| 79 mixin_issue10216_2_test: Fail | 79 mixin_issue10216_2_test: Fail |
| 80 mixin_illegal_object_test/01: Crash # Issue 10952 |
| 81 mixin_illegal_object_test/02: Crash # Issue 10952 |
| 80 | 82 |
| 81 type_variable_field_initializer_closure_test: Crash # issue 8847 | 83 type_variable_field_initializer_closure_test: Crash # issue 8847 |
| 82 | 84 |
| 83 super_getter_setter_test: Fail # Issue 8917 | 85 super_getter_setter_test: Fail # Issue 8917 |
| 84 super_operator_index7_test: Fail # Issue 8918 | 86 super_operator_index7_test: Fail # Issue 8918 |
| 85 | 87 |
| 86 execute_finally10_test: Fail # Issue 430 | 88 execute_finally10_test: Fail # Issue 430 |
| 87 execute_finally11_test: Fail # Issue 430 | 89 execute_finally11_test: Fail # Issue 430 |
| 88 | 90 |
| 89 [ $compiler == none && $unchecked ] | 91 [ $compiler == none && $unchecked ] |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 810 | 812 |
| 811 | 813 |
| 812 [ $arch == simarm ] | 814 [ $arch == simarm ] |
| 813 *: Skip | 815 *: Skip |
| 814 | 816 |
| 815 [ $arch == mips ] | 817 [ $arch == mips ] |
| 816 *: Skip | 818 *: Skip |
| 817 | 819 |
| 818 [ $arch == simmips ] | 820 [ $arch == simmips ] |
| 819 *: Skip | 821 *: Skip |
| OLD | NEW |