| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. | 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead
of static type warning. |
| 64 | 64 |
| 65 lazy_static3_test: Fail # Issue 3558 | 65 lazy_static3_test: Fail # Issue 3558 |
| 66 | 66 |
| 67 | 67 |
| 68 | 68 |
| 69 # DartC specific tests that should not be run by the VM | 69 # DartC specific tests that should not be run by the VM |
| 70 *dartc_test: Skip | 70 *dartc_test: Skip |
| 71 *dartc_negative_test: Skip | 71 *dartc_negative_test: Skip |
| 72 | 72 |
| 73 compile_time_constant10_test: Fail # issue 5214 |
| 74 |
| 73 [ $compiler == none && $mode == debug ] | 75 [ $compiler == none && $mode == debug ] |
| 74 gc_test: Skip # Takes too long. | 76 gc_test: Skip # Takes too long. |
| 75 | 77 |
| 76 [ $compiler == none && $checked ] | 78 [ $compiler == none && $checked ] |
| 77 type_parameter_test/01: Fail # Issue 4932 | 79 type_parameter_test/01: Fail # Issue 4932 |
| 78 type_parameter_test/02: Fail # Issue 4932 | 80 type_parameter_test/02: Fail # Issue 4932 |
| 79 type_parameter_test/03: Fail # Issue 4932 | 81 type_parameter_test/03: Fail # Issue 4932 |
| 80 type_parameter_test/04: Fail # Issue 4932 | 82 type_parameter_test/04: Fail # Issue 4932 |
| 81 | 83 |
| 82 [ $compiler == none && $unchecked ] | 84 [ $compiler == none && $unchecked ] |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 class_literal_test/21 : Fail # language change 3368 | 151 class_literal_test/21 : Fail # language change 3368 |
| 150 class_literal_test/22 : Fail # language change 3368 | 152 class_literal_test/22 : Fail # language change 3368 |
| 151 class_literal_test/23 : Fail # language change 3368 | 153 class_literal_test/23 : Fail # language change 3368 |
| 152 class_literal_test/24 : Fail # language change 3368 | 154 class_literal_test/24 : Fail # language change 3368 |
| 153 class_literal_test/25 : Fail # language change 3368 | 155 class_literal_test/25 : Fail # language change 3368 |
| 154 class_literal_test/26 : Fail # language change 3368 | 156 class_literal_test/26 : Fail # language change 3368 |
| 155 class_literal_test/27 : Fail # language change 3368 | 157 class_literal_test/27 : Fail # language change 3368 |
| 156 class_literal_test/28 : Fail # language change 3368 | 158 class_literal_test/28 : Fail # language change 3368 |
| 157 class_literal_test/29 : Fail # language change 3368 | 159 class_literal_test/29 : Fail # language change 3368 |
| 158 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 160 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 161 compile_time_constant10_test: Fail # issue 5215. |
| 159 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 162 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 160 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 163 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 161 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. | 164 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. |
| 162 duplicate_implements_test/03: Fail, OK # we are going to remove interfaces | 165 duplicate_implements_test/03: Fail, OK # we are going to remove interfaces |
| 163 duplicate_implements_test/04: Fail, OK # we are going to remove interfaces | 166 duplicate_implements_test/04: Fail, OK # we are going to remove interfaces |
| 164 factory5_test/00: Fail # issue 3079 | 167 factory5_test/00: Fail # issue 3079 |
| 165 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 168 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 166 const_syntax_test/09: Fail # Issue 4713 | 169 const_syntax_test/09: Fail # Issue 4713 |
| 167 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 170 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 168 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. | 171 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 compile_time_constant_checked2_test/03: Fail, OK | 392 compile_time_constant_checked2_test/03: Fail, OK |
| 390 compile_time_constant_checked2_test/04: Fail, OK | 393 compile_time_constant_checked2_test/04: Fail, OK |
| 391 compile_time_constant_checked2_test/05: Fail, OK | 394 compile_time_constant_checked2_test/05: Fail, OK |
| 392 compile_time_constant_checked2_test/06: Fail, OK | 395 compile_time_constant_checked2_test/06: Fail, OK |
| 393 compile_time_constant_checked3_test/01: Fail, OK | 396 compile_time_constant_checked3_test/01: Fail, OK |
| 394 compile_time_constant_checked3_test/02: Fail, OK | 397 compile_time_constant_checked3_test/02: Fail, OK |
| 395 compile_time_constant_checked3_test/03: Fail, OK | 398 compile_time_constant_checked3_test/03: Fail, OK |
| 396 compile_time_constant_checked3_test/04: Fail, OK | 399 compile_time_constant_checked3_test/04: Fail, OK |
| 397 compile_time_constant_checked3_test/05: Fail, OK | 400 compile_time_constant_checked3_test/05: Fail, OK |
| 398 compile_time_constant_checked3_test/06: Fail, OK | 401 compile_time_constant_checked3_test/06: Fail, OK |
| OLD | NEW |