| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 factory5_test/00: Fail # issue 3079 | 147 factory5_test/00: Fail # issue 3079 |
| 148 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 148 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 149 field7_negative_test: Fail, OK # language changed, test issue 5249 | 149 field7_negative_test: Fail, OK # language changed, test issue 5249 |
| 150 field7a_negative_test: Fail, OK # language changed, test issue 5249 | 150 field7a_negative_test: Fail, OK # language changed, test issue 5249 |
| 151 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 151 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 152 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. | 152 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
| 153 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 153 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 154 # Test expects signature of noSuchMethod to be correct according | 154 # Test expects signature of noSuchMethod to be correct according |
| 155 # to specification. Should start working when the library signature | 155 # to specification. Should start working when the library signature |
| 156 # changes. | 156 # changes. |
| 157 invocation_mirror_test: Fail, OK | |
| 158 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 157 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| 159 library2_negative_test: Fail # still a valid test? Issue 3649 | 158 library2_negative_test: Fail # still a valid test? Issue 3649 |
| 160 library4_negative_test: Fail # still a valid test? Issue 3530 | 159 library4_negative_test: Fail # still a valid test? Issue 3530 |
| 161 library6_negative_test: Fail # still a valid test? Issue 3650 | 160 library6_negative_test: Fail # still a valid test? Issue 3650 |
| 162 list_literal4_test: Fail # Issue 1343 | 161 list_literal4_test: Fail # Issue 1343 |
| 163 map_literal4_test: Fail # Issue 1343 | 162 map_literal4_test: Fail # Issue 1343 |
| 164 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 163 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 165 no_such_method_test: Fail | 164 no_such_method_test: Fail |
| 166 many_overridden_no_such_method_test: Fail | 165 many_overridden_no_such_method_test: Fail |
| 167 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest | 166 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 565 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 567 | 566 |
| 568 call_through_getter_test: Fail # issue 6130 | 567 call_through_getter_test: Fail # issue 6130 |
| 569 call_through_null_getter_test: Fail # issue 6130 | 568 call_through_null_getter_test: Fail # issue 6130 |
| 570 local_function_test: Fail # issue 6130 | 569 local_function_test: Fail # issue 6130 |
| 571 naming_test: Fail # issue 6130 | 570 naming_test: Fail # issue 6130 |
| 572 | 571 |
| 573 # This is a VM error when the compiled code is run. | 572 # This is a VM error when the compiled code is run. |
| 574 invocation_mirror_test: Fail # issue 3326, 3622. | 573 invocation_mirror_test: Fail # issue 3326, 3622. |
| 575 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 574 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |