| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 factory_redirection_test/08: fail | 283 factory_redirection_test/08: fail |
| 284 factory_redirection_test/09: fail | 284 factory_redirection_test/09: fail |
| 285 factory_redirection_test/10: fail | 285 factory_redirection_test/10: fail |
| 286 factory_redirection_test/11: fail | 286 factory_redirection_test/11: fail |
| 287 factory_redirection_test/12: fail | 287 factory_redirection_test/12: fail |
| 288 factory_redirection_test/13: fail | 288 factory_redirection_test/13: fail |
| 289 factory_redirection_test/14: fail | 289 factory_redirection_test/14: fail |
| 290 getters_setters2_test/03: fail | 290 getters_setters2_test/03: fail |
| 291 type_variable_bounds3_test/00: fail | 291 type_variable_bounds3_test/00: fail |
| 292 type_variable_bounds2_test/05: fail | 292 type_variable_bounds2_test/05: fail |
| 293 type_variable_scope_test/00: fail | |
| 294 type_variable_scope_test/01: fail | |
| 295 type_variable_scope_test/02: fail | |
| 296 type_variable_scope_test/03: fail | |
| 297 type_variable_scope_test/04: fail | |
| 298 type_variable_scope_test/05: fail | |
| 299 | 293 |
| OLD | NEW |