| 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 213 | 213 |
| 214 # test issue 12539, rules for finals were loosened, contradiction in spec was fi
xed | 214 # test issue 12539, rules for finals were loosened, contradiction in spec was fi
xed |
| 215 const_syntax_test/09: fail # Issue 12539 | 215 const_syntax_test/09: fail # Issue 12539 |
| 216 | 216 |
| 217 # test issue 12541; there shouldn't be a static warning | 217 # test issue 12541; there shouldn't be a static warning |
| 218 static_field_test/01: fail # Issue 12541 | 218 static_field_test/01: fail # Issue 12541 |
| 219 static_field_test/02: fail # Issue 12541 | 219 static_field_test/02: fail # Issue 12541 |
| 220 static_field_test/03: fail # Issue 12541 | 220 static_field_test/03: fail # Issue 12541 |
| 221 static_field_test/04: fail # Issue 12541 | 221 static_field_test/04: fail # Issue 12541 |
| 222 | 222 |
| 223 not_enough_positional_arguments_test/none: Fail # Issue XXX |
| 224 |
| 223 | 225 |
| 224 [ $compiler == dartanalyzer && $checked ] | 226 [ $compiler == dartanalyzer && $checked ] |
| 225 factory1_test/00: fail | 227 factory1_test/00: fail |
| 226 factory1_test/01: fail | 228 factory1_test/01: fail |
| 227 field_type_check2_test/01: fail | 229 field_type_check2_test/01: fail |
| 228 factory_implementation_test/00: fail | 230 factory_implementation_test/00: fail |
| 229 factory_redirection_test/08: fail | 231 factory_redirection_test/08: fail |
| 230 factory_redirection_test/09: fail | 232 factory_redirection_test/09: fail |
| 231 factory_redirection_test/10: fail | 233 factory_redirection_test/10: fail |
| 232 factory_redirection_test/11: fail | 234 factory_redirection_test/11: fail |
| 233 factory_redirection_test/12: fail | 235 factory_redirection_test/12: fail |
| 234 factory_redirection_test/13: fail | 236 factory_redirection_test/13: fail |
| 235 factory_redirection_test/14: fail | 237 factory_redirection_test/14: fail |
| 236 getters_setters2_test/03: fail | 238 getters_setters2_test/03: fail |
| 237 type_variable_bounds3_test/00: fail | 239 type_variable_bounds3_test/00: fail |
| 238 type_variable_bounds2_test/05: fail | 240 type_variable_bounds2_test/05: fail |
| 239 | 241 |
| OLD | NEW |