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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 gc_test: Skip # Takes too long. | 62 gc_test: Skip # Takes too long. |
63 | 63 |
64 [ $compiler == dartc ] | 64 [ $compiler == dartc ] |
65 application_negative_test: Fail # Runtime only test, rewrite as multitest | 65 application_negative_test: Fail # Runtime only test, rewrite as multitest |
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 : Skip # language change 1031 | 72 class_literal_test/04 : Fail # language change 1031 |
73 class_literal_test/09 : Skip # language change 1031 | 73 class_literal_test/09 : Fail # language change 1031 |
74 class_literal_test/16 : Skip # 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 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest | 76 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 | 77 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. | 78 disable_privacy_test: Skip # Issue 1882: Needs --disable_privacy support. |
79 duplicate_implements_test: Skip # Issue 976 | 79 duplicate_implements_test: Skip # Issue 976 |
80 factory5_test/00: Fail # issue 3079 | 80 factory5_test/00: Fail # issue 3079 |
81 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest | 81 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest |
82 final_syntax_test/*: Skip # can't handle base case | 82 final_syntax_test/*: Skip # can't handle base case |
83 getter_no_setter_test/01: Fail # Fails to detect compile-time error. | 83 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 | 84 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr
ite as multitest |
| 85 interface_factory1_negative_test: Fail # language change 1031 |
85 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest | 86 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest |
86 library2_negative_test: Fail # still a valid test? Issue 3649 | 87 library2_negative_test: Fail # still a valid test? Issue 3649 |
87 library4_negative_test: Fail # still a valid test? Issue 3530 | 88 library4_negative_test: Fail # still a valid test? Issue 3530 |
88 library6_negative_test: Fail # still a valid test? Issue 3650 | 89 library6_negative_test: Fail # still a valid test? Issue 3650 |
89 list_literal4_test: Fail # Issue 1343 | 90 list_literal4_test: Fail # Issue 1343 |
90 map_literal4_test: Fail # Issue 1343 | 91 map_literal4_test: Fail # Issue 1343 |
91 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest | 92 named_parameters_negative_test: Fail # Runtime only test, rewrite as multitest |
92 named_parameters_with_object_property_names_test: Fail # Issue 2137 | 93 named_parameters_with_object_property_names_test: Fail # Issue 2137 |
| 94 new_expression_type_args_frog_test/01: Fail # language change 1031 |
| 95 new_expression_type_args_frog_test/02: Fail # language change 1031 |
93 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste | 96 no_such_method_negative_test: Fail # Runtime only test, rewrite as multiteste |
94 override_field_test/03: Fail # still a valid test? Issue 3894 | 97 override_field_test/03: Fail # still a valid test? Issue 3894 |
95 override_field_test/04: Fail # still a valid test? Issue 3656 | 98 override_field_test/04: Fail # still a valid test? Issue 3656 |
96 prefix1_negative_test : Skip # language change 1031 | 99 prefix1_negative_test : Fail # language change 1031 |
97 prefix5_negative_test : Skip # language change 1031 | 100 prefix4_negative_test : Fail # language change 1031 |
| 101 prefix5_negative_test : Fail # language change 1031 |
| 102 prefix8_negative_test : Fail # language change 1031 |
| 103 prefix9_negative_test : Fail # language change 1031 |
| 104 prefix10_negative_test : Fail # language change 1031 |
| 105 prefix11_negative_test : Fail # language change 1031 |
98 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest | 106 private_member3_negative_test: Fail # Runtime only test? rewrite as multitest |
99 pseudo_kw_illegal_test/08: Fail # Issue 356 | 107 pseudo_kw_illegal_test/08: Fail # Issue 356 |
100 pseudo_kw_illegal_test/10: Fail # Issue 356 | 108 pseudo_kw_illegal_test/10: Fail # Issue 356 |
101 pseudo_kw_illegal_test/14: Fail # Issue 356 | 109 pseudo_kw_illegal_test/14: Fail # Issue 356 |
102 setter_no_getter_call_test/01: Fail # Issue 4383 | 110 setter_no_getter_call_test/01: Fail # Issue 4383 |
103 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest | 111 static_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewrit
e as multitest |
104 syntax_test: Skip # Bug 2107 Static type warnings in none case | 112 syntax_test: Skip # Bug 2107 Static type warnings in none case |
105 throw7_negative_test: Fail # Issue 3654 | 113 throw7_negative_test: Fail # Issue 3654 |
106 # try_catch_syntax_test/08: Fail # Issue 3795 | 114 # try_catch_syntax_test/08: Fail # Issue 3795 |
107 | 115 |
108 type_variable_bounds_test/00: Fail # issue 3079 | 116 type_variable_bounds_test/00: Fail # issue 3079 |
| 117 type_variable_bounds_test/07: Fail # language change 1031 |
| 118 type_variable_static_context_negative_test: Fail # language change 1031 |
109 | 119 |
110 # | 120 # |
111 # Add new dartc annotations above in alphabetical order | 121 # Add new dartc annotations above in alphabetical order |
112 # | 122 # |
113 | 123 |
114 # VM specific tests that should not be run by DartC. | 124 # VM specific tests that should not be run by DartC. |
115 *vm_test: Skip | 125 *vm_test: Skip |
116 *vm_negative_test: Skip | 126 *vm_negative_test: Skip |
117 | 127 |
118 | 128 |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 static_top_level_test/05: Fail | 328 static_top_level_test/05: Fail |
319 string_interpolation7_test: Fail | 329 string_interpolation7_test: Fail |
320 switch_label_test: Fail | 330 switch_label_test: Fail |
321 syntax_test/none: Fail | 331 syntax_test/none: Fail |
322 typed_message_test: Fail | 332 typed_message_test: Fail |
323 type_variable_bounds2_test/02: Fail | 333 type_variable_bounds2_test/02: Fail |
324 type_variable_bounds2_test/06: Fail | 334 type_variable_bounds2_test/06: Fail |
325 type_variable_bounds_test/02: Fail | 335 type_variable_bounds_test/02: Fail |
326 type_variable_bounds_test/04: Fail | 336 type_variable_bounds_test/04: Fail |
327 type_variable_bounds_test/05: Fail | 337 type_variable_bounds_test/05: Fail |
OLD | NEW |