| 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 == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
| 6 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason) | 6 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason) |
| 7 | 7 |
| 8 illegal_invocation_test/01: fail # Issue: 11892 | 8 illegal_invocation_test/01: fail # Issue: 11892 |
| 9 | 9 |
| 10 # test issue 11581, it is not warning to call dynamic | 10 # test issue 11581, it is not warning to call dynamic |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 # test issue 11578, redirecting factory with not subtype | 265 # test issue 11578, redirecting factory with not subtype |
| 266 factory5_test/none: fail | 266 factory5_test/none: fail |
| 267 factory_redirection_test/none: fail | 267 factory_redirection_test/none: fail |
| 268 type_variable_bounds_test/none: fail | 268 type_variable_bounds_test/none: fail |
| 269 type_variable_scope_test/none: fail | 269 type_variable_scope_test/none: fail |
| 270 factory_implementation_test/none: fail | 270 factory_implementation_test/none: fail |
| 271 | 271 |
| 272 # test issue 11579, assignment, no setter | 272 # test issue 11579, assignment, no setter |
| 273 getter_no_setter_test/none: fail | 273 getter_no_setter_test/none: fail |
| 274 | 274 |
| 275 # test issue 11918: mixin and const constructor |
| 276 const_constructor_mixin_test/01: fail |
| 277 const_constructor_mixin_test/03: fail |
| 278 |
| 275 [ $compiler == dartanalyzer && $checked ] | 279 [ $compiler == dartanalyzer && $checked ] |
| 276 factory1_test/00: fail | 280 factory1_test/00: fail |
| 277 factory1_test/01: fail | 281 factory1_test/01: fail |
| 278 field_type_check2_test/01: fail | 282 field_type_check2_test/01: fail |
| 279 factory_implementation_test/00: fail | 283 factory_implementation_test/00: fail |
| 280 factory_redirection_test/08: fail | 284 factory_redirection_test/08: fail |
| 281 factory_redirection_test/09: fail | 285 factory_redirection_test/09: fail |
| 282 factory_redirection_test/10: fail | 286 factory_redirection_test/10: fail |
| 283 factory_redirection_test/11: fail | 287 factory_redirection_test/11: fail |
| 284 factory_redirection_test/12: fail | 288 factory_redirection_test/12: fail |
| 285 factory_redirection_test/13: fail | 289 factory_redirection_test/13: fail |
| 286 factory_redirection_test/14: fail | 290 factory_redirection_test/14: fail |
| 287 getters_setters2_test/03: fail | 291 getters_setters2_test/03: fail |
| 288 type_variable_bounds3_test/00: fail | 292 type_variable_bounds3_test/00: fail |
| 289 type_variable_bounds2_test/05: fail | 293 type_variable_bounds2_test/05: fail |
| 290 type_variable_scope_test/00: fail | 294 type_variable_scope_test/00: fail |
| 291 type_variable_scope_test/01: fail | 295 type_variable_scope_test/01: fail |
| 292 type_variable_scope_test/02: fail | 296 type_variable_scope_test/02: fail |
| 293 type_variable_scope_test/03: fail | 297 type_variable_scope_test/03: fail |
| 294 type_variable_scope_test/04: fail | 298 type_variable_scope_test/04: fail |
| 295 type_variable_scope_test/05: fail | 299 type_variable_scope_test/05: fail |
| 296 | 300 |
| OLD | NEW |