| 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 | 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 # TBD: using built-in identifers | 10 # TBD: using built-in identifers |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 # test issue 11592, Function type alias (typedef) is not a constant | 127 # test issue 11592, Function type alias (typedef) is not a constant |
| 128 first_class_types_constants_test: fail | 128 first_class_types_constants_test: fail |
| 129 | 129 |
| 130 # test issue 11594, Reference to a not resolve identifier is static warning | 130 # test issue 11594, Reference to a not resolve identifier is static warning |
| 131 import_combinators_negative_test: fail | 131 import_combinators_negative_test: fail |
| 132 interface_static_non_final_fields_negative_test: fail | 132 interface_static_non_final_fields_negative_test: fail |
| 133 | 133 |
| 134 # test issue 11595, It is static warning to create instance (new) of the malform
ed type | 134 # test issue 11595, It is static warning to create instance (new) of the malform
ed type |
| 135 instantiate_type_variable_negative_test: fail | 135 instantiate_type_variable_negative_test: fail |
| 136 | 136 |
| 137 # test issue 11598, Any use of a malbounded type gives rise to a static warning | 137 mixin_type_parameters_errors_test/01: fail # Issue 11598 |
| 138 mixin_type_parameters_errors_test/01: fail | 138 mixin_type_parameters_errors_test/02: fail # Issue 11598 |
| 139 mixin_type_parameters_errors_test/02: fail | 139 mixin_type_parameters_errors_test/05: fail # Issue 11598 |
| 140 mixin_type_parameters_errors_test/05: fail | |
| 141 | 140 |
| 142 # test issue 11698, no setter, so warning, not error | 141 # test issue 11698, no setter, so warning, not error |
| 143 assign_instance_method_negative_test: fail | 142 assign_instance_method_negative_test: fail |
| 144 | 143 |
| 145 # test issue 11918: mixin and const constructor | 144 # test issue 11918: mixin and const constructor |
| 146 const_constructor_mixin_test/01: fail | 145 const_constructor_mixin_test/01: fail |
| 147 const_constructor_mixin3_test/01: fail | 146 const_constructor_mixin3_test/01: fail |
| 148 | 147 |
| 149 # test issue 11958, fails only at runtime | 148 # test issue 11958, fails only at runtime |
| 150 no_such_method_negative_test: fail | 149 no_such_method_negative_test: fail |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 factory_redirection_test/09: fail | 227 factory_redirection_test/09: fail |
| 229 factory_redirection_test/10: fail | 228 factory_redirection_test/10: fail |
| 230 factory_redirection_test/11: fail | 229 factory_redirection_test/11: fail |
| 231 factory_redirection_test/12: fail | 230 factory_redirection_test/12: fail |
| 232 factory_redirection_test/13: fail | 231 factory_redirection_test/13: fail |
| 233 factory_redirection_test/14: fail | 232 factory_redirection_test/14: fail |
| 234 getters_setters2_test/03: fail | 233 getters_setters2_test/03: fail |
| 235 type_variable_bounds3_test/00: fail | 234 type_variable_bounds3_test/00: fail |
| 236 type_variable_bounds2_test/05: fail | 235 type_variable_bounds2_test/05: fail |
| 237 | 236 |
| OLD | NEW |