| 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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 | 157 |
| 158 # test issue 11964, Any use of a malformed type gives rise to a static warning. | 158 # test issue 11964, Any use of a malformed type gives rise to a static warning. |
| 159 prefix8_negative_test: fail | 159 prefix8_negative_test: fail |
| 160 prefix11_negative_test: fail | 160 prefix11_negative_test: fail |
| 161 | 161 |
| 162 # test issue 12156, fails only at runtime | 162 # test issue 12156, fails only at runtime |
| 163 static_call_wrong_argument_count_negative_test: fail | 163 static_call_wrong_argument_count_negative_test: fail |
| 164 | 164 |
| 165 # test issue 12157, uninitializer instance variable is warning, so not negative
test | 165 # test issue 12157, uninitializer instance variable is warning, so not negative
test |
| 166 static_final_field_negative_test: fail | 166 static_final_field_negative_test: fail |
| 167 constructor2_negative_test: fail | 167 constructor9_test/01: fail # Issue 12157 |
| 168 | 168 |
| 169 # test issue 12159, print(exception.message_); causes static warning, not an err
or | 169 # test issue 12159, print(exception.message_); causes static warning, not an err
or |
| 170 throw7_negative_test: fail | 170 throw7_negative_test: fail |
| 171 | 171 |
| 172 # test issue 12160, not annotated warnings for type variables from static member | 172 # test issue 12160, not annotated warnings for type variables from static member |
| 173 type_parameter_test/none: fail | 173 type_parameter_test/none: fail |
| 174 # test issue 12161, type variable in static, malformed type, static warning | 174 # test issue 12161, type variable in static, malformed type, static warning |
| 175 type_variable_static_context_negative_test: fail | 175 type_variable_static_context_negative_test: fail |
| 176 | 176 |
| 177 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything | 177 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 factory_redirection_test/09: fail | 224 factory_redirection_test/09: fail |
| 225 factory_redirection_test/10: fail | 225 factory_redirection_test/10: fail |
| 226 factory_redirection_test/11: fail | 226 factory_redirection_test/11: fail |
| 227 factory_redirection_test/12: fail | 227 factory_redirection_test/12: fail |
| 228 factory_redirection_test/13: fail | 228 factory_redirection_test/13: fail |
| 229 factory_redirection_test/14: fail | 229 factory_redirection_test/14: fail |
| 230 getters_setters2_test/03: fail | 230 getters_setters2_test/03: fail |
| 231 type_variable_bounds3_test/00: fail | 231 type_variable_bounds3_test/00: fail |
| 232 type_variable_bounds2_test/05: fail | 232 type_variable_bounds2_test/05: fail |
| 233 | 233 |
| OLD | NEW |