| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 type_variable_scope_test/none: fail | 268 type_variable_scope_test/none: fail |
| 269 factory_implementation_test/none: fail | 269 factory_implementation_test/none: fail |
| 270 | 270 |
| 271 # test issue 11579, assignment, no setter | 271 # test issue 11579, assignment, no setter |
| 272 getter_no_setter_test/none: fail | 272 getter_no_setter_test/none: fail |
| 273 | 273 |
| 274 # test issue 11918: mixin and const constructor | 274 # test issue 11918: mixin and const constructor |
| 275 const_constructor_mixin_test/01: fail | 275 const_constructor_mixin_test/01: fail |
| 276 const_constructor_mixin3_test/01: fail | 276 const_constructor_mixin3_test/01: fail |
| 277 | 277 |
| 278 library_ambiguous_test/04: Fail # Issue 12106 |
| 279 |
| 278 [ $compiler == dartanalyzer && $checked ] | 280 [ $compiler == dartanalyzer && $checked ] |
| 279 factory1_test/00: fail | 281 factory1_test/00: fail |
| 280 factory1_test/01: fail | 282 factory1_test/01: fail |
| 281 field_type_check2_test/01: fail | 283 field_type_check2_test/01: fail |
| 282 factory_implementation_test/00: fail | 284 factory_implementation_test/00: fail |
| 283 factory_redirection_test/08: fail | 285 factory_redirection_test/08: fail |
| 284 factory_redirection_test/09: fail | 286 factory_redirection_test/09: fail |
| 285 factory_redirection_test/10: fail | 287 factory_redirection_test/10: fail |
| 286 factory_redirection_test/11: fail | 288 factory_redirection_test/11: fail |
| 287 factory_redirection_test/12: fail | 289 factory_redirection_test/12: fail |
| 288 factory_redirection_test/13: fail | 290 factory_redirection_test/13: fail |
| 289 factory_redirection_test/14: fail | 291 factory_redirection_test/14: fail |
| 290 getters_setters2_test/03: fail | 292 getters_setters2_test/03: fail |
| 291 type_variable_bounds3_test/00: fail | 293 type_variable_bounds3_test/00: fail |
| 292 type_variable_bounds2_test/05: fail | 294 type_variable_bounds2_test/05: fail |
| 293 | 295 |
| OLD | NEW |