| 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 # test issue 8129 | 113 # test issue 8129 |
| 114 redirecting_factory_infinite_steps_test/01: Fail | 114 redirecting_factory_infinite_steps_test/01: Fail |
| 115 | 115 |
| 116 | 116 |
| 117 library_juxtaposition_test: Fail # Issue 6881 | 117 library_juxtaposition_test: Fail # Issue 6881 |
| 118 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error. | 118 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error. |
| 119 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 | 119 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 |
| 120 metadata_test: Fail | 120 metadata_test: Fail |
| 121 const_locals_test: Fail | 121 const_locals_test: Fail |
| 122 const_nested_test: Fail | 122 const_nested_test: Fail |
| 123 application_negative_test: Fail # Runtime only test, rewrite as multitest | |
| 124 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test | 123 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test |
| 125 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite
as multitest | 124 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite
as multitest |
| 126 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er
rors. | 125 call_nonexistent_static_test/03: Fail # Unresolved static calls are no longer er
rors. |
| 127 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er
rors. | 126 call_nonexistent_static_test/04: Fail # Unresolved static calls are no longer er
rors. |
| 128 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er
rors. | 127 call_nonexistent_static_test/05: Fail # Unresolved static calls are no longer er
rors. |
| 129 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er
rors. | 128 call_nonexistent_static_test/08: Fail # Unresolved static calls are no longer er
rors. |
| 130 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er
rors. | 129 call_nonexistent_static_test/09: Fail # Unresolved static calls are no longer er
rors. |
| 131 call_nonexistent_static_test/10: Fail # Unresolved static calls are no longer er
rors. | 130 call_nonexistent_static_test/10: Fail # Unresolved static calls are no longer er
rors. |
| 132 call_operator_test: Pass # Issue 1355 | 131 call_operator_test: Pass # Issue 1355 |
| 133 cascade_test/01: Pass # Issue 3729 - an earlier comment claims that this passes
for the wrong reason | 132 cascade_test/01: Pass # Issue 3729 - an earlier comment claims that this passes
for the wrong reason |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 type_annotation_test/07: Fail # Issue 6974 | 170 type_annotation_test/07: Fail # Issue 6974 |
| 172 type_annotation_test/08: Fail # Issue 5291 | 171 type_annotation_test/08: Fail # Issue 5291 |
| 173 # Test expects signature of noSuchMethod to be correct according | 172 # Test expects signature of noSuchMethod to be correct according |
| 174 # to specification. Should start working when the library signature | 173 # to specification. Should start working when the library signature |
| 175 # changes. | 174 # changes. |
| 176 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 175 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| 177 library2_negative_test: Fail # still a valid test? Issue 3649 | 176 library2_negative_test: Fail # still a valid test? Issue 3649 |
| 178 library4_negative_test: Fail # still a valid test? Issue 3530 | 177 library4_negative_test: Fail # still a valid test? Issue 3530 |
| 179 library6_negative_test: Fail # still a valid test? Issue 3650 | 178 library6_negative_test: Fail # still a valid test? Issue 3650 |
| 180 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 179 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 181 many_overridden_no_such_method_test: Fail | |
| 182 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest | 180 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest |
| 183 override_field_test/03: Fail # still a valid test? Issue 3894 | 181 override_field_test/03: Fail # still a valid test? Issue 3894 |
| 184 override_field_method6_negative_test: Fail, OK # test issue 5249 | 182 override_field_method6_negative_test: Fail, OK # test issue 5249 |
| 185 overridden_no_such_method_test: Fail | |
| 186 parameter_initializer6_negative_test: Fail # language change 4288 | 183 parameter_initializer6_negative_test: Fail # language change 4288 |
| 187 prefix1_negative_test : Fail # language change 1031 | 184 prefix1_negative_test : Fail # language change 1031 |
| 188 prefix4_negative_test : Fail # language change 1031 | 185 prefix4_negative_test : Fail # language change 1031 |
| 189 prefix5_negative_test : Fail # language change 1031 | 186 prefix5_negative_test : Fail # language change 1031 |
| 190 prefix8_negative_test : Fail # language change 1031 | 187 prefix8_negative_test : Fail # language change 1031 |
| 191 prefix9_negative_test : Fail # language change 1031 | 188 prefix9_negative_test : Fail # language change 1031 |
| 192 prefix10_negative_test : Fail # language change 1031 | 189 prefix10_negative_test : Fail # language change 1031 |
| 193 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest | 190 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest |
| 194 pseudo_kw_illegal_test/09: Fail, OK # 'interface' is not a built-in identifier | 191 pseudo_kw_illegal_test/09: Fail, OK # 'interface' is not a built-in identifier |
| 195 pseudo_kw_illegal_test/14: Fail, OK # 'source' is not a built-in identifier | 192 pseudo_kw_illegal_test/14: Fail, OK # 'source' is not a built-in identifier |
| (...skipping 20 matching lines...) Expand all Loading... |
| 216 type_parameter_test/03: Fail, OK | 213 type_parameter_test/03: Fail, OK |
| 217 type_parameter_test/04: Fail, OK | 214 type_parameter_test/04: Fail, OK |
| 218 | 215 |
| 219 | 216 |
| 220 # test issue 5337 | 217 # test issue 5337 |
| 221 bad_constructor_test/05: Fail, OK | 218 bad_constructor_test/05: Fail, OK |
| 222 | 219 |
| 223 # test issue 5529 | 220 # test issue 5529 |
| 224 interface_test/none: Fail, OK | 221 interface_test/none: Fail, OK |
| 225 | 222 |
| 226 # test issue 6338 | |
| 227 application_negative_test: Pass | |
| 228 application_test: Fail, OK | |
| 229 generic_instanceof_test: Fail, OK | |
| 230 hello_script_test: Fail, OK | |
| 231 lazy_static6_test: Fail, OK | |
| 232 library1_test: Fail, OK | |
| 233 library_prefixes_test: Fail, OK | |
| 234 many_generic_instanceof_test: Fail, OK | |
| 235 multi_pass2_test: Fail, OK | |
| 236 multi_pass_test: Fail, OK | |
| 237 private2_test: Fail, OK | |
| 238 private3_test: Fail, OK | |
| 239 private_test: Fail, OK | |
| 240 top_level_entry_test: Fail, OK | |
| 241 top_level_multiple_files_test: Fail, OK | |
| 242 top_level_non_prefixed_library_test: Fail, OK | |
| 243 | 223 |
| 244 prefix6_negative_test: Fail | 224 prefix6_negative_test: Fail |
| 245 | 225 |
| 246 # test issue 6818 | 226 # test issue 6818 |
| 247 type_variable_identifier_expression_negative_test: Fail, OK | 227 type_variable_identifier_expression_negative_test: Fail, OK |
| 248 | 228 |
| 249 # test issue 6866 | 229 # test issue 6866 |
| 250 abstract_factory_constructor_test/none: Fail | 230 abstract_factory_constructor_test/none: Fail |
| 251 abstract_syntax_test/none: Fail | 231 abstract_syntax_test/none: Fail |
| 252 get_set_syntax_test/none: Fail | 232 get_set_syntax_test/none: Fail |
| (...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 *: Skip | 547 *: Skip |
| 568 | 548 |
| 569 [ $arch == simarm ] | 549 [ $arch == simarm ] |
| 570 *: Skip | 550 *: Skip |
| 571 | 551 |
| 572 [ $arch == mips ] | 552 [ $arch == mips ] |
| 573 *: Skip | 553 *: Skip |
| 574 | 554 |
| 575 [ $arch == simmips ] | 555 [ $arch == simmips ] |
| 576 *: Skip | 556 *: Skip |
| OLD | NEW |