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 |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 # test issue 11586, Class(args) is compile-time warning, not error | 195 # test issue 11586, Class(args) is compile-time warning, not error |
196 constructor_negative_test: fail | 196 constructor_negative_test: fail |
197 | 197 |
198 # test issue 11589, export D from 2 export directives | 198 # test issue 11589, export D from 2 export directives |
199 export_cyclic_test: fail | 199 export_cyclic_test: fail |
200 | 200 |
201 # test issue 11590, runtime only negative test | 201 # test issue 11590, runtime only negative test |
202 field_method4_negative_test: fail | 202 field_method4_negative_test: fail |
203 | 203 |
204 # test issue 11591, assigning to the final variable is warning, not error | 204 # test issue 11591, assigning to the final variable is warning, not error |
205 final_for_in_variable_test/01: fail | |
206 final_param_negative_test: fail | |
207 getter_no_setter_test/01: fail | 205 getter_no_setter_test/01: fail |
208 | 206 |
209 # test issue 11592, Function type alias (typedef) is not a constant | 207 # test issue 11592, Function type alias (typedef) is not a constant |
210 first_class_types_constants_test: fail | 208 first_class_types_constants_test: fail |
211 | 209 |
212 # test issue 11594, Reference to a not resolve identifier is static warning | 210 # test issue 11594, Reference to a not resolve identifier is static warning |
213 import_combinators_negative_test: fail | 211 import_combinators_negative_test: fail |
214 interface_static_non_final_fields_negative_test: fail | 212 interface_static_non_final_fields_negative_test: fail |
215 | 213 |
216 # test issue 11595, It is static warning to create instance (new) of the malform
ed type | 214 # test issue 11595, It is static warning to create instance (new) of the malform
ed type |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 type_variable_bounds2_test/06: fail | 267 type_variable_bounds2_test/06: fail |
270 | 268 |
271 # test issue 12163, unresolved identifier is static warning in static context | 269 # test issue 12163, unresolved identifier is static warning in static context |
272 unresolved_in_factory_negative_test: fail | 270 unresolved_in_factory_negative_test: fail |
273 unresolved_top_level_method_negative_test: fail | 271 unresolved_top_level_method_negative_test: fail |
274 unresolved_top_level_var_negative_test: fail | 272 unresolved_top_level_var_negative_test: fail |
275 | 273 |
276 # test issue 12181, uses argument definition test | 274 # test issue 12181, uses argument definition test |
277 constructor_initializer_test: fail | 275 constructor_initializer_test: fail |
278 | 276 |
279 # test issue 12184, It is static warning, not error, to assign to a constant var
iable. | |
280 static_final_field2_negative_test: fail | |
281 | |
282 # test issue 12191, ambuguous import is always warning now | 277 # test issue 12191, ambuguous import is always warning now |
283 prefix3_negative_test: fail | 278 prefix3_negative_test: fail |
284 library_ambiguous_test/00: fail | 279 library_ambiguous_test/00: fail |
285 library_ambiguous_test/01: fail | 280 library_ambiguous_test/01: fail |
286 library_ambiguous_test/02: fail | 281 library_ambiguous_test/02: fail |
287 library_ambiguous_test/03: fail | 282 library_ambiguous_test/03: fail |
288 | 283 |
289 # test issue 12289, assignment in assert statement | 284 # test issue 12289, assignment in assert statement |
290 type_error_test: fail | 285 type_error_test: fail |
291 | 286 |
292 [ $compiler == dart2analyzer && $checked ] | 287 [ $compiler == dart2analyzer && $checked ] |
293 factory1_test/00: fail | 288 factory1_test/00: fail |
294 factory1_test/01: fail | 289 factory1_test/01: fail |
295 field_type_check2_test/01: fail | 290 field_type_check2_test/01: fail |
296 factory_implementation_test/00: fail | 291 factory_implementation_test/00: fail |
297 factory_redirection_test/08: fail | 292 factory_redirection_test/08: fail |
298 factory_redirection_test/09: fail | 293 factory_redirection_test/09: fail |
299 factory_redirection_test/10: fail | 294 factory_redirection_test/10: fail |
300 factory_redirection_test/11: fail | 295 factory_redirection_test/11: fail |
301 factory_redirection_test/12: fail | 296 factory_redirection_test/12: fail |
302 factory_redirection_test/13: fail | 297 factory_redirection_test/13: fail |
303 factory_redirection_test/14: fail | 298 factory_redirection_test/14: fail |
304 getters_setters2_test/03: fail | 299 getters_setters2_test/03: fail |
305 type_variable_bounds3_test/00: fail | 300 type_variable_bounds3_test/00: fail |
306 type_variable_bounds2_test/05: fail | 301 type_variable_bounds2_test/05: fail |
307 | 302 |
OLD | NEW |