| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 92 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 93 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste | 93 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste |
| 94 override_field_test/03: Fail # still a valid test? Issue 3894 | 94 override_field_test/03: Fail # still a valid test? Issue 3894 |
| 95 override_field_test/04: Fail # still a valid test? Issue 3656 | 95 override_field_test/04: Fail # still a valid test? Issue 3656 |
| 96 prefix1_negative_test : Skip # language change 1031 | 96 prefix1_negative_test : Skip # language change 1031 |
| 97 prefix5_negative_test : Skip # language change 1031 | 97 prefix5_negative_test : Skip # language change 1031 |
| 98 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest | 98 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest |
| 99 pseudo_kw_illegal_test/08: Fail # Issue 356 | 99 pseudo_kw_illegal_test/08: Fail # Issue 356 |
| 100 pseudo_kw_illegal_test/10: Fail # Issue 356 | 100 pseudo_kw_illegal_test/10: Fail # Issue 356 |
| 101 pseudo_kw_illegal_test/14: Fail # Issue 356 | 101 pseudo_kw_illegal_test/14: Fail # Issue 356 |
| 102 resource_test: Skip # out of date - resource directives have been removed |
| 102 setter_no_getter_call_test/01: Fail # Issue 4383 | 103 setter_no_getter_call_test/01: Fail # Issue 4383 |
| 103 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest | 104 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 104 syntax_test: Skip # Bug 2107 Static type warnings in none case | 105 syntax_test: Skip # Bug 2107 Static type warnings in none case |
| 105 throw7_negative_test: Fail # Issue 3654 | 106 throw7_negative_test: Fail # Issue 3654 |
| 106 # try_catch_syntax_test/08: Fail # Issue 3795 | 107 # try_catch_syntax_test/08: Fail # Issue 3795 |
| 107 | 108 |
| 108 type_variable_bounds_test/00: Fail # issue 3079 | 109 type_variable_bounds_test/00: Fail # issue 3079 |
| 109 | 110 |
| 110 # | 111 # |
| 111 # Add new dartc annotations above in alphabetical order | 112 # Add new dartc annotations above in alphabetical order |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 static_top_level_test/05: Fail | 319 static_top_level_test/05: Fail |
| 319 string_interpolation7_test: Fail | 320 string_interpolation7_test: Fail |
| 320 switch_label_test: Fail | 321 switch_label_test: Fail |
| 321 syntax_test/none: Fail | 322 syntax_test/none: Fail |
| 322 typed_message_test: Fail | 323 typed_message_test: Fail |
| 323 type_variable_bounds2_test/02: Fail | 324 type_variable_bounds2_test/02: Fail |
| 324 type_variable_bounds2_test/06: Fail | 325 type_variable_bounds2_test/06: Fail |
| 325 type_variable_bounds_test/02: Fail | 326 type_variable_bounds_test/02: Fail |
| 326 type_variable_bounds_test/04: Fail | 327 type_variable_bounds_test/04: Fail |
| 327 type_variable_bounds_test/05: Fail | 328 type_variable_bounds_test/05: Fail |
| OLD | NEW |