| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 getter_no_setter2_test/01: Fail # Issue 4898 | 61 getter_no_setter2_test/01: Fail # Issue 4898 |
| 62 | 62 |
| 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 64 | 64 |
| 65 # DartC specific tests that should not be run by the VM | 65 # DartC specific tests that should not be run by the VM |
| 66 *dartc_test: Skip | 66 *dartc_test: Skip |
| 67 *dartc_negative_test: Skip | 67 *dartc_negative_test: Skip |
| 68 | 68 |
| 69 [ $compiler == none && $mode == debug ] | 69 [ $compiler == none && $mode == debug ] |
| 70 gc_test: Skip # Takes too long. | 70 gc_test: Skip # Takes too long. |
| 71 argument_definition2_test: Crash # Issue 4888 | |
| 72 | |
| 73 [ $compiler == none && $mode == release ] | |
| 74 argument_definition2_test: Fail # Issue 4888 | |
| 75 | 71 |
| 76 [ $compiler == dartc ] | 72 [ $compiler == dartc ] |
| 77 | 73 |
| 78 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy | 74 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy |
| 79 application_negative_test: Fail # Runtime only test, rewrite as multitest | 75 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 80 interface_negative_test: Fail # instantiation of abstract class | 76 interface_negative_test: Fail # instantiation of abstract class |
| 81 argument_definition_test/*: Skip # Not implemented. | 77 argument_definition_test/*: Skip # Not implemented. |
| 82 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 78 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| 83 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest | 79 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest |
| 84 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest | 80 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 function_type_parameter_test: Fail | 278 function_type_parameter_test: Fail |
| 283 get_set_syntax_test/none: Fail | 279 get_set_syntax_test/none: Fail |
| 284 implicit_scope_test: Fail | 280 implicit_scope_test: Fail |
| 285 instanceof3_test: Fail | 281 instanceof3_test: Fail |
| 286 library_prefixes_test: Fail | 282 library_prefixes_test: Fail |
| 287 method_name_test: Fail | 283 method_name_test: Fail |
| 288 numbers_test: Fail | 284 numbers_test: Fail |
| 289 parameter_initializer6_negative_test: Fail # Issue 3502 | 285 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 290 syntax_test/47: Fail | 286 syntax_test/47: Fail |
| 291 # DartVM problem. | 287 # DartVM problem. |
| 292 argument_definition2_test: Fail # Issue 4888 | |
| 293 closure_with_super_send_test: Fail # Issue 3197. | 288 closure_with_super_send_test: Fail # Issue 3197. |
| 294 closure_with_super_field_test: Fail # Issue 3197. | 289 closure_with_super_field_test: Fail # Issue 3197. |
| 295 constructor5_test: Fail | 290 constructor5_test: Fail |
| 296 constructor6_test: Fail | 291 constructor6_test: Fail |
| 297 fauxverride_test/none: Fail | 292 fauxverride_test/none: Fail |
| 298 field_override_test/01: Fail | 293 field_override_test/01: Fail |
| 299 field_override_test/02: Fail | 294 field_override_test/02: Fail |
| 300 field_override_test/none: Fail | 295 field_override_test/none: Fail |
| 301 gc_test: Fail | 296 gc_test: Fail |
| 302 super_closure_test: Fail | 297 super_closure_test: Fail |
| 303 super_field_access_test: Fail | 298 super_field_access_test: Fail |
| 304 super_first_constructor_test: Fail | 299 super_first_constructor_test: Fail |
| 305 final_field_initialization_order_test: Fail # Issue 4839 | 300 final_field_initialization_order_test: Fail # Issue 4839 |
| 306 # VM specific tests. | 301 # VM specific tests. |
| 307 disable_privacy_test: Fail, Ok | 302 disable_privacy_test: Fail, Ok |
| 308 # 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. |
| 309 generic_test: Fail, Ok | 304 generic_test: Fail, Ok |
| 310 # Minified mode failures. | 305 # Minified mode failures. |
| 311 # TODO(antonm): proper support in test framework. | 306 # TODO(antonm): proper support in test framework. |
| 312 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"). |
| 313 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"). |
| 314 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"). |
| 315 | 310 |
| 316 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 |