| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 # TBF: It is a static type warning if any of the type arguments to k' are not su
btypes of the bounds of the corresponding formal type parameters of type. | 112 # TBF: It is a static type warning if any of the type arguments to k' are not su
btypes of the bounds of the corresponding formal type parameters of type. |
| 113 default_factory2_test/01: fail | 113 default_factory2_test/01: fail |
| 114 | 114 |
| 115 # TBF: It is a static warning if the function type of k' is not a subtype of the
type of k. | 115 # TBF: It is a static warning if the function type of k' is not a subtype of the
type of k. |
| 116 default_implementation2_test: fail | 116 default_implementation2_test: fail |
| 117 | 117 |
| 118 # TBD: F-bounded quantification | 118 # TBD: F-bounded quantification |
| 119 f_bounded_quantification_test/01: fail | 119 f_bounded_quantification_test/01: fail |
| 120 f_bounded_quantification_test/02: fail | 120 f_bounded_quantification_test/02: fail |
| 121 | 121 |
| 122 function_type_alias6_test/00: fail # Issue 11987 |
| 123 function_type_alias9_test/00: crash # Issue 11987 |
| 122 named_parameters_aggregated_test/03: fail | 124 named_parameters_aggregated_test/03: fail |
| 123 no_such_method_negative_test: fail | 125 no_such_method_negative_test: fail |
| 124 non_const_super_negative_test: fail | 126 non_const_super_negative_test: fail |
| 125 number_identifier_negative_test: fail | 127 number_identifier_negative_test: fail |
| 126 override_field_test/01: fail | 128 override_field_test/01: fail |
| 127 override_field_test/02: fail | 129 override_field_test/02: fail |
| 128 override_field_test/03: fail | 130 override_field_test/03: fail |
| 129 prefix10_negative_test: fail | 131 prefix10_negative_test: fail |
| 130 prefix11_negative_test: fail | 132 prefix11_negative_test: fail |
| 131 prefix12_negative_test: fail | 133 prefix12_negative_test: fail |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 getters_setters2_test/03: fail | 293 getters_setters2_test/03: fail |
| 292 type_variable_bounds3_test/00: fail | 294 type_variable_bounds3_test/00: fail |
| 293 type_variable_bounds2_test/05: fail | 295 type_variable_bounds2_test/05: fail |
| 294 type_variable_scope_test/00: fail | 296 type_variable_scope_test/00: fail |
| 295 type_variable_scope_test/01: fail | 297 type_variable_scope_test/01: fail |
| 296 type_variable_scope_test/02: fail | 298 type_variable_scope_test/02: fail |
| 297 type_variable_scope_test/03: fail | 299 type_variable_scope_test/03: fail |
| 298 type_variable_scope_test/04: fail | 300 type_variable_scope_test/04: fail |
| 299 type_variable_scope_test/05: fail | 301 type_variable_scope_test/05: fail |
| 300 | 302 |
| OLD | NEW |