| 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 # Runtime negative test. No static errors or warnings. | 6 # Runtime negative test. No static errors or warnings. |
| 7 closure_call_wrong_argument_count_negative_test: skip | 7 closure_call_wrong_argument_count_negative_test: skip |
| 8 | 8 |
| 9 # TBD: using built-in identifers | 9 # TBD: using built-in identifers |
| 10 built_in_identifier_prefix_test: fail # Issue 12694 | 10 built_in_identifier_prefix_test: fail # Issue 12694 |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no
static warning expected | 196 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no
static warning expected |
| 197 type_promotion_parameter_test/53: Fail | 197 type_promotion_parameter_test/53: Fail |
| 198 | 198 |
| 199 # test issue 14364, "E<A> << D" | 199 # test issue 14364, "E<A> << D" |
| 200 type_promotion_more_specific_test/08: fail | 200 type_promotion_more_specific_test/08: fail |
| 201 | 201 |
| 202 # test issue 14406, setter for final field was removed from spec | 202 # test issue 14406, setter for final field was removed from spec |
| 203 implicit_setter_test/01: fail | 203 implicit_setter_test/01: fail |
| 204 implicit_setter_test/02: fail | 204 implicit_setter_test/02: fail |
| 205 | 205 |
| 206 # test issue 14410, "typedef C = " is now really illegal syntax |
| 207 mixin_illegal_syntax_test/none: fail |
| 208 |
| 206 # | 209 # |
| 207 # Please don't add new items here. | 210 # Please don't add new items here. |
| 208 # This is section for invalid tests. | 211 # This is section for invalid tests. |
| 209 # | 212 # |
| 210 | 213 |
| 211 [ $compiler == dartanalyzer && $checked ] | 214 [ $compiler == dartanalyzer && $checked ] |
| 212 factory1_test/00: fail | 215 factory1_test/00: fail |
| 213 factory1_test/01: fail | 216 factory1_test/01: fail |
| 214 field_type_check2_test/01: fail | 217 field_type_check2_test/01: fail |
| 215 factory_implementation_test/00: fail | 218 factory_implementation_test/00: fail |
| 216 factory_redirection_test/08: fail | 219 factory_redirection_test/08: fail |
| 217 factory_redirection_test/09: fail | 220 factory_redirection_test/09: fail |
| 218 factory_redirection_test/10: fail | 221 factory_redirection_test/10: fail |
| 219 factory_redirection_test/11: fail | 222 factory_redirection_test/11: fail |
| 220 factory_redirection_test/12: fail | 223 factory_redirection_test/12: fail |
| 221 factory_redirection_test/13: fail | 224 factory_redirection_test/13: fail |
| 222 factory_redirection_test/14: fail | 225 factory_redirection_test/14: fail |
| 223 getters_setters2_test/03: fail | 226 getters_setters2_test/03: fail |
| 224 type_variable_bounds3_test/00: fail | 227 type_variable_bounds3_test/00: fail |
| 225 type_variable_bounds2_test/05: fail | 228 type_variable_bounds2_test/05: fail |
| 226 | 229 |
| OLD | NEW |