| 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 [ $compiler == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
| 6 | 6 |
| 7 # Runtime negative test. No static errors or warnings. | 7 # Runtime negative test. No static errors or warnings. |
| 8 closure_call_wrong_argument_count_negative_test: skip | 8 closure_call_wrong_argument_count_negative_test: skip |
| 9 | 9 |
| 10 illegal_invocation_test/01: fail # Issue: 11892 | 10 illegal_invocation_test/01: fail # Issue: 11892 |
| 11 | 11 |
| 12 # TBF: m([int p = 'String']) | 12 # TBF: m([int p = 'String']) |
| 13 assign_static_type_test/06: fail | 13 assign_static_type_test/06: fail |
| 14 | 14 |
| 15 # TBD: using built-in identifers | 15 # TBD: using built-in identifers |
| 16 built_in_identifier_prefix_test: fail | 16 built_in_identifier_prefix_test: fail |
| 17 | 17 |
| 18 # TBF: (o as C) is not rolled back | 18 # TBF: (o as C) is not rolled back |
| 19 cast_test/04: fail | 19 cast_test/04: fail |
| 20 cast_test/05: fail | 20 cast_test/05: fail |
| 21 | 21 |
| 22 # TBF: It is a compile-time error if the superclass of a class C appears in the
implements clause of C. | 22 # TBF: It is a compile-time error if the superclass of a class C appears in the
implements clause of C. |
| 23 const_constructor_super_test/01: fail | 23 const_constructor_super_test/01: fail |
| 24 compile_time_constant_c_test/01: fail | |
| 25 | 24 |
| 26 # TBF: m([int p = 'String']) and call 'const' instance creation | 25 # TBF: m([int p = 'String']) and call 'const' instance creation |
| 27 compile_time_constant_checked2_test/03: fail | 26 compile_time_constant_checked2_test/03: fail |
| 28 compile_time_constant_checked3_test/03: fail | 27 compile_time_constant_checked3_test/03: fail |
| 29 | 28 |
| 30 # TBF: It is a static type warning if a type parameter is a supertype of its upp
er bound. | 29 # TBF: It is a static type warning if a type parameter is a supertype of its upp
er bound. |
| 31 cyclic_type_variable_test/01: fail | 30 cyclic_type_variable_test/01: fail |
| 32 cyclic_type_variable_test/02: fail | 31 cyclic_type_variable_test/02: fail |
| 33 cyclic_type_variable_test/03: fail | 32 cyclic_type_variable_test/03: fail |
| 34 cyclic_type_variable_test/04: fail | 33 cyclic_type_variable_test/04: fail |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 method_override5_test: fail # issue 11497 | 95 method_override5_test: fail # issue 11497 |
| 97 method_override6_test: fail # issue 11497 | 96 method_override6_test: fail # issue 11497 |
| 98 | 97 |
| 99 | 98 |
| 100 | 99 |
| 101 | 100 |
| 102 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 101 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 103 block_scope_test: fail | 102 block_scope_test: fail |
| 104 lazy_static3_test: fail | 103 lazy_static3_test: fail |
| 105 | 104 |
| 106 # test issue 10890; on-catch UnknownType is a static warning, not error | |
| 107 try_catch_on_syntax_test/01: fail | |
| 108 | |
| 109 # test issue 10899; it is static warning, not error, to call methods of class li
teral | |
| 110 class_literal_test/02: fail | |
| 111 class_literal_test/05: fail | |
| 112 class_literal_test/07: fail | |
| 113 class_literal_test/10: fail | |
| 114 class_literal_test/11: fail | |
| 115 class_literal_test/12: fail | |
| 116 class_literal_test/14: fail | |
| 117 class_literal_test/17: fail | |
| 118 class_literal_test/18: fail | |
| 119 class_literal_test/19: fail | |
| 120 class_literal_test/22: fail | |
| 121 class_literal_test/23: fail | |
| 122 class_literal_test/24: fail | |
| 123 class_literal_test/27: fail | |
| 124 class_literal_test/28: fail | |
| 125 class_literal_test/29: fail | |
| 126 class_literal_test/none: fail | |
| 127 | |
| 128 # Test issue 11124, Uninitialized finals are warnings not errors | 105 # Test issue 11124, Uninitialized finals are warnings not errors |
| 129 field3a_negative_test: fail | 106 field3a_negative_test: fail |
| 130 const_syntax_test/01: fail | 107 const_syntax_test/01: fail |
| 131 const_syntax_test/04: fail | 108 const_syntax_test/04: fail |
| 132 const_syntax_test/02: fail | 109 const_syntax_test/02: fail |
| 133 const_syntax_test/03: fail | 110 const_syntax_test/03: fail |
| 134 final_syntax_test/01: fail | 111 final_syntax_test/01: fail |
| 135 final_syntax_test/04: fail | 112 final_syntax_test/04: fail |
| 136 final_syntax_test/02: fail | 113 final_syntax_test/02: fail |
| 137 final_syntax_test/03: fail | 114 final_syntax_test/03: fail |
| (...skipping 30 matching lines...) Expand all Loading... |
| 168 # test issue 11578, redirecting factory with not subtype | 145 # test issue 11578, redirecting factory with not subtype |
| 169 factory5_test/none: fail | 146 factory5_test/none: fail |
| 170 factory_redirection_test/none: fail | 147 factory_redirection_test/none: fail |
| 171 type_variable_bounds_test/none: fail | 148 type_variable_bounds_test/none: fail |
| 172 type_variable_scope_test/none: fail | 149 type_variable_scope_test/none: fail |
| 173 factory_implementation_test/none: fail | 150 factory_implementation_test/none: fail |
| 174 | 151 |
| 175 # test issue 11579, assignment, no setter | 152 # test issue 11579, assignment, no setter |
| 176 getter_no_setter_test/none: fail | 153 getter_no_setter_test/none: fail |
| 177 | 154 |
| 178 # test issue 11580, Function is not a malformed type | |
| 179 black_listed_test/11: fail | |
| 180 | |
| 181 # test issue 11581, it is not warning to call dynamic | 155 # test issue 11581, it is not warning to call dynamic |
| 182 call_through_getter_test: fail | 156 call_through_getter_test: fail |
| 183 | 157 |
| 184 # test issue 11583, int is valid key for constant map literal | |
| 185 compile_time_constant_c_test/01: fail | |
| 186 | |
| 187 # test issue 11584, positional arguments cannot be used for named parameters | 158 # test issue 11584, positional arguments cannot be used for named parameters |
| 188 compile_time_constant_e_test: fail | 159 compile_time_constant_e_test: fail |
| 189 | 160 |
| 190 # test issue 11585, static warning, not negative test | 161 # test issue 11585, static warning, not negative test |
| 191 constructor3_negative_test: fail | 162 constructor3_negative_test: fail |
| 192 constructor_call_wrong_argument_count_negative_test: fail | 163 constructor_call_wrong_argument_count_negative_test: fail |
| 193 instance_call_wrong_argument_count_negative_test: fail | 164 instance_call_wrong_argument_count_negative_test: fail |
| 194 | 165 |
| 195 # test issue 11586, Class(args) is compile-time warning, not error | 166 # test issue 11586, Class(args) is compile-time warning, not error |
| 196 constructor_negative_test: fail | 167 constructor_negative_test: fail |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 factory_redirection_test/09: fail | 269 factory_redirection_test/09: fail |
| 299 factory_redirection_test/10: fail | 270 factory_redirection_test/10: fail |
| 300 factory_redirection_test/11: fail | 271 factory_redirection_test/11: fail |
| 301 factory_redirection_test/12: fail | 272 factory_redirection_test/12: fail |
| 302 factory_redirection_test/13: fail | 273 factory_redirection_test/13: fail |
| 303 factory_redirection_test/14: fail | 274 factory_redirection_test/14: fail |
| 304 getters_setters2_test/03: fail | 275 getters_setters2_test/03: fail |
| 305 type_variable_bounds3_test/00: fail | 276 type_variable_bounds3_test/00: fail |
| 306 type_variable_bounds2_test/05: fail | 277 type_variable_bounds2_test/05: fail |
| 307 | 278 |
| OLD | NEW |