| 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 prefix10_negative_test : Fail # language change 1031 | 128 prefix10_negative_test : Fail # language change 1031 |
| 129 prefix11_negative_test : Fail # language change 1031 | 129 prefix11_negative_test : Fail # language change 1031 |
| 130 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest | 130 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest |
| 131 pseudo_kw_illegal_test/08: Fail # Issue 356 | 131 pseudo_kw_illegal_test/08: Fail # Issue 356 |
| 132 pseudo_kw_illegal_test/10: Fail # Issue 356 | 132 pseudo_kw_illegal_test/10: Fail # Issue 356 |
| 133 pseudo_kw_illegal_test/14: Fail # Issue 356 | 133 pseudo_kw_illegal_test/14: Fail # Issue 356 |
| 134 resource_test: Skip # out of date - resource directives have been removed | 134 resource_test: Skip # out of date - resource directives have been removed |
| 135 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest | 135 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 136 syntax_test: Skip # Bug 2107 Static type warnings in none case | 136 syntax_test: Skip # Bug 2107 Static type warnings in none case |
| 137 throw7_negative_test: Fail # Issue 3654 | 137 throw7_negative_test: Fail # Issue 3654 |
| 138 try_catch3_test: Fail # Issue 4840 |
| 138 # try_catch_syntax_test/08: Fail # Issue 3795 | 139 # try_catch_syntax_test/08: Fail # Issue 3795 |
| 139 | 140 |
| 140 type_variable_bounds_test/00: Fail # issue 3079 | 141 type_variable_bounds_test/00: Fail # issue 3079 |
| 141 type_variable_bounds_test/07: Fail # language change 1031 | 142 type_variable_bounds_test/07: Fail # language change 1031 |
| 142 type_variable_static_context_negative_test: Fail # language change 1031 | 143 type_variable_static_context_negative_test: Fail # language change 1031 |
| 143 | 144 |
| 144 # | 145 # |
| 145 # Add new dartc annotations above in alphabetical order | 146 # Add new dartc annotations above in alphabetical order |
| 146 # | 147 # |
| 147 | 148 |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 constructor5_test: Fail | 272 constructor5_test: Fail |
| 272 constructor6_test: Fail | 273 constructor6_test: Fail |
| 273 fauxverride_test/none: Fail | 274 fauxverride_test/none: Fail |
| 274 field_override_test/01: Fail | 275 field_override_test/01: Fail |
| 275 field_override_test/02: Fail | 276 field_override_test/02: Fail |
| 276 field_override_test/none: Fail | 277 field_override_test/none: Fail |
| 277 gc_test: Fail | 278 gc_test: Fail |
| 278 super_closure_test: Fail | 279 super_closure_test: Fail |
| 279 super_field_access_test: Fail | 280 super_field_access_test: Fail |
| 280 super_first_constructor_test: Fail | 281 super_first_constructor_test: Fail |
| 282 final_field_initialization_order_test: Fail # Issue 4839 |
| 281 # VM specific tests. | 283 # VM specific tests. |
| 282 disable_privacy_test: Fail, Ok | 284 disable_privacy_test: Fail, Ok |
| 283 # This test hard codes name of file being run and precise position. | 285 # This test hard codes name of file being run and precise position. |
| 284 generic_test: Fail, Ok | 286 generic_test: Fail, Ok |
| 285 # Minified mode failures. | 287 # Minified mode failures. |
| 286 # TODO(antonm): proper support in test framework. | 288 # TODO(antonm): proper support in test framework. |
| 287 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 289 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 288 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 290 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 289 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 291 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 290 | 292 |
| 291 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 293 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| OLD | NEW |