| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 gc_test: Skip # Takes too long. | 60 gc_test: Skip # Takes too long. |
| 61 | 61 |
| 62 [ $compiler == dartc ] | 62 [ $compiler == dartc ] |
| 63 application_negative_test: Fail # Runtime only test, rewrite as multitest | 63 application_negative_test: Fail # Runtime only test, rewrite as multitest |
| 64 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 64 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| 65 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest | 65 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest |
| 66 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest | 66 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 67 call_operator_test: Pass # Issue 1355 | 67 call_operator_test: Pass # Issue 1355 |
| 68 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason | 68 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason |
| 69 char_escape_test: Pass # Issue 1654 | 69 char_escape_test: Pass # Issue 1654 |
| 70 class_literal_test/01 : Fail # language change 3368 |
| 70 class_literal_test/04 : Fail # language change 1031 | 71 class_literal_test/04 : Fail # language change 1031 |
| 72 class_literal_test/05 : Fail # language change 3368 |
| 73 class_literal_test/06 : Fail # language change 3368 |
| 71 class_literal_test/09 : Fail # language change 1031 | 74 class_literal_test/09 : Fail # language change 1031 |
| 75 class_literal_test/10 : Fail # language change 3368 |
| 76 class_literal_test/11 : Fail # language change 3368 |
| 77 class_literal_test/12 : Fail # language change 3368 |
| 78 class_literal_test/13 : Fail # language change 3368 |
| 72 class_literal_test/16 : Fail # language change 1031 | 79 class_literal_test/16 : Fail # language change 1031 |
| 80 class_literal_test/17 : Fail # language change 3368 |
| 81 class_literal_test/18 : Fail # language change 3368 |
| 82 class_literal_test/19 : Fail # language change 3368 |
| 83 class_literal_test/20 : Fail # language change 3368 |
| 84 class_literal_test/21 : Fail # language change 3368 |
| 85 class_literal_test/22 : Fail # language change 3368 |
| 86 class_literal_test/23 : Fail # language change 3368 |
| 87 class_literal_test/24 : Fail # language change 3368 |
| 88 class_literal_test/25 : Fail # language change 3368 |
| 89 class_literal_test/26 : Fail # language change 3368 |
| 90 class_literal_test/27 : Fail # language change 3368 |
| 91 class_literal_test/28 : Fail # language change 3368 |
| 92 class_literal_test/29 : Fail # language change 3368 |
| 73 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 93 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 74 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 94 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 75 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 95 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 76 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 96 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 77 duplicate_implements_test: Skip # Issue 976 | 97 duplicate_implements_test: Skip # Issue 976 |
| 78 factory5_test/00: Fail # issue 3079 | 98 factory5_test/00: Fail # issue 3079 |
| 79 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 99 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 80 const_syntax_test/09: Fail # Issue 4713 | 100 const_syntax_test/09: Fail # Issue 4713 |
| 81 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 101 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 82 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 102 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 field_override_test/02: Fail | 266 field_override_test/02: Fail |
| 247 field_override_test/none: Fail | 267 field_override_test/none: Fail |
| 248 gc_test: Fail | 268 gc_test: Fail |
| 249 super_closure_test: Fail | 269 super_closure_test: Fail |
| 250 super_field_access_test: Fail | 270 super_field_access_test: Fail |
| 251 super_first_constructor_test: Fail | 271 super_first_constructor_test: Fail |
| 252 # VM specific tests. | 272 # VM specific tests. |
| 253 disable_privacy_test: Fail, Ok | 273 disable_privacy_test: Fail, Ok |
| 254 # This test hard codes name of file being run and precise position. | 274 # This test hard codes name of file being run and precise position. |
| 255 generic_test: Fail, Ok | 275 generic_test: Fail, Ok |
| OLD | NEW |