| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 # test issue 11963, it is fine to access any property of the dynamic variable | 147 # test issue 11963, it is fine to access any property of the dynamic variable |
| 148 prefix6_negative_test: fail | 148 prefix6_negative_test: fail |
| 149 | 149 |
| 150 # test issue 11964, Any use of a malformed type gives rise to a static warning. | 150 # test issue 11964, Any use of a malformed type gives rise to a static warning. |
| 151 prefix8_negative_test: fail | 151 prefix8_negative_test: fail |
| 152 prefix11_negative_test: fail | 152 prefix11_negative_test: fail |
| 153 | 153 |
| 154 # test issue 12156, fails only at runtime | 154 # test issue 12156, fails only at runtime |
| 155 static_call_wrong_argument_count_negative_test: fail | 155 static_call_wrong_argument_count_negative_test: fail |
| 156 | 156 |
| 157 constructor9_test/01: Fail # Issue 12157 | |
| 158 | |
| 159 throw7_test/01: Fail # Issue 12159 | 157 throw7_test/01: Fail # Issue 12159 |
| 160 | 158 |
| 161 # test issue 12160, not annotated warnings for type variables from static member | 159 # test issue 12160, not annotated warnings for type variables from static member |
| 162 type_parameter_test/none: fail | 160 type_parameter_test/none: fail |
| 163 # test issue 12161, type variable in static, malformed type, static warning | 161 # test issue 12161, type variable in static, malformed type, static warning |
| 164 type_variable_static_context_negative_test: fail | 162 type_variable_static_context_negative_test: fail |
| 165 | 163 |
| 166 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything | 164 # test issue 12162, 'a' has dynamic type, so it statically it is assignable to a
nything |
| 167 type_variable_bounds2_test/00: fail # Issue 12162 | 165 type_variable_bounds2_test/00: fail # Issue 12162 |
| 168 type_variable_bounds2_test/01: fail # Issue 12162 | 166 type_variable_bounds2_test/01: fail # Issue 12162 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 factory_redirection_test/09: fail | 206 factory_redirection_test/09: fail |
| 209 factory_redirection_test/10: fail | 207 factory_redirection_test/10: fail |
| 210 factory_redirection_test/11: fail | 208 factory_redirection_test/11: fail |
| 211 factory_redirection_test/12: fail | 209 factory_redirection_test/12: fail |
| 212 factory_redirection_test/13: fail | 210 factory_redirection_test/13: fail |
| 213 factory_redirection_test/14: fail | 211 factory_redirection_test/14: fail |
| 214 getters_setters2_test/03: fail | 212 getters_setters2_test/03: fail |
| 215 type_variable_bounds3_test/00: fail | 213 type_variable_bounds3_test/00: fail |
| 216 type_variable_bounds2_test/05: fail | 214 type_variable_bounds2_test/05: fail |
| 217 | 215 |
| OLD | NEW |