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