| 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 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 prefix12_negative_test: fail | 251 prefix12_negative_test: fail |
| 252 | 252 |
| 253 # test issue 11963, it is fine to access any property of the dynamic variable | 253 # test issue 11963, it is fine to access any property of the dynamic variable |
| 254 prefix6_negative_test: fail | 254 prefix6_negative_test: fail |
| 255 | 255 |
| 256 # test issue 11964, Any use of a malformed type gives rise to a static warning. | 256 # test issue 11964, Any use of a malformed type gives rise to a static warning. |
| 257 prefix8_negative_test: fail | 257 prefix8_negative_test: fail |
| 258 prefix9_negative_test: fail | 258 prefix9_negative_test: fail |
| 259 prefix11_negative_test: fail | 259 prefix11_negative_test: fail |
| 260 | 260 |
| 261 # test issue 11965, 'source' is not built-in identifier anymore | |
| 262 pseudo_kw_illegal_test/14: fail | |
| 263 | |
| 264 # test issue 12156, fails only at runtime | 261 # test issue 12156, fails only at runtime |
| 265 static_call_wrong_argument_count_negative_test: fail | 262 static_call_wrong_argument_count_negative_test: fail |
| 266 | 263 |
| 267 # test issue 12157, uninitializer instance variable is warning, so not negative
test | 264 # test issue 12157, uninitializer instance variable is warning, so not negative
test |
| 268 static_final_field_negative_test: fail | 265 static_final_field_negative_test: fail |
| 269 constructor2_negative_test: fail | 266 constructor2_negative_test: fail |
| 270 | 267 |
| 271 # test issue 12159, print(exception.message_); causes static warning, not an err
or | 268 # test issue 12159, print(exception.message_); causes static warning, not an err
or |
| 272 throw7_negative_test: fail | 269 throw7_negative_test: fail |
| 273 | 270 |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 factory_redirection_test/09: fail | 311 factory_redirection_test/09: fail |
| 315 factory_redirection_test/10: fail | 312 factory_redirection_test/10: fail |
| 316 factory_redirection_test/11: fail | 313 factory_redirection_test/11: fail |
| 317 factory_redirection_test/12: fail | 314 factory_redirection_test/12: fail |
| 318 factory_redirection_test/13: fail | 315 factory_redirection_test/13: fail |
| 319 factory_redirection_test/14: fail | 316 factory_redirection_test/14: fail |
| 320 getters_setters2_test/03: fail | 317 getters_setters2_test/03: fail |
| 321 type_variable_bounds3_test/00: fail | 318 type_variable_bounds3_test/00: fail |
| 322 type_variable_bounds2_test/05: fail | 319 type_variable_bounds2_test/05: fail |
| 323 | 320 |
| OLD | NEW |