| 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 | 6 |
| 7 # Runtime negative test. No static errors or warnings. | 7 # Runtime negative test. No static errors or warnings. |
| 8 closure_call_wrong_argument_count_negative_test: skip | 8 closure_call_wrong_argument_count_negative_test: skip |
| 9 | 9 |
| 10 illegal_invocation_test/01: fail # Issue: 11892 | 10 illegal_invocation_test/01: fail # Issue: 11892 |
| 11 | 11 |
| 12 # TBF: m([int p = 'String']) | 12 # TBF: m([int p = 'String']) |
| 13 assign_static_type_test/06: fail | 13 assign_static_type_test/06: fail |
| 14 | 14 |
| 15 # TBD: using built-in identifers | 15 # TBD: using built-in identifers |
| 16 built_in_identifier_prefix_test: fail | 16 built_in_identifier_prefix_test: fail |
| 17 | 17 |
| 18 # TBF: (o as C) is not rolled back | 18 # TBF: (o as C) is not rolled back |
| 19 cast_test/04: fail | 19 cast_test/04: fail |
| 20 cast_test/05: fail | 20 cast_test/05: fail |
| 21 | 21 |
| 22 # TBF: It is a compile-time error if the superclass of a class C appears in the
implements clause of C. | 22 # TBF: It is a compile-time error if the superclass of a class C appears in the
implements clause of C. |
| 23 const_constructor_super_test/01: fail | 23 const_constructor_super_test/01: fail |
| 24 compile_time_constant10_test/none: fail | |
| 25 compile_time_constant_c_test/01: fail | 24 compile_time_constant_c_test/01: fail |
| 26 | 25 |
| 27 # TBF: m([int p = 'String']) and call 'const' instance creation | 26 # TBF: m([int p = 'String']) and call 'const' instance creation |
| 28 compile_time_constant_checked2_test/03: fail | 27 compile_time_constant_checked2_test/03: fail |
| 29 compile_time_constant_checked3_test/03: fail | 28 compile_time_constant_checked3_test/03: fail |
| 30 | 29 |
| 31 # TBF: It is a static type warning if a type parameter is a supertype of its upp
er bound. | 30 # TBF: It is a static type warning if a type parameter is a supertype of its upp
er bound. |
| 32 cyclic_type_variable_test/01: fail | 31 cyclic_type_variable_test/01: fail |
| 33 cyclic_type_variable_test/02: fail | 32 cyclic_type_variable_test/02: fail |
| 34 cyclic_type_variable_test/03: fail | 33 cyclic_type_variable_test/03: fail |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 | 174 |
| 176 # test issue 11579, assignment, no setter | 175 # test issue 11579, assignment, no setter |
| 177 getter_no_setter_test/none: fail | 176 getter_no_setter_test/none: fail |
| 178 | 177 |
| 179 # test issue 11580, Function is not a malformed type | 178 # test issue 11580, Function is not a malformed type |
| 180 black_listed_test/11: fail | 179 black_listed_test/11: fail |
| 181 | 180 |
| 182 # test issue 11581, it is not warning to call dynamic | 181 # test issue 11581, it is not warning to call dynamic |
| 183 call_through_getter_test: fail | 182 call_through_getter_test: fail |
| 184 | 183 |
| 185 # test issue 11582, non-final field with 'const' constructor | |
| 186 compile_time_constant10_test/none: fail | |
| 187 | |
| 188 # test issue 11583, int is valid key for constant map literal | 184 # test issue 11583, int is valid key for constant map literal |
| 189 compile_time_constant_c_test/01: fail | 185 compile_time_constant_c_test/01: fail |
| 190 | 186 |
| 191 # test issue 11584, positional arguments cannot be used for named parameters | 187 # test issue 11584, positional arguments cannot be used for named parameters |
| 192 compile_time_constant_e_test: fail | 188 compile_time_constant_e_test: fail |
| 193 | 189 |
| 194 # test issue 11585, static warning, not negative test | 190 # test issue 11585, static warning, not negative test |
| 195 constructor3_negative_test: fail | 191 constructor3_negative_test: fail |
| 196 constructor_call_wrong_argument_count_negative_test: fail | 192 constructor_call_wrong_argument_count_negative_test: fail |
| 197 instance_call_wrong_argument_count_negative_test: fail | 193 instance_call_wrong_argument_count_negative_test: fail |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 factory_redirection_test/09: fail | 307 factory_redirection_test/09: fail |
| 312 factory_redirection_test/10: fail | 308 factory_redirection_test/10: fail |
| 313 factory_redirection_test/11: fail | 309 factory_redirection_test/11: fail |
| 314 factory_redirection_test/12: fail | 310 factory_redirection_test/12: fail |
| 315 factory_redirection_test/13: fail | 311 factory_redirection_test/13: fail |
| 316 factory_redirection_test/14: fail | 312 factory_redirection_test/14: fail |
| 317 getters_setters2_test/03: fail | 313 getters_setters2_test/03: fail |
| 318 type_variable_bounds3_test/00: fail | 314 type_variable_bounds3_test/00: fail |
| 319 type_variable_bounds2_test/05: fail | 315 type_variable_bounds2_test/05: fail |
| 320 | 316 |
| OLD | NEW |