| 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 | 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 # TBD: using built-in identifers | 10 # TBD: using built-in identifers |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 | 134 |
| 135 # test issue 11579, assignment, no setter | 135 # test issue 11579, assignment, no setter |
| 136 getter_no_setter_test/none: fail | 136 getter_no_setter_test/none: fail |
| 137 | 137 |
| 138 # test issue 11580, Function is not a malformed type | 138 # test issue 11580, Function is not a malformed type |
| 139 black_listed_test/11: fail | 139 black_listed_test/11: fail |
| 140 | 140 |
| 141 # test issue 11581, it is not warning to call dynamic | 141 # test issue 11581, it is not warning to call dynamic |
| 142 call_through_getter_test: fail | 142 call_through_getter_test: fail |
| 143 | 143 |
| 144 # test issue 11582, non-final field with 'const' constructor | |
| 145 compile_time_constant10_test/none: fail | |
| 146 | |
| 147 # test issue 11583, int is valid key for constant map literal | 144 # test issue 11583, int is valid key for constant map literal |
| 148 compile_time_constant_c_test/01: fail | 145 compile_time_constant_c_test/01: fail |
| 149 | 146 |
| 150 # test issue 11584, positional arguments cannot be used for named parameters | 147 # test issue 11584, positional arguments cannot be used for named parameters |
| 151 compile_time_constant_e_test: fail | 148 compile_time_constant_e_test: fail |
| 152 | 149 |
| 153 # test issue 11585, static warning, not negative test | 150 # test issue 11585, static warning, not negative test |
| 154 constructor3_negative_test: fail | 151 constructor3_negative_test: fail |
| 155 constructor_call_wrong_argument_count_negative_test: fail | 152 constructor_call_wrong_argument_count_negative_test: fail |
| 156 instance_call_wrong_argument_count_negative_test: fail | 153 instance_call_wrong_argument_count_negative_test: fail |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 factory_redirection_test/09: fail | 282 factory_redirection_test/09: fail |
| 286 factory_redirection_test/10: fail | 283 factory_redirection_test/10: fail |
| 287 factory_redirection_test/11: fail | 284 factory_redirection_test/11: fail |
| 288 factory_redirection_test/12: fail | 285 factory_redirection_test/12: fail |
| 289 factory_redirection_test/13: fail | 286 factory_redirection_test/13: fail |
| 290 factory_redirection_test/14: fail | 287 factory_redirection_test/14: fail |
| 291 getters_setters2_test/03: fail | 288 getters_setters2_test/03: fail |
| 292 type_variable_bounds3_test/00: fail | 289 type_variable_bounds3_test/00: fail |
| 293 type_variable_bounds2_test/05: fail | 290 type_variable_bounds2_test/05: fail |
| 294 | 291 |
| OLD | NEW |