| 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 |
| 9 |
| 8 # test issue 11581, it is not warning to call dynamic | 10 # test issue 11581, it is not warning to call dynamic |
| 9 call_through_getter_test: fail | 11 call_through_getter_test: fail |
| 10 | 12 |
| 11 # test issue 11582, non-final field with 'const' constructor | 13 # test issue 11582, non-final field with 'const' constructor |
| 12 compile_time_constant10_test/none: fail | 14 compile_time_constant10_test/none: fail |
| 13 | 15 |
| 14 # test issue 11583, int is valid key for constant map literal | 16 # test issue 11583, int is valid key for constant map literal |
| 15 compile_time_constant_c_test/01: fail | 17 compile_time_constant_c_test/01: fail |
| 16 | 18 |
| 17 # test issue 11589, export D from 2 export directives | 19 # test issue 11589, export D from 2 export directives |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 getters_setters2_test/03: fail | 287 getters_setters2_test/03: fail |
| 286 type_variable_bounds3_test/00: fail | 288 type_variable_bounds3_test/00: fail |
| 287 type_variable_bounds2_test/05: fail | 289 type_variable_bounds2_test/05: fail |
| 288 type_variable_scope_test/00: fail | 290 type_variable_scope_test/00: fail |
| 289 type_variable_scope_test/01: fail | 291 type_variable_scope_test/01: fail |
| 290 type_variable_scope_test/02: fail | 292 type_variable_scope_test/02: fail |
| 291 type_variable_scope_test/03: fail | 293 type_variable_scope_test/03: fail |
| 292 type_variable_scope_test/04: fail | 294 type_variable_scope_test/04: fail |
| 293 type_variable_scope_test/05: fail | 295 type_variable_scope_test/05: fail |
| 294 | 296 |
| OLD | NEW |