| 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 # Invalid constant redirecting factories should cause compile-time error. | |
| 33 const_types_test/23: Fail # Issue 14306 | |
| 34 const_types_test/24: Fail # Issue 14306 | |
| 35 const_types_test/25: Fail # Issue 14306 | |
| 36 const_types_test/26: Fail # Issue 14306 | |
| 37 const_types_test/27: Fail # Issue 14306 | |
| 38 const_types_test/28: Fail # Issue 14306 | |
| 39 const_types_test/29: Fail # Issue 14306 | |
| 40 const_types_test/30: Fail # Issue 14306 | |
| 41 const_types_test/41: Fail # Issue 14306 | |
| 42 | 32 |
| 43 # Please add new failing tests before this line. | 33 # Please add new failing tests before this line. |
| 44 # Section below is for invalid tests. | 34 # Section below is for invalid tests. |
| 45 # | 35 # |
| 46 # | 36 # |
| 47 | 37 |
| 48 | 38 |
| 49 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 39 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 50 block_scope_test: fail | 40 block_scope_test: fail |
| 51 lazy_static3_test: fail | 41 lazy_static3_test: fail |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 factory_redirection_test/09: fail | 213 factory_redirection_test/09: fail |
| 224 factory_redirection_test/10: fail | 214 factory_redirection_test/10: fail |
| 225 factory_redirection_test/11: fail | 215 factory_redirection_test/11: fail |
| 226 factory_redirection_test/12: fail | 216 factory_redirection_test/12: fail |
| 227 factory_redirection_test/13: fail | 217 factory_redirection_test/13: fail |
| 228 factory_redirection_test/14: fail | 218 factory_redirection_test/14: fail |
| 229 getters_setters2_test/03: fail | 219 getters_setters2_test/03: fail |
| 230 type_variable_bounds3_test/00: fail | 220 type_variable_bounds3_test/00: fail |
| 231 type_variable_bounds2_test/05: fail | 221 type_variable_bounds2_test/05: fail |
| 232 | 222 |
| OLD | NEW |