| 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 11 matching lines...) Expand all Loading... |
| 22 override_field_test/02: fail | 22 override_field_test/02: fail |
| 23 override_field_test/03: fail | 23 override_field_test/03: fail |
| 24 method_override7_test/03: Fail # Issue 11496 | 24 method_override7_test/03: Fail # Issue 11496 |
| 25 method_override8_test/03: Fail # Issue 11496 | 25 method_override8_test/03: Fail # Issue 11496 |
| 26 | 26 |
| 27 # TBF: prefix T hidden by type variable T in 'new T.Class()' | 27 # TBF: prefix T hidden by type variable T in 'new T.Class()' |
| 28 prefix10_negative_test: fail | 28 prefix10_negative_test: fail |
| 29 | 29 |
| 30 built_in_identifier_test/none: Fail # Issue 13023 | 30 built_in_identifier_test/none: Fail # Issue 13023 |
| 31 | 31 |
| 32 # test issue 13807, missing support for type promotion |
| 33 type_promotion_closure_test/none: Fail # Issue 13807 |
| 34 type_promotion_functions_test/none: Fail # Issue 13807 |
| 35 type_promotion_local_test/none: Fail # Issue 13807 |
| 36 type_promotion_logical_and_test/none: Fail # Issue 13807 |
| 37 type_promotion_multiple_test/none: Fail # Issue 13807 |
| 38 type_promotion_parameter_test/none: Fail # Issue 13807 |
| 39 |
| 40 # Missing checks for cyclic typedefs (through bounds) |
| 41 cyclic_typedef_test/10: Fail # Issue 13906 |
| 42 cyclic_typedef_test/11: Fail # Issue 13906 |
| 43 |
| 32 | 44 |
| 33 # Please add new failing tests before this line. | 45 # Please add new failing tests before this line. |
| 34 # Section below is for invalid tests. | 46 # Section below is for invalid tests. |
| 35 # | 47 # |
| 36 # | 48 # |
| 37 | 49 |
| 38 | 50 |
| 39 | 51 |
| 40 | 52 |
| 41 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 53 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 # test issue 14079 | 186 # test issue 14079 |
| 175 malformed_test/none: fail # test issue 14079, legit warnings for malformed type | 187 malformed_test/none: fail # test issue 14079, legit warnings for malformed type |
| 176 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst
antiate malformed type | 188 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst
antiate malformed type |
| 177 malformed_test/06: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause | 189 malformed_test/06: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause |
| 178 | 190 |
| 179 # | 191 # |
| 180 # Please don't add new items here. | 192 # Please don't add new items here. |
| 181 # This is section for invalid tests. | 193 # This is section for invalid tests. |
| 182 # | 194 # |
| 183 | 195 |
| 184 type_promotion_closure_test/none: Fail # Issue 13807 | |
| 185 type_promotion_functions_test/none: Fail # Issue 13807 | |
| 186 type_promotion_local_test/none: Fail # Issue 13807 | |
| 187 type_promotion_logical_and_test/none: Fail # Issue 13807 | |
| 188 type_promotion_multiple_test/none: Fail # Issue 13807 | |
| 189 type_promotion_parameter_test/none: Fail # Issue 13807 | |
| 190 | |
| 191 [ $compiler == dartanalyzer && $checked ] | 196 [ $compiler == dartanalyzer && $checked ] |
| 192 factory1_test/00: fail | 197 factory1_test/00: fail |
| 193 factory1_test/01: fail | 198 factory1_test/01: fail |
| 194 field_type_check2_test/01: fail | 199 field_type_check2_test/01: fail |
| 195 factory_implementation_test/00: fail | 200 factory_implementation_test/00: fail |
| 196 factory_redirection_test/08: fail | 201 factory_redirection_test/08: fail |
| 197 factory_redirection_test/09: fail | 202 factory_redirection_test/09: fail |
| 198 factory_redirection_test/10: fail | 203 factory_redirection_test/10: fail |
| 199 factory_redirection_test/11: fail | 204 factory_redirection_test/11: fail |
| 200 factory_redirection_test/12: fail | 205 factory_redirection_test/12: fail |
| 201 factory_redirection_test/13: fail | 206 factory_redirection_test/13: fail |
| 202 factory_redirection_test/14: fail | 207 factory_redirection_test/14: fail |
| 203 getters_setters2_test/03: fail | 208 getters_setters2_test/03: fail |
| 204 type_variable_bounds3_test/00: fail | 209 type_variable_bounds3_test/00: fail |
| 205 type_variable_bounds2_test/05: fail | 210 type_variable_bounds2_test/05: fail |
| 206 | 211 |
| OLD | NEW |