| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 107 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 108 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 108 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 109 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 109 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 110 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 110 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 111 duplicate_implements_test: Skip # Issue 976 | 111 duplicate_implements_test: Skip # Issue 976 |
| 112 factory5_test/00: Fail # issue 3079 | 112 factory5_test/00: Fail # issue 3079 |
| 113 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 113 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 114 const_syntax_test/09: Fail # Issue 4713 | 114 const_syntax_test/09: Fail # Issue 4713 |
| 115 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 115 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 116 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. | 116 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
| 117 setter_no_getter_test/01: Fail # Fails to detect compile-time error. |
| 117 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 118 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 118 interface_factory1_negative_test: Fail # language change 1031 | 119 interface_factory1_negative_test: Fail # language change 1031 |
| 119 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 120 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| 120 library2_negative_test: Fail # still a valid test? Issue 3649 | 121 library2_negative_test: Fail # still a valid test? Issue 3649 |
| 121 library4_negative_test: Fail # still a valid test? Issue 3530 | 122 library4_negative_test: Fail # still a valid test? Issue 3530 |
| 122 library6_negative_test: Fail # still a valid test? Issue 3650 | 123 library6_negative_test: Fail # still a valid test? Issue 3650 |
| 123 list_literal4_test: Fail # Issue 1343 | 124 list_literal4_test: Fail # Issue 1343 |
| 124 map_literal4_test: Fail # Issue 1343 | 125 map_literal4_test: Fail # Issue 1343 |
| 125 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 126 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 126 new_expression_type_args_test/01: Fail # language change 1031 | 127 new_expression_type_args_test/01: Fail # language change 1031 |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 disable_privacy_test: Fail, Ok | 299 disable_privacy_test: Fail, Ok |
| 299 # This test hard codes name of file being run and precise position. | 300 # This test hard codes name of file being run and precise position. |
| 300 generic_test: Fail, Ok | 301 generic_test: Fail, Ok |
| 301 # Minified mode failures. | 302 # Minified mode failures. |
| 302 # TODO(antonm): proper support in test framework. | 303 # TODO(antonm): proper support in test framework. |
| 303 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 304 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 304 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 305 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 305 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 306 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 306 | 307 |
| 307 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 308 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| OLD | NEW |