| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 compile_time_constant_checked_test/02: Fail, OK | 92 compile_time_constant_checked_test/02: Fail, OK |
| 93 | 93 |
| 94 [ $compiler == dartc ] | 94 [ $compiler == dartc ] |
| 95 metadata_test: Fail | 95 metadata_test: Fail |
| 96 bad_constructor_test/04: Fail # Constructor name clashes with other member | 96 bad_constructor_test/04: Fail # Constructor name clashes with other member |
| 97 bad_constructor_test/05: Fail # Constructor name clashes with other member | 97 bad_constructor_test/05: Fail # Constructor name clashes with other member |
| 98 bad_constructor_test/06: Fail # Constructor name clashes with other member | 98 bad_constructor_test/06: Fail # Constructor name clashes with other member |
| 99 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy | 99 get_set_syntax_test/none: Fail # does not accept getter/setter with no method bo
dy |
| 100 application_negative_test: Fail # Runtime only test, rewrite as multitest | 100 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 101 interface_negative_test: Fail # instantiation of abstract class | 101 interface_negative_test: Fail # instantiation of abstract class |
| 102 argument_definition_test/*: Skip # Not implemented. | 102 argument_definition_test/01: Fail # Issue 5082 |
| 103 argument_definition_test/02: Fail # Issue 5082 |
| 104 argument_definition_test/03: Fail # Issue 5082 |
| 105 argument_definition_test/04: Fail # Issue 5082 |
| 106 argument_definition_test/05: Fail # Issue 5082 |
| 103 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 107 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| 104 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest | 108 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test |
| 105 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest | 109 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite
as multitest |
| 106 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er
rors. | 110 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er
rors. |
| 107 call_operator_test: Pass # Issue 1355 | 111 call_operator_test: Pass # Issue 1355 |
| 108 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason | 112 cascade_test/01: Pass # Issue 3729 - an earlier comment claims that this passes
for the wrong reason |
| 113 cascade_test/02: Pass # Issue 3729 - an earlier comment claims that this passes
for the wrong reason |
| 114 cascade_test/02: Fail # Issue 3729 |
| 115 cascade_test/none: Fail # Issue 3729 |
| 109 char_escape_test: Pass # Issue 1654 | 116 char_escape_test: Pass # Issue 1654 |
| 110 class_literal_test/01 : Fail # language change 3368 | 117 class_literal_test/01 : Fail # language change 3368 |
| 111 class_literal_test/03 : Fail # language change 1031 | 118 class_literal_test/03 : Fail # language change 1031 |
| 112 class_literal_test/04 : Fail # language change 1031 | 119 class_literal_test/04 : Fail # language change 1031 |
| 113 class_literal_test/05 : Fail # language change 3368 | 120 class_literal_test/05 : Fail # language change 3368 |
| 114 class_literal_test/06 : Fail # language change 3368 | 121 class_literal_test/06 : Fail # language change 3368 |
| 115 class_literal_test/08 : Fail # language change 1031 | 122 class_literal_test/08 : Fail # language change 1031 |
| 116 class_literal_test/09 : Fail # language change 1031 | 123 class_literal_test/09 : Fail # language change 1031 |
| 117 class_literal_test/10 : Fail # language change 3368 | 124 class_literal_test/10 : Fail # language change 3368 |
| 118 class_literal_test/11 : Fail # language change 3368 | 125 class_literal_test/11 : Fail # language change 3368 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 129 class_literal_test/23 : Fail # language change 3368 | 136 class_literal_test/23 : Fail # language change 3368 |
| 130 class_literal_test/24 : Fail # language change 3368 | 137 class_literal_test/24 : Fail # language change 3368 |
| 131 class_literal_test/25 : Fail # language change 3368 | 138 class_literal_test/25 : Fail # language change 3368 |
| 132 class_literal_test/26 : Fail # language change 3368 | 139 class_literal_test/26 : Fail # language change 3368 |
| 133 class_literal_test/27 : Fail # language change 3368 | 140 class_literal_test/27 : Fail # language change 3368 |
| 134 class_literal_test/28 : Fail # language change 3368 | 141 class_literal_test/28 : Fail # language change 3368 |
| 135 class_literal_test/29 : Fail # language change 3368 | 142 class_literal_test/29 : Fail # language change 3368 |
| 136 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 143 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 137 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 144 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 138 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 145 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 139 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 146 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. |
| 140 duplicate_implements_test: Skip # Issue 976 | 147 duplicate_implements_test/01: Fail # Issue 5084 |
| 148 duplicate_implements_test/02: Fail # Issue 5084 |
| 149 duplicate_implements_test/03: Fail # Issue 5084 |
| 150 duplicate_implements_test/04: Fail # Issue 5084 |
| 141 factory5_test/00: Fail # issue 3079 | 151 factory5_test/00: Fail # issue 3079 |
| 142 final_is_not_const_test/01: Fail # Issue 3476 | 152 final_is_not_const_test/01: Fail # Issue 3476 |
| 143 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 153 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 144 const_syntax_test/09: Fail # Issue 4713 | 154 const_syntax_test/09: Fail # Issue 4713 |
| 145 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 155 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 146 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. | 156 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
| 147 setter_no_getter_test/01: Fail # Fails to detect compile-time error. | 157 setter_no_getter_test/01: Fail # Fails to detect compile-time error. |
| 148 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 158 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 149 interface_factory1_negative_test: Fail # language change 1031 | 159 interface_factory1_negative_test: Fail # language change 1031 |
| 150 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 160 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| 151 final_syntax_test/none: Fail # Issue 3476 | 161 final_syntax_test/none: Fail # Issue 3476 |
| 152 lazy_static_test: Fail # Issue 3476 | 162 lazy_static_test: Fail # Issue 3476 |
| 153 lazy_static2_test: Fail # Issue 3476 | 163 lazy_static2_test: Fail # Issue 3476 |
| 154 lazy_static3_test: Fail # Issue 3476 | 164 lazy_static3_test: Fail # Issue 3476 |
| 155 lazy_static4_test: Fail # Issue 3476 | 165 lazy_static4_test: Fail # Issue 3476 |
| 156 library2_negative_test: Fail # still a valid test? Issue 3649 | 166 library2_negative_test: Fail # still a valid test? Issue 3649 |
| 157 library4_negative_test: Fail # still a valid test? Issue 3530 | 167 library4_negative_test: Fail # still a valid test? Issue 3530 |
| 158 library6_negative_test: Fail # still a valid test? Issue 3650 | 168 library6_negative_test: Fail # still a valid test? Issue 3650 |
| 159 list_literal4_test: Fail # Issue 1343 | 169 list_literal4_test: Fail # Issue 1343 |
| 160 map_literal4_test: Fail # Issue 1343 | 170 map_literal4_test: Fail # Issue 1343 |
| 161 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 171 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 162 new_expression_type_args_test/01: Fail # language change 1031 | 172 new_expression_type_args_test/01: Fail # language change 1031 |
| 163 new_expression_type_args_test/02: Fail # language change 1031 | 173 new_expression_type_args_test/02: Fail # language change 1031 |
| 164 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste | 174 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste |
| 165 override_field_test/03: Fail # still a valid test? Issue 3894 | 175 override_field_test/03: Fail # still a valid test? Issue 3894 |
| 166 override_field_test/04: Fail # still a valid test? Issue 3656 | 176 override_field_test/04: Fail # still a valid test? Issue 3656 |
| 167 parameter_initializer6_negative_test: Fail # language change 4288 | 177 parameter_initializer6_negative_test: Fail # language change 4288 |
| 168 prefix1_negative_test : Fail # language change 1031 | 178 prefix1_negative_test : Fail # language change 1031 |
| 169 prefix4_negative_test : Fail # language change 1031 | 179 prefix4_negative_test : Fail # language change 1031 |
| 170 prefix5_negative_test : Fail # language change 1031 | 180 prefix5_negative_test : Fail # language change 1031 |
| 171 prefix8_negative_test : Fail # language change 1031 | 181 prefix8_negative_test : Fail # language change 1031 |
| 172 prefix9_negative_test : Fail # language change 1031 | 182 prefix9_negative_test : Fail # language change 1031 |
| 173 prefix10_negative_test : Fail # language change 1031 | 183 prefix10_negative_test : Fail # language change 1031 |
| 174 prefix11_negative_test : Fail # language change 1031 | 184 prefix11_negative_test : Fail # language change 1031 |
| 175 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest | 185 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest |
| 176 pseudo_kw_illegal_test/08: Fail # Issue 356 | 186 pseudo_kw_illegal_test/08: Fail # Issue 356 |
| 177 pseudo_kw_illegal_test/10: Fail # Issue 356 | 187 pseudo_kw_illegal_test/10: Fail # Issue 356 |
| 178 pseudo_kw_illegal_test/14: Fail # Issue 356 | 188 pseudo_kw_illegal_test/14: Fail # Issue 356 |
| 179 resource_test: Skip # out of date - resource directives have been removed | 189 resource_test: Fail # out of date - resource directives have been removed |
| 180 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest | 190 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 181 syntax_test: Skip # Bug 2107 Static type warnings in none case | 191 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT
ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS) |
| 182 throw7_negative_test: Fail # Issue 3654 | 192 throw7_negative_test: Fail # Issue 3654 |
| 183 # try_catch_syntax_test/09: Fail # BUG(4905) | |
| 184 # try_catch_syntax_test/10: Fail # BUG(4905) | |
| 185 # try_catch_syntax_test/11: Fail # BUG(4905) | |
| 186 # try_catch_syntax_test/12: Fail # BUG(4905) | |
| 187 type_variable_bounds_test/00: Fail # issue 3079 | 193 type_variable_bounds_test/00: Fail # issue 3079 |
| 188 type_variable_bounds_test/07: Fail # language change 1031 | 194 type_variable_bounds_test/07: Fail # language change 1031 |
| 189 type_variable_static_context_negative_test: Fail # language change 1031 | 195 type_variable_static_context_negative_test: Fail # language change 1031 |
| 190 | 196 |
| 191 # | 197 # |
| 192 # Add new dartc annotations above in alphabetical order | 198 # Add new dartc annotations above in alphabetical order |
| 193 # | 199 # |
| 194 | 200 |
| 195 # VM specific tests that should not be run by DartC. | 201 # VM specific tests that should not be run by DartC. |
| 196 *vm_test: Skip | 202 *vm_test: Skip |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 374 get_set_syntax_test/10: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 369 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 375 get_set_syntax_test/11: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 370 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 376 get_set_syntax_test/13: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 371 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 377 get_set_syntax_test/14: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 372 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 378 get_set_syntax_test/15: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 373 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 | 379 get_set_syntax_test/16: Fail # Fixed by https://chromiumcodereview.appspot.com/1
0915111 |
| 374 | 380 |
| 375 # Only checked mode reports an error on type assignment | 381 # Only checked mode reports an error on type assignment |
| 376 # problems in compile time constants. | 382 # problems in compile time constants. |
| 377 compile_time_constant_checked_test/02: Fail, OK | 383 compile_time_constant_checked_test/02: Fail, OK |
| OLD | NEW |