| 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 type_parameter_test/01: Fail # Issue 4932 | 81 type_parameter_test/01: Fail # Issue 4932 |
| 82 type_parameter_test/02: Fail # Issue 4932 | 82 type_parameter_test/02: Fail # Issue 4932 |
| 83 type_parameter_test/03: Fail # Issue 4932 | 83 type_parameter_test/03: Fail # Issue 4932 |
| 84 type_parameter_test/04: Fail # Issue 4932 | 84 type_parameter_test/04: Fail # Issue 4932 |
| 85 | 85 |
| 86 [ $compiler == none && $unchecked ] | 86 [ $compiler == none && $unchecked ] |
| 87 field_override_test/02: Fail # Issue 742: field shadowing now allowed | 87 field_override_test/02: Fail # Issue 742: field shadowing now allowed |
| 88 | 88 |
| 89 [ $compiler == dartc ] | 89 [ $compiler == dartc ] |
| 90 | 90 |
| 91 assert_lexical_scope_test: Fail # http://dartbug.com/4987 |
| 91 bad_constructor_test/04: Fail # Constructor name clashes with other member | 92 bad_constructor_test/04: Fail # Constructor name clashes with other member |
| 92 bad_constructor_test/05: Fail # Constructor name clashes with other member | 93 bad_constructor_test/05: Fail # Constructor name clashes with other member |
| 93 bad_constructor_test/06: Fail # Constructor name clashes with other member | 94 bad_constructor_test/06: Fail # Constructor name clashes with other member |
| 94 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy | 95 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy |
| 95 application_negative_test: Fail # Runtime only test, rewrite as multitest | 96 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 96 interface_negative_test: Fail # instantiation of abstract class | 97 interface_negative_test: Fail # instantiation of abstract class |
| 97 argument_definition_test/*: Skip # Not implemented. | 98 argument_definition_test/*: Skip # Not implemented. |
| 98 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 99 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| 99 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest | 100 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest |
| 100 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest | 101 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| (...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 [ $browser ] | 223 [ $browser ] |
| 223 | 224 |
| 224 | 225 |
| 225 [ $arch == simarm ] | 226 [ $arch == simarm ] |
| 226 *: Skip | 227 *: Skip |
| 227 | 228 |
| 228 [ $arch == arm ] | 229 [ $arch == arm ] |
| 229 *: Skip | 230 *: Skip |
| 230 | 231 |
| 231 [ $compiler == dart2dart ] | 232 [ $compiler == dart2dart ] |
| 233 pseudo_kw_illegal_test/02: Fail |
| 234 assert_lexical_scope_test: Fail |
| 232 bad_constructor_test/04: Fail | 235 bad_constructor_test/04: Fail |
| 233 bad_constructor_test/05: Fail | 236 bad_constructor_test/05: Fail |
| 234 bad_constructor_test/06: Fail | 237 bad_constructor_test/06: Fail |
| 235 interface_negative_test: Fail | 238 interface_negative_test: Fail |
| 236 abstract_factory_constructor_test/00: Fail | 239 abstract_factory_constructor_test/00: Fail |
| 237 interface_test/00: Fail | 240 interface_test/00: Fail |
| 238 argument_definition_test/*: Skip # Not implemented. | 241 argument_definition_test/*: Skip # Not implemented. |
| 239 argument_definition2_test: Skip # Not implemented. Fails in minified tests. | 242 argument_definition2_test: Skip # Not implemented. Fails in minified tests. |
| 240 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved
()' which fails on the VM | 243 call_constructor_on_unresolvable_class_test/01: Fail # generates 'new Unresolved
()' which fails on the VM |
| 241 call_constructor_on_unresolvable_class_test/02: Fail # generates 'new Unresolved
()' which fails on the VM | 244 call_constructor_on_unresolvable_class_test/02: Fail # generates 'new Unresolved
()' which fails on the VM |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 disable_privacy_test: Fail, Ok | 351 disable_privacy_test: Fail, Ok |
| 349 # This test hard codes name of file being run and precise position. | 352 # This test hard codes name of file being run and precise position. |
| 350 generic_test: Fail, Ok | 353 generic_test: Fail, Ok |
| 351 # Minified mode failures. | 354 # Minified mode failures. |
| 352 # TODO(antonm): proper support in test framework. | 355 # TODO(antonm): proper support in test framework. |
| 353 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 356 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 354 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 357 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 355 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 358 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 356 | 359 |
| 357 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 360 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| OLD | NEW |