| 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 prefix12_negative_test: fail | 210 prefix12_negative_test: fail |
| 211 | 211 |
| 212 # test issue 11963, it is fine to access any property of the dynamic variable | 212 # test issue 11963, it is fine to access any property of the dynamic variable |
| 213 prefix6_negative_test: fail | 213 prefix6_negative_test: fail |
| 214 | 214 |
| 215 # test issue 11964, Any use of a malformed type gives rise to a static warning. | 215 # test issue 11964, Any use of a malformed type gives rise to a static warning. |
| 216 prefix8_negative_test: fail | 216 prefix8_negative_test: fail |
| 217 prefix9_negative_test: fail | 217 prefix9_negative_test: fail |
| 218 prefix11_negative_test: fail | 218 prefix11_negative_test: fail |
| 219 | 219 |
| 220 # test issue 11965, 'source' is not built-in identifier anymore | |
| 221 pseudo_kw_illegal_test/14: fail | |
| 222 | |
| 223 # test issue 12156, fails only at runtime | 220 # test issue 12156, fails only at runtime |
| 224 static_call_wrong_argument_count_negative_test: fail | 221 static_call_wrong_argument_count_negative_test: fail |
| 225 | 222 |
| 226 # test issue 12157, uninitializer instance variable is warning, so not negative
test | 223 # test issue 12157, uninitializer instance variable is warning, so not negative
test |
| 227 static_final_field_negative_test: fail | 224 static_final_field_negative_test: fail |
| 228 constructor2_negative_test: fail | 225 constructor2_negative_test: fail |
| 229 | 226 |
| 230 # test issue 12159, print(exception.message_); causes static warning, not an err
or | 227 # test issue 12159, print(exception.message_); causes static warning, not an err
or |
| 231 throw7_negative_test: fail | 228 throw7_negative_test: fail |
| 232 | 229 |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 factory_redirection_test/09: fail | 279 factory_redirection_test/09: fail |
| 283 factory_redirection_test/10: fail | 280 factory_redirection_test/10: fail |
| 284 factory_redirection_test/11: fail | 281 factory_redirection_test/11: fail |
| 285 factory_redirection_test/12: fail | 282 factory_redirection_test/12: fail |
| 286 factory_redirection_test/13: fail | 283 factory_redirection_test/13: fail |
| 287 factory_redirection_test/14: fail | 284 factory_redirection_test/14: fail |
| 288 getters_setters2_test/03: fail | 285 getters_setters2_test/03: fail |
| 289 type_variable_bounds3_test/00: fail | 286 type_variable_bounds3_test/00: fail |
| 290 type_variable_bounds2_test/05: fail | 287 type_variable_bounds2_test/05: fail |
| 291 | 288 |
| OLD | NEW |