| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 | 149 |
| 150 # test issue 11589, export D from 2 export directives | 150 # test issue 11589, export D from 2 export directives |
| 151 export_cyclic_test: fail | 151 export_cyclic_test: fail |
| 152 | 152 |
| 153 # test issue 11590, runtime only negative test | 153 # test issue 11590, runtime only negative test |
| 154 field_method4_negative_test: fail | 154 field_method4_negative_test: fail |
| 155 | 155 |
| 156 # test issue 11591, assigning to the final variable is warning, not error | 156 # test issue 11591, assigning to the final variable is warning, not error |
| 157 final_for_in_variable_test/01: fail | 157 final_for_in_variable_test/01: fail |
| 158 final_param_negative_test: fail | 158 final_param_negative_test: fail |
| 159 final_var_negative_test: fail | |
| 160 final_variable_assignment_test/01: fail | |
| 161 final_variable_assignment_test/02: fail | |
| 162 final_variable_assignment_test/03: fail | |
| 163 final_variable_assignment_test/04: fail | |
| 164 getter_no_setter_test/01: fail | 159 getter_no_setter_test/01: fail |
| 165 | 160 |
| 166 # test issue 11592, Function type alias (typedef) is not a constant | 161 # test issue 11592, Function type alias (typedef) is not a constant |
| 167 first_class_types_constants_test: fail | 162 first_class_types_constants_test: fail |
| 168 | 163 |
| 169 # test issue 11594, Reference to a not resolve identifier is static warning | 164 # test issue 11594, Reference to a not resolve identifier is static warning |
| 170 import_combinators_negative_test: fail | 165 import_combinators_negative_test: fail |
| 171 interface_static_non_final_fields_negative_test: fail | 166 interface_static_non_final_fields_negative_test: fail |
| 172 | 167 |
| 173 # test issue 11595, It is static warning to create instance (new) of the malform
ed type | 168 # test issue 11595, It is static warning to create instance (new) of the malform
ed type |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 factory_redirection_test/09: fail | 267 factory_redirection_test/09: fail |
| 273 factory_redirection_test/10: fail | 268 factory_redirection_test/10: fail |
| 274 factory_redirection_test/11: fail | 269 factory_redirection_test/11: fail |
| 275 factory_redirection_test/12: fail | 270 factory_redirection_test/12: fail |
| 276 factory_redirection_test/13: fail | 271 factory_redirection_test/13: fail |
| 277 factory_redirection_test/14: fail | 272 factory_redirection_test/14: fail |
| 278 getters_setters2_test/03: fail | 273 getters_setters2_test/03: fail |
| 279 type_variable_bounds3_test/00: fail | 274 type_variable_bounds3_test/00: fail |
| 280 type_variable_bounds2_test/05: fail | 275 type_variable_bounds2_test/05: fail |
| 281 | 276 |
| OLD | NEW |