| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 super_closure_test: Fail # Issue 3197. | 49 super_closure_test: Fail # Issue 3197. |
| 50 parameter_initializer6_negative_test: Fail # Issue 3502 | 50 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 51 | 51 |
| 52 fauxverride_test/none: Fail # Issue 3778. | 52 fauxverride_test/none: Fail # Issue 3778. |
| 53 | 53 |
| 54 bad_override_test/01: Fail # Issue 3859. | 54 bad_override_test/01: Fail # Issue 3859. |
| 55 bad_override_test/02: Fail # Issue 3859. | 55 bad_override_test/02: Fail # Issue 3859. |
| 56 | 56 |
| 57 setter_no_getter_call_test/01: Crash # Issue 4360 | 57 setter_no_getter_call_test/01: Crash # Issue 4360 |
| 58 | 58 |
| 59 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 60 |
| 59 # DartC specific tests that should not be run by the VM | 61 # DartC specific tests that should not be run by the VM |
| 60 *dartc_test: Skip | 62 *dartc_test: Skip |
| 61 *dartc_negative_test: Skip | 63 *dartc_negative_test: Skip |
| 62 | 64 |
| 63 [ $compiler == none && $mode == debug ] | 65 [ $compiler == none && $mode == debug ] |
| 64 gc_test: Skip # Takes too long. | 66 gc_test: Skip # Takes too long. |
| 65 | 67 |
| 66 [ $compiler == dartc ] | 68 [ $compiler == dartc ] |
| 67 application_negative_test: Fail # Runtime only test, rewrite as multitest | 69 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 68 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 70 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 const_syntax_test/09: Fail # Issue 4713 | 106 const_syntax_test/09: Fail # Issue 4713 |
| 105 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 107 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 106 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 108 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 107 interface_factory1_negative_test: Fail # language change 1031 | 109 interface_factory1_negative_test: Fail # language change 1031 |
| 108 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 110 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| 109 library2_negative_test: Fail # still a valid test? Issue 3649 | 111 library2_negative_test: Fail # still a valid test? Issue 3649 |
| 110 library4_negative_test: Fail # still a valid test? Issue 3530 | 112 library4_negative_test: Fail # still a valid test? Issue 3530 |
| 111 library6_negative_test: Fail # still a valid test? Issue 3650 | 113 library6_negative_test: Fail # still a valid test? Issue 3650 |
| 112 list_literal4_test: Fail # Issue 1343 | 114 list_literal4_test: Fail # Issue 1343 |
| 113 map_literal4_test: Fail # Issue 1343 | 115 map_literal4_test: Fail # Issue 1343 |
| 114 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest | |
| 115 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 116 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 116 new_expression_type_args_test/01: Fail # language change 1031 | 117 new_expression_type_args_test/01: Fail # language change 1031 |
| 117 new_expression_type_args_test/02: Fail # language change 1031 | 118 new_expression_type_args_test/02: Fail # language change 1031 |
| 118 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste | 119 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste |
| 119 override_field_test/03: Fail # still a valid test? Issue 3894 | 120 override_field_test/03: Fail # still a valid test? Issue 3894 |
| 120 override_field_test/04: Fail # still a valid test? Issue 3656 | 121 override_field_test/04: Fail # still a valid test? Issue 3656 |
| 121 parameter_initializer6_negative_test: Fail # language change 4288 | 122 parameter_initializer6_negative_test: Fail # language change 4288 |
| 122 prefix1_negative_test : Fail # language change 1031 | 123 prefix1_negative_test : Fail # language change 1031 |
| 123 prefix4_negative_test : Fail # language change 1031 | 124 prefix4_negative_test : Fail # language change 1031 |
| 124 prefix5_negative_test : Fail # language change 1031 | 125 prefix5_negative_test : Fail # language change 1031 |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 super_first_constructor_test: Fail | 280 super_first_constructor_test: Fail |
| 280 # VM specific tests. | 281 # VM specific tests. |
| 281 disable_privacy_test: Fail, Ok | 282 disable_privacy_test: Fail, Ok |
| 282 # This test hard codes name of file being run and precise position. | 283 # This test hard codes name of file being run and precise position. |
| 283 generic_test: Fail, Ok | 284 generic_test: Fail, Ok |
| 284 # Minified mode failures. | 285 # Minified mode failures. |
| 285 # TODO(antonm): proper support in test framework. | 286 # TODO(antonm): proper support in test framework. |
| 286 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 287 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 287 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 288 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 288 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 289 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 290 |
| 291 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| OLD | NEW |