| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 # changes. | 154 # changes. |
| 155 invocation_mirror_test: Fail, OK | 155 invocation_mirror_test: Fail, OK |
| 156 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 156 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| 157 library2_negative_test: Fail # still a valid test? Issue 3649 | 157 library2_negative_test: Fail # still a valid test? Issue 3649 |
| 158 library4_negative_test: Fail # still a valid test? Issue 3530 | 158 library4_negative_test: Fail # still a valid test? Issue 3530 |
| 159 library6_negative_test: Fail # still a valid test? Issue 3650 | 159 library6_negative_test: Fail # still a valid test? Issue 3650 |
| 160 list_literal4_test: Fail # Issue 1343 | 160 list_literal4_test: Fail # Issue 1343 |
| 161 map_literal4_test: Fail # Issue 1343 | 161 map_literal4_test: Fail # Issue 1343 |
| 162 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 162 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 163 no_such_method_test: Fail | 163 no_such_method_test: Fail |
| 164 many_overridden_no_such_method_test: Fail |
| 164 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest | 165 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest |
| 165 override_field_test/03: Fail # still a valid test? Issue 3894 | 166 override_field_test/03: Fail # still a valid test? Issue 3894 |
| 166 override_field_test/04: Fail # still a valid test? Issue 3656 | 167 override_field_test/04: Fail # still a valid test? Issue 3656 |
| 167 override_field_method3_negative_test: Fail, OK # test issue 5249 | 168 override_field_method3_negative_test: Fail, OK # test issue 5249 |
| 168 override_field_method6_negative_test: Fail, OK # test issue 5249 | 169 override_field_method6_negative_test: Fail, OK # test issue 5249 |
| 169 overridden_no_such_method_test: Fail | 170 overridden_no_such_method_test: Fail |
| 170 parameter_initializer6_negative_test: Fail # language change 4288 | 171 parameter_initializer6_negative_test: Fail # language change 4288 |
| 171 prefix1_negative_test : Fail # language change 1031 | 172 prefix1_negative_test : Fail # language change 1031 |
| 172 prefix4_negative_test : Fail # language change 1031 | 173 prefix4_negative_test : Fail # language change 1031 |
| 173 prefix5_negative_test : Fail # language change 1031 | 174 prefix5_negative_test : Fail # language change 1031 |
| (...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 563 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 563 | 564 |
| 564 call_through_getter_test: Fail # issue 6130 | 565 call_through_getter_test: Fail # issue 6130 |
| 565 call_through_null_getter_test: Fail # issue 6130 | 566 call_through_null_getter_test: Fail # issue 6130 |
| 566 local_function_test: Fail # issue 6130 | 567 local_function_test: Fail # issue 6130 |
| 567 naming_test: Fail # issue 6130 | 568 naming_test: Fail # issue 6130 |
| 568 | 569 |
| 569 # This is a VM error when the compiled code is run. | 570 # This is a VM error when the compiled code is run. |
| 570 invocation_mirror_test: Fail # issue 3326, 3622. | 571 invocation_mirror_test: Fail # issue 3326, 3622. |
| 571 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 572 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |