| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 # test issue 12289, assignment in assert statement | 263 # test issue 12289, assignment in assert statement |
| 264 type_error_test: fail | 264 type_error_test: fail |
| 265 | 265 |
| 266 # test issue 12381, It is compile-time error to invoke not existing function | 266 # test issue 12381, It is compile-time error to invoke not existing function |
| 267 issue11724_test: fail | 267 issue11724_test: fail |
| 268 call_nonexistent_static_test/08: fail | 268 call_nonexistent_static_test/08: fail |
| 269 | 269 |
| 270 # test issue 12397; it is static warning, not error to use variable before decla
ration (or hidden) | 270 # test issue 12397; it is static warning, not error to use variable before decla
ration (or hidden) |
| 271 scope_negative_test: fail | 271 scope_negative_test: fail |
| 272 | 272 |
| 273 # test issue 12541; there shouldn't be a static warning |
| 274 static_field_test/01: fail |
| 275 static_field_test/02: fail |
| 276 static_field_test/03: fail |
| 277 static_field_test/04: fail |
| 278 |
| 273 [ $compiler == dartanalyzer && $checked ] | 279 [ $compiler == dartanalyzer && $checked ] |
| 274 factory1_test/00: fail | 280 factory1_test/00: fail |
| 275 factory1_test/01: fail | 281 factory1_test/01: fail |
| 276 field_type_check2_test/01: fail | 282 field_type_check2_test/01: fail |
| 277 factory_implementation_test/00: fail | 283 factory_implementation_test/00: fail |
| 278 factory_redirection_test/08: fail | 284 factory_redirection_test/08: fail |
| 279 factory_redirection_test/09: fail | 285 factory_redirection_test/09: fail |
| 280 factory_redirection_test/10: fail | 286 factory_redirection_test/10: fail |
| 281 factory_redirection_test/11: fail | 287 factory_redirection_test/11: fail |
| 282 factory_redirection_test/12: fail | 288 factory_redirection_test/12: fail |
| 283 factory_redirection_test/13: fail | 289 factory_redirection_test/13: fail |
| 284 factory_redirection_test/14: fail | 290 factory_redirection_test/14: fail |
| 285 getters_setters2_test/03: fail | 291 getters_setters2_test/03: fail |
| 286 type_variable_bounds3_test/00: fail | 292 type_variable_bounds3_test/00: fail |
| 287 type_variable_bounds2_test/05: fail | 293 type_variable_bounds2_test/05: fail |
| 288 | 294 |
| OLD | NEW |