| 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 | |
| 139 # try_catch_syntax_test/08: Fail # Issue 3795 | |
| 140 | 138 |
| 141 type_variable_bounds_test/00: Fail # issue 3079 | 139 type_variable_bounds_test/00: Fail # issue 3079 |
| 142 type_variable_bounds_test/07: Fail # language change 1031 | 140 type_variable_bounds_test/07: Fail # language change 1031 |
| 143 type_variable_static_context_negative_test: Fail # language change 1031 | 141 type_variable_static_context_negative_test: Fail # language change 1031 |
| 144 | 142 |
| 145 # | 143 # |
| 146 # Add new dartc annotations above in alphabetical order | 144 # Add new dartc annotations above in alphabetical order |
| 147 # | 145 # |
| 148 | 146 |
| 149 # VM specific tests that should not be run by DartC. | 147 # VM specific tests that should not be run by DartC. |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 disable_privacy_test: Fail, Ok | 285 disable_privacy_test: Fail, Ok |
| 288 # This test hard codes name of file being run and precise position. | 286 # This test hard codes name of file being run and precise position. |
| 289 generic_test: Fail, Ok | 287 generic_test: Fail, Ok |
| 290 # Minified mode failures. | 288 # Minified mode failures. |
| 291 # TODO(antonm): proper support in test framework. | 289 # TODO(antonm): proper support in test framework. |
| 292 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 290 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 293 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 291 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 294 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 292 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 295 | 293 |
| 296 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 294 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| OLD | NEW |