| 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 class_literal_test/21 : Fail # language change 3368 | 129 class_literal_test/21 : Fail # language change 3368 |
| 130 class_literal_test/22 : Fail # language change 3368 | 130 class_literal_test/22 : Fail # language change 3368 |
| 131 class_literal_test/23 : Fail # language change 3368 | 131 class_literal_test/23 : Fail # language change 3368 |
| 132 class_literal_test/24 : Fail # language change 3368 | 132 class_literal_test/24 : Fail # language change 3368 |
| 133 class_literal_test/25 : Fail # language change 3368 | 133 class_literal_test/25 : Fail # language change 3368 |
| 134 class_literal_test/26 : Fail # language change 3368 | 134 class_literal_test/26 : Fail # language change 3368 |
| 135 class_literal_test/27 : Fail # language change 3368 | 135 class_literal_test/27 : Fail # language change 3368 |
| 136 class_literal_test/28 : Fail # language change 3368 | 136 class_literal_test/28 : Fail # language change 3368 |
| 137 class_literal_test/29 : Fail # language change 3368 | 137 class_literal_test/29 : Fail # language change 3368 |
| 138 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 138 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 139 compile_time_constant_test/02: Fail # issue 5987. | |
| 140 compile_time_constant10_test/none: Fail # issue 5215. | 139 compile_time_constant10_test/none: Fail # issue 5215. |
| 141 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 140 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 142 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 141 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 143 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. | 142 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. |
| 144 factory5_test/00: Fail # issue 3079 | 143 factory5_test/00: Fail # issue 3079 |
| 145 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 144 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 146 field7_negative_test: Fail, OK # language changed, test issue 5249 | 145 field7_negative_test: Fail, OK # language changed, test issue 5249 |
| 147 field7a_negative_test: Fail, OK # language changed, test issue 5249 | 146 field7a_negative_test: Fail, OK # language changed, test issue 5249 |
| 148 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 147 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 149 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. | 148 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 compile_time_constant_checked3_test/05: Fail, OK | 571 compile_time_constant_checked3_test/05: Fail, OK |
| 573 compile_time_constant_checked3_test/06: Fail, OK | 572 compile_time_constant_checked3_test/06: Fail, OK |
| 574 | 573 |
| 575 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 574 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 576 | 575 |
| 577 call_through_null_getter_test: Fail # issue 6130 | 576 call_through_null_getter_test: Fail # issue 6130 |
| 578 | 577 |
| 579 # This is a VM error when the compiled code is run. | 578 # This is a VM error when the compiled code is run. |
| 580 invocation_mirror_test: Fail # issue 3326, 3622. | 579 invocation_mirror_test: Fail # issue 3326, 3622. |
| 581 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 580 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |