| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 is_not_class2_negative_test: fail | 58 is_not_class2_negative_test: fail |
| 59 | 59 |
| 60 # test issue 11597, It is a compile-time error if part has no "part of" directiv
e | 60 # test issue 11597, It is a compile-time error if part has no "part of" directiv
e |
| 61 library_juxtaposition_test: fail | 61 library_juxtaposition_test: fail |
| 62 | 62 |
| 63 # test issue 11598, Any use of a malbounded type gives rise to a static warn
ing | 63 # test issue 11598, Any use of a malbounded type gives rise to a static warn
ing |
| 64 mixin_type_parameters_errors_test/01: fail | 64 mixin_type_parameters_errors_test/01: fail |
| 65 mixin_type_parameters_errors_test/02: fail | 65 mixin_type_parameters_errors_test/02: fail |
| 66 mixin_type_parameters_errors_test/05: fail | 66 mixin_type_parameters_errors_test/05: fail |
| 67 | 67 |
| 68 | 68 illegal_invocation_test/01: fail # Issue: 11892 |
| 69 | |
| 70 | 69 |
| 71 # TBF: a.imethod = () { return 1; }; | 70 # TBF: a.imethod = () { return 1; }; |
| 72 assign_instance_method_negative_test: fail | 71 assign_instance_method_negative_test: fail |
| 73 | 72 |
| 74 # TBF: m([int p = 'String']) | 73 # TBF: m([int p = 'String']) |
| 75 assign_static_type_test/06: fail | 74 assign_static_type_test/06: fail |
| 76 | 75 |
| 77 # TBD: using built-in identifers | 76 # TBD: using built-in identifers |
| 78 built_in_identifier_prefix_test: fail | 77 built_in_identifier_prefix_test: fail |
| 79 | 78 |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 # test issue 11578, redirecting factory with not subtype | 265 # test issue 11578, redirecting factory with not subtype |
| 267 factory5_test/none: fail | 266 factory5_test/none: fail |
| 268 factory_redirection_test/none: fail | 267 factory_redirection_test/none: fail |
| 269 type_variable_bounds_test/none: fail | 268 type_variable_bounds_test/none: fail |
| 270 type_variable_scope_test/none: fail | 269 type_variable_scope_test/none: fail |
| 271 factory_implementation_test/none: fail | 270 factory_implementation_test/none: fail |
| 272 | 271 |
| 273 # test issue 11579, assignment, no setter | 272 # test issue 11579, assignment, no setter |
| 274 getter_no_setter_test/none: fail | 273 getter_no_setter_test/none: fail |
| 275 | 274 |
| 275 # issue 11918: mixin and const constructor |
| 276 const_constructor_mixin_test/01: fail |
| 277 const_constructor_mixin3_test/01: fail |
| 278 |
| 276 [ $compiler == dart2analyzer && $checked ] | 279 [ $compiler == dart2analyzer && $checked ] |
| 277 factory1_test/00: fail | 280 factory1_test/00: fail |
| 278 factory1_test/01: fail | 281 factory1_test/01: fail |
| 279 field_type_check2_test/01: fail | 282 field_type_check2_test/01: fail |
| 280 factory_implementation_test/00: fail | 283 factory_implementation_test/00: fail |
| 281 factory_redirection_test/08: fail | 284 factory_redirection_test/08: fail |
| 282 factory_redirection_test/09: fail | 285 factory_redirection_test/09: fail |
| 283 factory_redirection_test/10: fail | 286 factory_redirection_test/10: fail |
| 284 factory_redirection_test/11: fail | 287 factory_redirection_test/11: fail |
| 285 factory_redirection_test/12: fail | 288 factory_redirection_test/12: fail |
| 286 factory_redirection_test/13: fail | 289 factory_redirection_test/13: fail |
| 287 factory_redirection_test/14: fail | 290 factory_redirection_test/14: fail |
| 288 getters_setters2_test/03: fail | 291 getters_setters2_test/03: fail |
| 289 type_variable_bounds3_test/00: fail | 292 type_variable_bounds3_test/00: fail |
| 290 type_variable_bounds2_test/05: fail | 293 type_variable_bounds2_test/05: fail |
| 291 type_variable_scope_test/00: fail | 294 type_variable_scope_test/00: fail |
| 292 type_variable_scope_test/01: fail | 295 type_variable_scope_test/01: fail |
| 293 type_variable_scope_test/02: fail | 296 type_variable_scope_test/02: fail |
| 294 type_variable_scope_test/03: fail | 297 type_variable_scope_test/03: fail |
| 295 type_variable_scope_test/04: fail | 298 type_variable_scope_test/04: fail |
| 296 type_variable_scope_test/05: fail | 299 type_variable_scope_test/05: fail |
| 297 | 300 |
| OLD | NEW |