| 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 66 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| 67 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest | 67 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest |
| 68 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest | 68 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 69 call_operator_test: Pass # Issue 1355 | 69 call_operator_test: Pass # Issue 1355 |
| 70 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason | 70 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason |
| 71 char_escape_test: Pass # Issue 1654 | 71 char_escape_test: Pass # Issue 1654 |
| 72 class_literal_test/04 : Fail # language change 1031 | 72 class_literal_test/04 : Fail # language change 1031 |
| 73 class_literal_test/09 : Fail # language change 1031 | 73 class_literal_test/09 : Fail # language change 1031 |
| 74 class_literal_test/16 : Fail # language change 1031 | 74 class_literal_test/16 : Fail # language change 1031 |
| 75 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 75 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 76 const_var_test : Fail # Issue 3550 |
| 76 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 77 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 77 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest | 78 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r
ewrite as multitest |
| 78 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 79 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 79 duplicate_implements_test: Skip # Issue 976 | 80 duplicate_implements_test: Skip # Issue 976 |
| 80 factory5_test/00: Fail # issue 3079 | 81 factory5_test/00: Fail # issue 3079 |
| 81 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 82 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 82 final_syntax_test/*: Skip # can't handle base case | 83 final_syntax_test/*: Skip # can't handle base case |
| 83 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 84 getter_no_setter_test/01: Fail # Fails to detect compile-time error. |
| 84 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest | 85 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 85 interface_factory1_negative_test: Fail # language change 1031 | 86 interface_factory1_negative_test: Fail # language change 1031 |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 prefix20_negative_test: Fail | 254 prefix20_negative_test: Fail |
| 254 static_final_field_negative_test: Fail | 255 static_final_field_negative_test: Fail |
| 255 static_implicit_closure_test: Fail, Pass | 256 static_implicit_closure_test: Fail, Pass |
| 256 static_top_level_test/00: Fail | 257 static_top_level_test/00: Fail |
| 257 static_top_level_test/01: Fail | 258 static_top_level_test/01: Fail |
| 258 static_top_level_test/02: Fail | 259 static_top_level_test/02: Fail |
| 259 static_top_level_test/03: Fail | 260 static_top_level_test/03: Fail |
| 260 static_top_level_test/04: Fail | 261 static_top_level_test/04: Fail |
| 261 static_top_level_test/05: Fail | 262 static_top_level_test/05: Fail |
| 262 switch_label_test: Fail | 263 switch_label_test: Fail |
| OLD | NEW |