| 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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 48 closure_with_super_send_test: Fail # Issue 3197. | 48 closure_with_super_send_test: Fail # Issue 3197. |
| 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 setter_no_getter_test/01: Crash # Issue 4360 |
| 59 |
| 60 getter_no_setter2_test/01: Fail # Issue 4898 |
| 58 | 61 |
| 59 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 62 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 60 | 63 |
| 61 # DartC specific tests that should not be run by the VM | 64 # DartC specific tests that should not be run by the VM |
| 62 *dartc_test: Skip | 65 *dartc_test: Skip |
| 63 *dartc_negative_test: Skip | 66 *dartc_negative_test: Skip |
| 64 | 67 |
| 65 [ $compiler == none && $mode == debug ] | 68 [ $compiler == none && $mode == debug ] |
| 66 gc_test: Skip # Takes too long. | 69 gc_test: Skip # Takes too long. |
| 67 | 70 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 class_literal_test/29 : Fail # language change 3368 | 105 class_literal_test/29 : Fail # language change 3368 |
| 103 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 106 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 104 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 107 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 105 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 108 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 106 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 109 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 107 duplicate_implements_test: Skip # Issue 976 | 110 duplicate_implements_test: Skip # Issue 976 |
| 108 factory5_test/00: Fail # issue 3079 | 111 factory5_test/00: Fail # issue 3079 |
| 109 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 112 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 110 const_syntax_test/09: Fail # Issue 4713 | 113 const_syntax_test/09: Fail # Issue 4713 |
| 111 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 114 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 115 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
| 112 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 116 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 113 interface_factory1_negative_test: Fail # language change 1031 | 117 interface_factory1_negative_test: Fail # language change 1031 |
| 114 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 118 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| 115 library2_negative_test: Fail # still a valid test? Issue 3649 | 119 library2_negative_test: Fail # still a valid test? Issue 3649 |
| 116 library4_negative_test: Fail # still a valid test? Issue 3530 | 120 library4_negative_test: Fail # still a valid test? Issue 3530 |
| 117 library6_negative_test: Fail # still a valid test? Issue 3650 | 121 library6_negative_test: Fail # still a valid test? Issue 3650 |
| 118 list_literal4_test: Fail # Issue 1343 | 122 list_literal4_test: Fail # Issue 1343 |
| 119 map_literal4_test: Fail # Issue 1343 | 123 map_literal4_test: Fail # Issue 1343 |
| 120 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 124 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 121 new_expression_type_args_test/01: Fail # language change 1031 | 125 new_expression_type_args_test/01: Fail # language change 1031 |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 disable_privacy_test: Fail, Ok | 296 disable_privacy_test: Fail, Ok |
| 293 # This test hard codes name of file being run and precise position. | 297 # This test hard codes name of file being run and precise position. |
| 294 generic_test: Fail, Ok | 298 generic_test: Fail, Ok |
| 295 # Minified mode failures. | 299 # Minified mode failures. |
| 296 # TODO(antonm): proper support in test framework. | 300 # TODO(antonm): proper support in test framework. |
| 297 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). | 301 overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked
method ("foo"). |
| 298 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). | 302 many_overridden_no_such_method_test: Pass, Fail, OK # Hard codes the name of inv
oked method ("foo"). |
| 299 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). | 303 no_such_method_test: Pass, Fail, OK # Hard codes the name of invoked method ("fo
o"). |
| 300 | 304 |
| 301 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 305 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| OLD | NEW |