| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 # test issue 14079 | 178 # test issue 14079 |
| 179 malformed_test/none: fail # test issue 14079, legit warnings for malformed type | 179 malformed_test/none: fail # test issue 14079, legit warnings for malformed type |
| 180 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst
antiate malformed type | 180 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst
antiate malformed type |
| 181 malformed_test/06: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause | 181 malformed_test/06: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause |
| 182 | 182 |
| 183 # | 183 # |
| 184 # Please don't add new items here. | 184 # Please don't add new items here. |
| 185 # This is section for invalid tests. | 185 # This is section for invalid tests. |
| 186 # | 186 # |
| 187 | 187 |
| 188 type_promotion_closure_test/none: Fail # Issue 13807 |
| 189 type_promotion_functions_test/none: Fail # Issue 13807 |
| 190 type_promotion_local_test/none: Fail # Issue 13807 |
| 191 type_promotion_logical_and_test/none: Fail # Issue 13807 |
| 192 type_promotion_multiple_test/none: Fail # Issue 13807 |
| 193 type_promotion_parameter_test/none: Fail # Issue 13807 |
| 194 |
| 188 [ $compiler == dartanalyzer && $checked ] | 195 [ $compiler == dartanalyzer && $checked ] |
| 189 factory1_test/00: fail | 196 factory1_test/00: fail |
| 190 factory1_test/01: fail | 197 factory1_test/01: fail |
| 191 field_type_check2_test/01: fail | 198 field_type_check2_test/01: fail |
| 192 factory_implementation_test/00: fail | 199 factory_implementation_test/00: fail |
| 193 factory_redirection_test/08: fail | 200 factory_redirection_test/08: fail |
| 194 factory_redirection_test/09: fail | 201 factory_redirection_test/09: fail |
| 195 factory_redirection_test/10: fail | 202 factory_redirection_test/10: fail |
| 196 factory_redirection_test/11: fail | 203 factory_redirection_test/11: fail |
| 197 factory_redirection_test/12: fail | 204 factory_redirection_test/12: fail |
| 198 factory_redirection_test/13: fail | 205 factory_redirection_test/13: fail |
| 199 factory_redirection_test/14: fail | 206 factory_redirection_test/14: fail |
| 200 getters_setters2_test/03: fail | 207 getters_setters2_test/03: fail |
| 201 type_variable_bounds3_test/00: fail | 208 type_variable_bounds3_test/00: fail |
| 202 type_variable_bounds2_test/05: fail | 209 type_variable_bounds2_test/05: fail |
| 203 | 210 |
| OLD | NEW |