| 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 switch_bad_case_test/02: Fail | 6 switch_bad_case_test/02: Fail |
| 7 | 7 |
| 8 # Missing compile-time errors for parameters marked static. | 8 # Missing compile-time errors for parameters marked static. |
| 9 static_parameter_test/02: Fail | 9 static_parameter_test/02: Fail |
| 10 static_parameter_test/03: Fail | 10 static_parameter_test/03: Fail |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 | 193 |
| 194 # test issue 12539, rules for finals were loosened, contradiction in spec was fi
xed | 194 # test issue 12539, rules for finals were loosened, contradiction in spec was fi
xed |
| 195 const_syntax_test/09: fail # Issue 12539 | 195 const_syntax_test/09: fail # Issue 12539 |
| 196 | 196 |
| 197 # test issue 12541; there shouldn't be a static warning | 197 # test issue 12541; there shouldn't be a static warning |
| 198 static_field_test/01: fail # Issue 12541 | 198 static_field_test/01: fail # Issue 12541 |
| 199 static_field_test/02: fail # Issue 12541 | 199 static_field_test/02: fail # Issue 12541 |
| 200 static_field_test/03: fail # Issue 12541 | 200 static_field_test/03: fail # Issue 12541 |
| 201 static_field_test/04: fail # Issue 12541 | 201 static_field_test/04: fail # Issue 12541 |
| 202 | 202 |
| 203 # test issue 13787; duplicate exports of the same declaration is not handled |
| 204 duplicate_export_test: fail # Issue 13787 |
| 205 |
| 203 [ $compiler == dart2analyzer && $checked ] | 206 [ $compiler == dart2analyzer && $checked ] |
| 204 factory1_test/00: fail | 207 factory1_test/00: fail |
| 205 factory1_test/01: fail | 208 factory1_test/01: fail |
| 206 field_type_check2_test/01: fail | 209 field_type_check2_test/01: fail |
| 207 factory_implementation_test/00: fail | 210 factory_implementation_test/00: fail |
| 208 factory_redirection_test/08: fail | 211 factory_redirection_test/08: fail |
| 209 factory_redirection_test/09: fail | 212 factory_redirection_test/09: fail |
| 210 factory_redirection_test/10: fail | 213 factory_redirection_test/10: fail |
| 211 factory_redirection_test/11: fail | 214 factory_redirection_test/11: fail |
| 212 factory_redirection_test/12: fail | 215 factory_redirection_test/12: fail |
| 213 factory_redirection_test/13: fail | 216 factory_redirection_test/13: fail |
| 214 factory_redirection_test/14: fail | 217 factory_redirection_test/14: fail |
| 215 getters_setters2_test/03: fail | 218 getters_setters2_test/03: fail |
| 216 type_variable_bounds3_test/00: fail | 219 type_variable_bounds3_test/00: fail |
| 217 type_variable_bounds2_test/05: fail | 220 type_variable_bounds2_test/05: fail |
| 218 | 221 |
| OLD | NEW |