| 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 #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 # test issue 11581, it is not warning to call dynamic | 8 # test issue 11581, it is not warning to call dynamic |
| 9 call_through_getter_test: fail | 9 call_through_getter_test: fail |
| 10 | 10 |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 type_variable_scope_test/none: fail | 257 type_variable_scope_test/none: fail |
| 258 factory_implementation_test/none: fail | 258 factory_implementation_test/none: fail |
| 259 | 259 |
| 260 # test issue 11579, assignment, no setter | 260 # test issue 11579, assignment, no setter |
| 261 getter_no_setter_test/none: fail | 261 getter_no_setter_test/none: fail |
| 262 | 262 |
| 263 # issue 11918: mixin and const constructor | 263 # issue 11918: mixin and const constructor |
| 264 const_constructor_mixin_test/01: fail | 264 const_constructor_mixin_test/01: fail |
| 265 const_constructor_mixin3_test/01: fail | 265 const_constructor_mixin3_test/01: fail |
| 266 | 266 |
| 267 # test issue 12289, assignment in assert statement |
| 268 type_error_test: fail |
| 269 |
| 267 [ $compiler == dart2analyzer && $checked ] | 270 [ $compiler == dart2analyzer && $checked ] |
| 268 factory1_test/00: fail | 271 factory1_test/00: fail |
| 269 factory1_test/01: fail | 272 factory1_test/01: fail |
| 270 field_type_check2_test/01: fail | 273 field_type_check2_test/01: fail |
| 271 factory_implementation_test/00: fail | 274 factory_implementation_test/00: fail |
| 272 factory_redirection_test/08: fail | 275 factory_redirection_test/08: fail |
| 273 factory_redirection_test/09: fail | 276 factory_redirection_test/09: fail |
| 274 factory_redirection_test/10: fail | 277 factory_redirection_test/10: fail |
| 275 factory_redirection_test/11: fail | 278 factory_redirection_test/11: fail |
| 276 factory_redirection_test/12: fail | 279 factory_redirection_test/12: fail |
| 277 factory_redirection_test/13: fail | 280 factory_redirection_test/13: fail |
| 278 factory_redirection_test/14: fail | 281 factory_redirection_test/14: fail |
| 279 getters_setters2_test/03: fail | 282 getters_setters2_test/03: fail |
| 280 type_variable_bounds3_test/00: fail | 283 type_variable_bounds3_test/00: fail |
| 281 type_variable_bounds2_test/05: fail | 284 type_variable_bounds2_test/05: fail |
| 282 type_variable_scope_test/00: fail | 285 type_variable_scope_test/00: fail |
| 283 type_variable_scope_test/01: fail | 286 type_variable_scope_test/01: fail |
| 284 type_variable_scope_test/02: fail | 287 type_variable_scope_test/02: fail |
| 285 type_variable_scope_test/03: fail | 288 type_variable_scope_test/03: fail |
| 286 type_variable_scope_test/04: fail | 289 type_variable_scope_test/04: fail |
| 287 type_variable_scope_test/05: fail | 290 type_variable_scope_test/05: fail |
| 288 | 291 |
| OLD | NEW |