| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest | 67 assert_keyword_negative_test: Fail # Runtime only test, rewrite as multitest |
| 68 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest | 68 assign_instance_method_negative_test: Fail # Runtime only test, rewrite as mult
itest |
| 69 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest | 69 body_less_constructor_wrong_arg_negative_test: Fail # Runtime only test, rewrit
e as multitest |
| 70 call_operator_test: Pass # Issue 1355 | 70 call_operator_test: Pass # Issue 1355 |
| 71 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason | 71 cascade_test: Pass,Fail # Issue 3729 Some cases pass, but for the wrong reason |
| 72 char_escape_test: Pass # Issue 1654 | 72 char_escape_test: Pass # Issue 1654 |
| 73 class_literal_test/04 : Fail # language change 1031 | 73 class_literal_test/04 : Fail # language change 1031 |
| 74 class_literal_test/09 : Fail # language change 1031 | 74 class_literal_test/09 : Fail # language change 1031 |
| 75 class_literal_test/16 : Fail # language change 1031 | 75 class_literal_test/16 : Fail # language change 1031 |
| 76 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest | 76 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri
te as multitest |
| 77 const_var_test : Fail # Issue 3550 | |
| 78 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 77 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest |
| 79 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 |
| 80 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. | 79 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
| 81 duplicate_implements_test: Skip # Issue 976 | 80 duplicate_implements_test: Skip # Issue 976 |
| 82 factory5_test/00: Fail # issue 3079 | 81 factory5_test/00: Fail # issue 3079 |
| 83 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 82 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
| 84 final_syntax_test/*: Skip # can't handle base case | 83 final_syntax_test/*: Skip # can't handle base case |
| 85 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. |
| 86 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 |
| 87 interface_factory1_negative_test: Fail # language change 1031 | 86 interface_factory1_negative_test: Fail # language change 1031 |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 prefix_core_test: Fail | 250 prefix_core_test: Fail |
| 252 super_closure_test: Fail | 251 super_closure_test: Fail |
| 253 super_field_access_test: Fail | 252 super_field_access_test: Fail |
| 254 super_first_constructor_test: Fail | 253 super_first_constructor_test: Fail |
| 255 # VM specific tests. | 254 # VM specific tests. |
| 256 disable_privacy_test: Fail, Ok | 255 disable_privacy_test: Fail, Ok |
| 257 # This test hard codes name of file being run and precise position. | 256 # This test hard codes name of file being run and precise position. |
| 258 generic_test: Fail, Ok | 257 generic_test: Fail, Ok |
| 259 top_level_getter_arrow_syntax_test: Fail # TODO(ahe): I'm working on this. | 258 top_level_getter_arrow_syntax_test: Fail # TODO(ahe): I'm working on this. |
| 260 getters_setters_test: Fail # TODO(ahe): I'm working on this. | 259 getters_setters_test: Fail # TODO(ahe): I'm working on this. |
| OLD | NEW |