| 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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 | 209 |
| 210 # test issue 11964, Any use of a malformed type gives rise to a static warning. | 210 # test issue 11964, Any use of a malformed type gives rise to a static warning. |
| 211 prefix8_negative_test: fail | 211 prefix8_negative_test: fail |
| 212 prefix11_negative_test: fail | 212 prefix11_negative_test: fail |
| 213 | 213 |
| 214 # test issue 12156, fails only at runtime | 214 # test issue 12156, fails only at runtime |
| 215 static_call_wrong_argument_count_negative_test: fail | 215 static_call_wrong_argument_count_negative_test: fail |
| 216 | 216 |
| 217 # test issue 12157, uninitializer instance variable is warning, so not negative
test | 217 # test issue 12157, uninitializer instance variable is warning, so not negative
test |
| 218 static_final_field_negative_test: fail | 218 static_final_field_negative_test: fail |
| 219 constructor2_negative_test: fail | 219 constructor9_test/01: fail # Issue 12157 |
| 220 | 220 |
| 221 # test issue 12159, print(exception.message_); causes static warning, not an err
or | 221 # test issue 12159, print(exception.message_); causes static warning, not an err
or |
| 222 throw7_negative_test: fail | 222 throw7_negative_test: fail |
| 223 | 223 |
| 224 # test issue 12160, not annotated warnings for type variables from static member | 224 # test issue 12160, not annotated warnings for type variables from static member |
| 225 type_parameter_test/none: fail | 225 type_parameter_test/none: fail |
| 226 # test issue 12161, type variable in static, malformed type, static warning | 226 # test issue 12161, type variable in static, malformed type, static warning |
| 227 type_variable_static_context_negative_test: fail | 227 type_variable_static_context_negative_test: fail |
| 228 | 228 |
| 229 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything | 229 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 factory_redirection_test/09: fail | 261 factory_redirection_test/09: fail |
| 262 factory_redirection_test/10: fail | 262 factory_redirection_test/10: fail |
| 263 factory_redirection_test/11: fail | 263 factory_redirection_test/11: fail |
| 264 factory_redirection_test/12: fail | 264 factory_redirection_test/12: fail |
| 265 factory_redirection_test/13: fail | 265 factory_redirection_test/13: fail |
| 266 factory_redirection_test/14: fail | 266 factory_redirection_test/14: fail |
| 267 getters_setters2_test/03: fail | 267 getters_setters2_test/03: fail |
| 268 type_variable_bounds3_test/00: fail | 268 type_variable_bounds3_test/00: fail |
| 269 type_variable_bounds2_test/05: fail | 269 type_variable_bounds2_test/05: fail |
| 270 | 270 |
| OLD | NEW |