| 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 compile_time_constant10_test/none: Fail # issue 5215. | 135 compile_time_constant10_test/none: Fail # issue 5215. |
| 136 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 136 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 137 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 137 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 138 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. | 138 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. |
| 139 factory5_test/00: Fail # issue 3079 | 139 factory5_test/00: Fail # issue 3079 |
| 140 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 140 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 141 | 141 |
| 142 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 142 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 143 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. | 143 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
| 144 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 144 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 145 duplicate_export_negative_test: Fail # Duplicate export not reported. | |
| 146 # Test expects signature of noSuchMethod to be correct according | 145 # Test expects signature of noSuchMethod to be correct according |
| 147 # to specification. Should start working when the library signature | 146 # to specification. Should start working when the library signature |
| 148 # changes. | 147 # changes. |
| 149 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 148 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
| 150 library2_negative_test: Fail # still a valid test? Issue 3649 | 149 library2_negative_test: Fail # still a valid test? Issue 3649 |
| 151 library4_negative_test: Fail # still a valid test? Issue 3530 | 150 library4_negative_test: Fail # still a valid test? Issue 3530 |
| 152 library6_negative_test: Fail # still a valid test? Issue 3650 | 151 library6_negative_test: Fail # still a valid test? Issue 3650 |
| 153 list_literal4_test: Fail # Issue 1343 | 152 list_literal4_test: Fail # Issue 1343 |
| 154 map_literal4_test: Fail # Issue 1343 | 153 map_literal4_test: Fail # Issue 1343 |
| 155 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 154 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| (...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 compile_time_constant_checked3_test/03: Fail, OK | 589 compile_time_constant_checked3_test/03: Fail, OK |
| 591 compile_time_constant_checked3_test/04: Fail, OK | 590 compile_time_constant_checked3_test/04: Fail, OK |
| 592 compile_time_constant_checked3_test/05: Fail, OK | 591 compile_time_constant_checked3_test/05: Fail, OK |
| 593 compile_time_constant_checked3_test/06: Fail, OK | 592 compile_time_constant_checked3_test/06: Fail, OK |
| 594 | 593 |
| 595 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 | 594 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 |
| 596 | 595 |
| 597 # This is a VM error when the compiled code is run. | 596 # This is a VM error when the compiled code is run. |
| 598 invocation_mirror_test: Fail # issue 3326, 3622. | 597 invocation_mirror_test: Fail # issue 3326, 3622. |
| 599 invocation_mirror_indirect_test: Fail # issue 3326, 3622. | 598 invocation_mirror_indirect_test: Fail # issue 3326, 3622. |
| OLD | NEW |