| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 # test issue 11591, assigning to the final variable is warning, not error | 125 # test issue 11591, assigning to the final variable is warning, not error |
| 126 getter_no_setter_test/01: fail | 126 getter_no_setter_test/01: fail |
| 127 | 127 |
| 128 # test issue 11592, Function type alias (typedef) is not a constant | 128 # test issue 11592, Function type alias (typedef) is not a constant |
| 129 first_class_types_constants_test: fail | 129 first_class_types_constants_test: fail |
| 130 | 130 |
| 131 # test issue 11594, Reference to a not resolve identifier is static warning | 131 # test issue 11594, Reference to a not resolve identifier is static warning |
| 132 import_combinators_negative_test: fail | 132 import_combinators_negative_test: fail |
| 133 interface_static_non_final_fields_negative_test: fail | 133 interface_static_non_final_fields_negative_test: fail |
| 134 | 134 |
| 135 # test issue 11595, It is static warning to create instance (new) of the malform
ed type | 135 instantiate_type_variable_test/01: fail # Issue 11595 |
| 136 instantiate_type_variable_negative_test: fail | |
| 137 | 136 |
| 138 mixin_type_parameters_errors_test/01: fail # Issue 11598 | 137 mixin_type_parameters_errors_test/01: fail # Issue 11598 |
| 139 mixin_type_parameters_errors_test/02: fail # Issue 11598 | 138 mixin_type_parameters_errors_test/02: fail # Issue 11598 |
| 140 mixin_type_parameters_errors_test/05: fail # Issue 11598 | 139 mixin_type_parameters_errors_test/05: fail # Issue 11598 |
| 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 |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 factory_redirection_test/09: fail | 224 factory_redirection_test/09: fail |
| 226 factory_redirection_test/10: fail | 225 factory_redirection_test/10: fail |
| 227 factory_redirection_test/11: fail | 226 factory_redirection_test/11: fail |
| 228 factory_redirection_test/12: fail | 227 factory_redirection_test/12: fail |
| 229 factory_redirection_test/13: fail | 228 factory_redirection_test/13: fail |
| 230 factory_redirection_test/14: fail | 229 factory_redirection_test/14: fail |
| 231 getters_setters2_test/03: fail | 230 getters_setters2_test/03: fail |
| 232 type_variable_bounds3_test/00: fail | 231 type_variable_bounds3_test/00: fail |
| 233 type_variable_bounds2_test/05: fail | 232 type_variable_bounds2_test/05: fail |
| 234 | 233 |
| OLD | NEW |