| 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 | 6 |
| 7 # Runtime negative test. No static errors or warnings. | 7 # Runtime negative test. No static errors or warnings. |
| 8 closure_call_wrong_argument_count_negative_test: skip | 8 closure_call_wrong_argument_count_negative_test: skip |
| 9 | 9 |
| 10 illegal_invocation_test/01: fail # Issue: 11892 | 10 illegal_invocation_test/01: fail # Issue: 11892 |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 # test issue 11592, Function type alias (typedef) is not a constant | 175 # test issue 11592, Function type alias (typedef) is not a constant |
| 176 first_class_types_constants_test: fail | 176 first_class_types_constants_test: fail |
| 177 | 177 |
| 178 # test issue 11594, Reference to a not resolve identifier is static warning | 178 # test issue 11594, Reference to a not resolve identifier is static warning |
| 179 import_combinators_negative_test: fail | 179 import_combinators_negative_test: fail |
| 180 interface_static_non_final_fields_negative_test: fail | 180 interface_static_non_final_fields_negative_test: fail |
| 181 | 181 |
| 182 # test issue 11595, It is static warning to create instance (new) of the malform
ed type | 182 # test issue 11595, It is static warning to create instance (new) of the malform
ed type |
| 183 instantiate_type_variable_negative_test: fail | 183 instantiate_type_variable_negative_test: fail |
| 184 | 184 |
| 185 # test issue 11598, Any use of a malbounded type gives rise to a static warning | 185 mixin_type_parameters_errors_test/01: fail # Issue 11598 |
| 186 mixin_type_parameters_errors_test/01: fail | 186 mixin_type_parameters_errors_test/02: fail # Issue 11598 |
| 187 mixin_type_parameters_errors_test/02: fail | 187 mixin_type_parameters_errors_test/05: fail # Issue 11598 |
| 188 mixin_type_parameters_errors_test/05: fail | |
| 189 | 188 |
| 190 # test issue 11698, no setter, so warning, not error | 189 # test issue 11698, no setter, so warning, not error |
| 191 assign_instance_method_negative_test: fail | 190 assign_instance_method_negative_test: fail |
| 192 | 191 |
| 193 # test issue 11918: mixin and const constructor | 192 # test issue 11918: mixin and const constructor |
| 194 const_constructor_mixin_test/01: fail | 193 const_constructor_mixin_test/01: fail |
| 195 const_constructor_mixin3_test/01: fail | 194 const_constructor_mixin3_test/01: fail |
| 196 | 195 |
| 197 # test issue 11958, fails only at runtime | 196 # test issue 11958, fails only at runtime |
| 198 no_such_method_negative_test: fail | 197 no_such_method_negative_test: fail |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 factory_redirection_test/09: fail | 260 factory_redirection_test/09: fail |
| 262 factory_redirection_test/10: fail | 261 factory_redirection_test/10: fail |
| 263 factory_redirection_test/11: fail | 262 factory_redirection_test/11: fail |
| 264 factory_redirection_test/12: fail | 263 factory_redirection_test/12: fail |
| 265 factory_redirection_test/13: fail | 264 factory_redirection_test/13: fail |
| 266 factory_redirection_test/14: fail | 265 factory_redirection_test/14: fail |
| 267 getters_setters2_test/03: fail | 266 getters_setters2_test/03: fail |
| 268 type_variable_bounds3_test/00: fail | 267 type_variable_bounds3_test/00: fail |
| 269 type_variable_bounds2_test/05: fail | 268 type_variable_bounds2_test/05: fail |
| 270 | 269 |
| OLD | NEW |