| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 call_through_getter_test: fail | 109 call_through_getter_test: fail |
| 110 | 110 |
| 111 # test issue 11584, positional arguments cannot be used for named parameters | 111 # test issue 11584, positional arguments cannot be used for named parameters |
| 112 compile_time_constant_e_test: fail | 112 compile_time_constant_e_test: fail |
| 113 | 113 |
| 114 # test issue 11585, static warning, not negative test | 114 # test issue 11585, static warning, not negative test |
| 115 constructor3_negative_test: fail | 115 constructor3_negative_test: fail |
| 116 constructor_call_wrong_argument_count_negative_test: fail | 116 constructor_call_wrong_argument_count_negative_test: fail |
| 117 instance_call_wrong_argument_count_negative_test: fail | 117 instance_call_wrong_argument_count_negative_test: fail |
| 118 | 118 |
| 119 # test issue 11586, Class(args) is compile-time warning, not error | |
| 120 constructor_negative_test: fail | |
| 121 | |
| 122 # test issue 11589, export D from 2 export directives | 119 # test issue 11589, export D from 2 export directives |
| 123 export_cyclic_test: fail | 120 export_cyclic_test: fail |
| 124 | 121 |
| 125 # test issue 11590, runtime only negative test | 122 # test issue 11590, runtime only negative test |
| 126 field_method4_negative_test: fail | 123 field_method4_negative_test: fail |
| 127 | 124 |
| 128 # test issue 11591, assigning to the final variable is warning, not error | 125 # test issue 11591, assigning to the final variable is warning, not error |
| 129 getter_no_setter_test/01: fail | 126 getter_no_setter_test/01: fail |
| 130 | 127 |
| 131 # test issue 11592, Function type alias (typedef) is not a constant | 128 # test issue 11592, Function type alias (typedef) is not a constant |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 factory_redirection_test/09: fail | 230 factory_redirection_test/09: fail |
| 234 factory_redirection_test/10: fail | 231 factory_redirection_test/10: fail |
| 235 factory_redirection_test/11: fail | 232 factory_redirection_test/11: fail |
| 236 factory_redirection_test/12: fail | 233 factory_redirection_test/12: fail |
| 237 factory_redirection_test/13: fail | 234 factory_redirection_test/13: fail |
| 238 factory_redirection_test/14: fail | 235 factory_redirection_test/14: fail |
| 239 getters_setters2_test/03: fail | 236 getters_setters2_test/03: fail |
| 240 type_variable_bounds3_test/00: fail | 237 type_variable_bounds3_test/00: fail |
| 241 type_variable_bounds2_test/05: fail | 238 type_variable_bounds2_test/05: fail |
| 242 | 239 |
| OLD | NEW |