| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 prefix10_negative_test : Fail # language change 1031 | 139 prefix10_negative_test : Fail # language change 1031 |
| 140 prefix11_negative_test : Fail # language change 1031 | 140 prefix11_negative_test : Fail # language change 1031 |
| 141 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest | 141 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest |
| 142 pseudo_kw_illegal_test/08: Fail # Issue 356 | 142 pseudo_kw_illegal_test/08: Fail # Issue 356 |
| 143 pseudo_kw_illegal_test/10: Fail # Issue 356 | 143 pseudo_kw_illegal_test/10: Fail # Issue 356 |
| 144 pseudo_kw_illegal_test/14: Fail # Issue 356 | 144 pseudo_kw_illegal_test/14: Fail # Issue 356 |
| 145 resource_test: Skip # out of date - resource directives have been removed | 145 resource_test: Skip # out of date - resource directives have been removed |
| 146 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest | 146 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 147 syntax_test: Skip # Bug 2107 Static type warnings in none case | 147 syntax_test: Skip # Bug 2107 Static type warnings in none case |
| 148 throw7_negative_test: Fail # Issue 3654 | 148 throw7_negative_test: Fail # Issue 3654 |
| 149 try_catch_syntax_test/09: Fail # BUG(4905) | 149 # try_catch_syntax_test/09: Fail # BUG(4905) |
| 150 try_catch_syntax_test/10: Fail # BUG(4905) | 150 # try_catch_syntax_test/10: Fail # BUG(4905) |
| 151 try_catch_syntax_test/11: Fail # BUG(4905) | 151 # try_catch_syntax_test/11: Fail # BUG(4905) |
| 152 try_catch_syntax_test/12: Fail # BUG(4905) | 152 # try_catch_syntax_test/12: Fail # BUG(4905) |
| 153 type_variable_bounds_test/00: Fail # issue 3079 | 153 type_variable_bounds_test/00: Fail # issue 3079 |
| 154 type_variable_bounds_test/07: Fail # language change 1031 | 154 type_variable_bounds_test/07: Fail # language change 1031 |
| 155 type_variable_static_context_negative_test: Fail # language change 1031 | 155 type_variable_static_context_negative_test: Fail # language change 1031 |
| 156 | 156 |
| 157 # | 157 # |
| 158 # Add new dartc annotations above in alphabetical order | 158 # Add new dartc annotations above in alphabetical order |
| 159 # | 159 # |
| 160 | 160 |
| 161 # VM specific tests that should not be run by DartC. | 161 # VM specific tests that should not be run by DartC. |
| 162 *vm_test: Skip | 162 *vm_test: Skip |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 disable_privacy_test: Fail, Ok | 304 disable_privacy_test: Fail, Ok |
| 305 # This test hard codes name of file being run and precise position. | 305 # This test hard codes name of file being run and precise position. |
| 306 generic_test: Fail, Ok | 306 generic_test: Fail, Ok |
| 307 # Minified mode failures. | 307 # Minified mode failures. |
| 308 # TODO(antonm): proper support in test framework. | 308 # TODO(antonm): proper support in test framework. |
| 309 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 309 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 310 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 310 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 311 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 311 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 312 | 312 |
| 313 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 313 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| OLD | NEW |