| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 *dartc_negative_test: Skip | 50 *dartc_negative_test: Skip |
| 51 | 51 |
| 52 compile_time_constant10_test/none: Fail # issue 5214 | 52 compile_time_constant10_test/none: Fail # issue 5214 |
| 53 | 53 |
| 54 invocation_mirror_test: Fail # issue 3326, 3622. | 54 invocation_mirror_test: Fail # issue 3326, 3622. |
| 55 no_such_method_test: Fail # issue 3326, 3622. | 55 no_such_method_test: Fail # issue 3326, 3622. |
| 56 | 56 |
| 57 export_cyclic_test: Fail, Crash # issue 6060 | 57 export_cyclic_test: Fail, Crash # issue 6060 |
| 58 duplicate_export_negative_test: Fail # issue 6134 | 58 duplicate_export_negative_test: Fail # issue 6134 |
| 59 invocation_mirror_indirect_test: Fail # Issue 3326 | 59 invocation_mirror_indirect_test: Fail # Issue 3326 |
| 60 type_annotation_test/04: Fail # Issue 6970 |
| 61 type_annotation_test/06: Fail # Issue 6973 |
| 62 type_annotation_test/09: Fail # Issue 6973 |
| 60 | 63 |
| 61 # Test issue 6324 | 64 # Test issue 6324 |
| 62 class_test: Fail, OK | 65 class_test: Fail, OK |
| 63 interface_test/none: Fail, OK | 66 interface_test/none: Fail, OK |
| 64 interface_test/00: Fail, OK | 67 interface_test/00: Fail, OK |
| 65 compile_time_constant_h_test: Fail, OK | 68 compile_time_constant_h_test: Fail, OK |
| 66 const_constructor_syntax_test/none: Fail, OK | 69 const_constructor_syntax_test/none: Fail, OK |
| 67 default_class_implicit_constructor_test: Fail, OK | 70 default_class_implicit_constructor_test: Fail, OK |
| 68 named_parameters_test/none: Fail, OK | 71 named_parameters_test/none: Fail, OK |
| 69 type_checks_in_factory_method_test: Fail, OK | 72 type_checks_in_factory_method_test: Fail, OK |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 compile_time_constant10_test/none: Fail # issue 5215. | 205 compile_time_constant10_test/none: Fail # issue 5215. |
| 203 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 206 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 204 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 207 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 205 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. | 208 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. |
| 206 factory5_test/00: Fail # issue 3079 | 209 factory5_test/00: Fail # issue 3079 |
| 207 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 210 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 208 | 211 |
| 209 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 212 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 210 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. | 213 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
| 211 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 214 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 215 type_annotation_test/02: Fail # Issue 6974 |
| 216 type_annotation_test/07: Fail # Issue 6974 |
| 217 type_annotation_test/08: Fail # Issue 5291 |
| 212 # Test expects signature of noSuchMethod to be correct according | 218 # Test expects signature of noSuchMethod to be correct according |
| 213 # to specification. Should start working when the library signature | 219 # to specification. Should start working when the library signature |
| 214 # changes. | 220 # changes. |
| 215 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 221 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| 216 library2_negative_test: Fail # still a valid test? Issue 3649 | 222 library2_negative_test: Fail # still a valid test? Issue 3649 |
| 217 library4_negative_test: Fail # still a valid test? Issue 3530 | 223 library4_negative_test: Fail # still a valid test? Issue 3530 |
| 218 library6_negative_test: Fail # still a valid test? Issue 3650 | 224 library6_negative_test: Fail # still a valid test? Issue 3650 |
| 219 list_literal4_test: Fail # Issue 1343 | 225 list_literal4_test: Fail # Issue 1343 |
| 220 map_literal4_test: Fail # Issue 1343 | 226 map_literal4_test: Fail # Issue 1343 |
| 221 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 227 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 679 compile_time_constant_checked3_test/03: Fail, OK | 685 compile_time_constant_checked3_test/03: Fail, OK |
| 680 compile_time_constant_checked3_test/04: Fail, OK | 686 compile_time_constant_checked3_test/04: Fail, OK |
| 681 compile_time_constant_checked3_test/05: Fail, OK | 687 compile_time_constant_checked3_test/05: Fail, OK |
| 682 compile_time_constant_checked3_test/06: Fail, OK | 688 compile_time_constant_checked3_test/06: Fail, OK |
| 683 | 689 |
| 684 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 690 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 685 | 691 |
| 686 # This is a VM error when the compiled code is run. | 692 # This is a VM error when the compiled code is run. |
| 687 invocation_mirror_test: Fail # issue 3326, 3622. | 693 invocation_mirror_test: Fail # issue 3326, 3622. |
| 688 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 694 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |