| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 class_literal_test/none : Fail # Issue 7630. | 88 class_literal_test/none : Fail # Issue 7630. |
| 89 | 89 |
| 90 # dartc issue 7743 |
| 91 list_literal1_negative_test: Fail |
| 92 map_literal1_negative_test: Fail |
| 93 |
| 94 |
| 90 library_juxtaposition_test: Fail # Issue 6881 | 95 library_juxtaposition_test: Fail # Issue 6881 |
| 91 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error. | 96 new_expression_type_args_test/0*: Fail # Wrongly reports compile-time error. |
| 92 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560 | 97 redirecting_factory_infinite_steps_test/01: Fail # http://dartbug.com/6560 |
| 93 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 | 98 implicit_this_test/none: Fail # should not warn about allocating SubAbstract2 |
| 94 metadata_test: Fail | 99 metadata_test: Fail |
| 95 const_locals_test: Fail | 100 const_locals_test: Fail |
| 96 const_nested_test: Fail | 101 const_nested_test: Fail |
| 97 application_negative_test: Fail # Runtime only test, rewrite as multitest | 102 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 98 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test | 103 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multi
test |
| 99 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite
as multitest | 104 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrite
as multitest |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 type_annotation_test/02: Fail # Issue 6974 | 149 type_annotation_test/02: Fail # Issue 6974 |
| 145 type_annotation_test/07: Fail # Issue 6974 | 150 type_annotation_test/07: Fail # Issue 6974 |
| 146 type_annotation_test/08: Fail # Issue 5291 | 151 type_annotation_test/08: Fail # Issue 5291 |
| 147 # Test expects signature of noSuchMethod to be correct according | 152 # Test expects signature of noSuchMethod to be correct according |
| 148 # to specification. Should start working when the library signature | 153 # to specification. Should start working when the library signature |
| 149 # changes. | 154 # changes. |
| 150 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 155 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| 151 library2_negative_test: Fail # still a valid test? Issue 3649 | 156 library2_negative_test: Fail # still a valid test? Issue 3649 |
| 152 library4_negative_test: Fail # still a valid test? Issue 3530 | 157 library4_negative_test: Fail # still a valid test? Issue 3530 |
| 153 library6_negative_test: Fail # still a valid test? Issue 3650 | 158 library6_negative_test: Fail # still a valid test? Issue 3650 |
| 154 list_literal4_test: Fail # Issue 1343 | |
| 155 map_literal4_test: Fail # Issue 1343 | |
| 156 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 159 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 157 many_overridden_no_such_method_test: Fail | 160 many_overridden_no_such_method_test: Fail |
| 158 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest | 161 no_such_method_negative_test: Fail # Runtime only test, rewrite as multitest |
| 159 override_field_test/03: Fail # still a valid test? Issue 3894 | 162 override_field_test/03: Fail # still a valid test? Issue 3894 |
| 160 override_field_method6_negative_test: Fail, OK # test issue 5249 | 163 override_field_method6_negative_test: Fail, OK # test issue 5249 |
| 161 overridden_no_such_method_test: Fail | 164 overridden_no_such_method_test: Fail |
| 162 parameter_initializer6_negative_test: Fail # language change 4288 | 165 parameter_initializer6_negative_test: Fail # language change 4288 |
| 163 prefix1_negative_test : Fail # language change 1031 | 166 prefix1_negative_test : Fail # language change 1031 |
| 164 prefix4_negative_test : Fail # language change 1031 | 167 prefix4_negative_test : Fail # language change 1031 |
| 165 prefix5_negative_test : Fail # language change 1031 | 168 prefix5_negative_test : Fail # language change 1031 |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 534 prefix22_test: Pass | 537 prefix22_test: Pass |
| 535 invocation_mirror_test: Fail, OK # hardcoded names. | 538 invocation_mirror_test: Fail, OK # hardcoded names. |
| 536 invocation_mirror2_test: Fail, OK # hardcoded names. | 539 invocation_mirror2_test: Fail, OK # hardcoded names. |
| 537 super_call4_test: Fail, OK # hardcoded names. | 540 super_call4_test: Fail, OK # hardcoded names. |
| 538 | 541 |
| 539 [ $compiler == dart2js && $runtime == d8 && $checked ] | 542 [ $compiler == dart2js && $runtime == d8 && $checked ] |
| 540 # Issue 7733. | 543 # Issue 7733. |
| 541 compile_time_constant_a_test: Fail | 544 compile_time_constant_a_test: Fail |
| 542 compile_time_constant_b_test: Fail | 545 compile_time_constant_b_test: Fail |
| 543 ordered_maps_test: Fail | 546 ordered_maps_test: Fail |
| OLD | NEW |