| 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 compile_time_constant_checked3_test/03: Fail, OK | 79 compile_time_constant_checked3_test/03: Fail, OK |
| 80 compile_time_constant_checked3_test/04: Fail, OK | 80 compile_time_constant_checked3_test/04: Fail, OK |
| 81 compile_time_constant_checked3_test/05: Fail, OK | 81 compile_time_constant_checked3_test/05: Fail, OK |
| 82 compile_time_constant_checked3_test/06: Fail, OK | 82 compile_time_constant_checked3_test/06: Fail, OK |
| 83 | 83 |
| 84 [ $compiler == none && $checked ] | 84 [ $compiler == none && $checked ] |
| 85 default_factory2_test/01: Fail # Issue 7075. | 85 default_factory2_test/01: Fail # Issue 7075. |
| 86 | 86 |
| 87 [ $compiler == dartc ] | 87 [ $compiler == dartc ] |
| 88 # TODO(tball): Assign proper bug numbers. | 88 # TODO(tball): Assign proper bug numbers. |
| 89 type_parameter_literal_test: Fail | 89 class_literal_test/none : Fail |
| 90 class_literal_test/02: Fail | |
| 91 class_literal_test/14: Fail | |
| 92 class_literal_test/07: Fail | |
| 93 | 90 |
| 94 library_juxtaposition_test: Fail # Issue 6881 | 91 library_juxtaposition_test: Fail # Issue 6881 |
| 95 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error. | 92 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error. |
| 96 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560 | 93 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560 |
| 97 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 | 94 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 |
| 98 metadata_test: Fail | 95 metadata_test: Fail |
| 99 bad_override_test/01: Fail, OK # issue 6578, warning expected on "static" modifi
er | 96 bad_override_test/01: Fail, OK # issue 6578, warning expected on "static" modifi
er |
| 100 bad_override_test/02: Fail, OK # issue 6578, warning expected on "static" modifi
er | 97 bad_override_test/02: Fail, OK # issue 6578, warning expected on "static" modifi
er |
| 101 const_locals_test: Fail | 98 const_locals_test: Fail |
| 102 const_nested_test: Fail | 99 const_nested_test: Fail |
| (...skipping 28 matching lines...) Expand all Loading... |
| 131 class_literal_test/20 : Fail # language change 3368 | 128 class_literal_test/20 : Fail # language change 3368 |
| 132 class_literal_test/21 : Fail # language change 3368 | 129 class_literal_test/21 : Fail # language change 3368 |
| 133 class_literal_test/22 : Fail # language change 3368 | 130 class_literal_test/22 : Fail # language change 3368 |
| 134 class_literal_test/23 : Fail # language change 3368 | 131 class_literal_test/23 : Fail # language change 3368 |
| 135 class_literal_test/24 : Fail # language change 3368 | 132 class_literal_test/24 : Fail # language change 3368 |
| 136 class_literal_test/25 : Fail # language change 3368 | 133 class_literal_test/25 : Fail # language change 3368 |
| 137 class_literal_test/26 : Fail # language change 3368 | 134 class_literal_test/26 : Fail # language change 3368 |
| 138 class_literal_test/27 : Fail # language change 3368 | 135 class_literal_test/27 : Fail # language change 3368 |
| 139 class_literal_test/28 : Fail # language change 3368 | 136 class_literal_test/28 : Fail # language change 3368 |
| 140 class_literal_test/29 : Fail # language change 3368 | 137 class_literal_test/29 : Fail # language change 3368 |
| 141 class_literal_test : Fail | |
| 142 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 138 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 143 compile_time_constant10_test/none: Fail # issue 5215. | 139 compile_time_constant10_test/none: Fail # issue 5215. |
| 144 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 140 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 145 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 141 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 146 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 142 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 147 | 143 |
| 148 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 144 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 149 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. | 145 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
| 150 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 146 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 151 type_annotation_test/02: Fail # Issue 6974 | 147 type_annotation_test/02: Fail # Issue 6974 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT
ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS) | 181 syntax_test/none: Fail # Bug 2107 Static type warnings in none case (INSTANTIAT
ION_OF_CLASS_WITH_UNIMPLEMENTED_MEMBERS) |
| 186 throw7_negative_test: Fail # Issue 3654 | 182 throw7_negative_test: Fail # Issue 3654 |
| 187 implicit_this_test/01: Fail | 183 implicit_this_test/01: Fail |
| 188 implicit_this_test/04: Fail | 184 implicit_this_test/04: Fail |
| 189 interface_inherit_field_test: Fail | 185 interface_inherit_field_test: Fail |
| 190 prefix11_negative_test: Fail | 186 prefix11_negative_test: Fail |
| 191 factory2_test: Fail | 187 factory2_test: Fail |
| 192 default_implementation2_test: Fail | 188 default_implementation2_test: Fail |
| 193 default_factory2_test/none: Fail | 189 default_factory2_test/none: Fail |
| 194 interface_static_non_final_fields_negative_test: Fail | 190 interface_static_non_final_fields_negative_test: Fail |
| 195 type_parameter_literal_test: Fail | |
| 196 | 191 |
| 197 # test issue 5291 | 192 # test issue 5291 |
| 198 type_parameter_test/01: Fail, OK | 193 type_parameter_test/01: Fail, OK |
| 199 type_parameter_test/02: Fail, OK | 194 type_parameter_test/02: Fail, OK |
| 200 type_parameter_test/03: Fail, OK | 195 type_parameter_test/03: Fail, OK |
| 201 type_parameter_test/04: Fail, OK | 196 type_parameter_test/04: Fail, OK |
| 202 | 197 |
| 203 | 198 |
| 204 # test issue 5337 | 199 # test issue 5337 |
| 205 bad_constructor_test/05: Fail, OK | 200 bad_constructor_test/05: Fail, OK |
| (...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 528 compile_time_constant_checked3_test/02: Fail, OK | 523 compile_time_constant_checked3_test/02: Fail, OK |
| 529 compile_time_constant_checked3_test/03: Fail, OK | 524 compile_time_constant_checked3_test/03: Fail, OK |
| 530 compile_time_constant_checked3_test/04: Fail, OK | 525 compile_time_constant_checked3_test/04: Fail, OK |
| 531 compile_time_constant_checked3_test/05: Fail, OK | 526 compile_time_constant_checked3_test/05: Fail, OK |
| 532 compile_time_constant_checked3_test/06: Fail, OK | 527 compile_time_constant_checked3_test/06: Fail, OK |
| 533 | 528 |
| 534 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 529 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 535 type_parameter_literal_test: Fail | 530 type_parameter_literal_test: Fail |
| 536 | 531 |
| 537 [ $compiler == dart2dart && $minified ] | 532 [ $compiler == dart2dart && $minified ] |
| 533 # TODO(tball): Assign proper bug numbers. |
| 534 class_literal_test/none: Fail |
| 535 |
| 538 import_core_prefix_test: Pass | 536 import_core_prefix_test: Pass |
| 539 prefix22_test: Pass | 537 prefix22_test: Pass |
| 540 invocation_mirror_test: Fail, OK # hardcoded names. | 538 invocation_mirror_test: Fail, OK # hardcoded names. |
| 541 invocation_mirror2_test: Fail, OK # hardcoded names. | 539 invocation_mirror2_test: Fail, OK # hardcoded names. |
| 542 super_call4_test: Fail, OK # hardcoded names. | 540 super_call4_test: Fail, OK # hardcoded names. |
| OLD | NEW |