| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 | 269 |
| 270 # test issue 12539, rules for finals were loosened, contradiction in spec was fi
xed | 270 # test issue 12539, rules for finals were loosened, contradiction in spec was fi
xed |
| 271 const_syntax_test/09: fail | 271 const_syntax_test/09: fail |
| 272 | 272 |
| 273 # test issue 12541; there shouldn't be a static warning | 273 # test issue 12541; there shouldn't be a static warning |
| 274 static_field_test/01: fail | 274 static_field_test/01: fail |
| 275 static_field_test/02: fail | 275 static_field_test/02: fail |
| 276 static_field_test/03: fail | 276 static_field_test/03: fail |
| 277 static_field_test/04: fail | 277 static_field_test/04: fail |
| 278 | 278 |
| 279 null_test/03: Fail # Issue 12484 |
| 280 |
| 279 [ $compiler == dartanalyzer && $checked ] | 281 [ $compiler == dartanalyzer && $checked ] |
| 280 factory1_test/00: fail | 282 factory1_test/00: fail |
| 281 factory1_test/01: fail | 283 factory1_test/01: fail |
| 282 field_type_check2_test/01: fail | 284 field_type_check2_test/01: fail |
| 283 factory_implementation_test/00: fail | 285 factory_implementation_test/00: fail |
| 284 factory_redirection_test/08: fail | 286 factory_redirection_test/08: fail |
| 285 factory_redirection_test/09: fail | 287 factory_redirection_test/09: fail |
| 286 factory_redirection_test/10: fail | 288 factory_redirection_test/10: fail |
| 287 factory_redirection_test/11: fail | 289 factory_redirection_test/11: fail |
| 288 factory_redirection_test/12: fail | 290 factory_redirection_test/12: fail |
| 289 factory_redirection_test/13: fail | 291 factory_redirection_test/13: fail |
| 290 factory_redirection_test/14: fail | 292 factory_redirection_test/14: fail |
| 291 getters_setters2_test/03: fail | 293 getters_setters2_test/03: fail |
| 292 type_variable_bounds3_test/00: fail | 294 type_variable_bounds3_test/00: fail |
| 293 type_variable_bounds2_test/05: fail | 295 type_variable_bounds2_test/05: fail |
| 294 | 296 |
| OLD | NEW |