| 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 scope_variable2_test: Fail # Issue 13575 |
| 8 |
| 7 # Missing compile-time errors for parameters marked static. | 9 # Missing compile-time errors for parameters marked static. |
| 8 static_parameter_test/02: Fail | 10 static_parameter_test/02: Fail |
| 9 static_parameter_test/03: Fail | 11 static_parameter_test/03: Fail |
| 10 static_parameter_test/04: Fail | 12 static_parameter_test/04: Fail |
| 11 static_parameter_test/06: Fail | 13 static_parameter_test/06: Fail |
| 12 static_parameter_test/07: Fail | 14 static_parameter_test/07: Fail |
| 13 static_parameter_test/08: Fail | 15 static_parameter_test/08: Fail |
| 14 static_parameter_test/10: Fail | 16 static_parameter_test/10: Fail |
| 15 static_parameter_test/11: Fail | 17 static_parameter_test/11: Fail |
| 16 static_parameter_test/12: Fail | 18 static_parameter_test/12: Fail |
| (...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 factory_redirection_test/09: fail | 216 factory_redirection_test/09: fail |
| 215 factory_redirection_test/10: fail | 217 factory_redirection_test/10: fail |
| 216 factory_redirection_test/11: fail | 218 factory_redirection_test/11: fail |
| 217 factory_redirection_test/12: fail | 219 factory_redirection_test/12: fail |
| 218 factory_redirection_test/13: fail | 220 factory_redirection_test/13: fail |
| 219 factory_redirection_test/14: fail | 221 factory_redirection_test/14: fail |
| 220 getters_setters2_test/03: fail | 222 getters_setters2_test/03: fail |
| 221 type_variable_bounds3_test/00: fail | 223 type_variable_bounds3_test/00: fail |
| 222 type_variable_bounds2_test/05: fail | 224 type_variable_bounds2_test/05: fail |
| 223 | 225 |
| OLD | NEW |