| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 | 121 |
| 122 # test issue 11592, Function type alias (typedef) is not a constant | 122 # test issue 11592, Function type alias (typedef) is not a constant |
| 123 first_class_types_constants_test: fail | 123 first_class_types_constants_test: fail |
| 124 | 124 |
| 125 # test issue 11594, Reference to a not resolve identifier is static warning | 125 # test issue 11594, Reference to a not resolve identifier is static warning |
| 126 import_combinators_negative_test: fail | 126 import_combinators_negative_test: fail |
| 127 interface_static_non_final_fields_negative_test: fail | 127 interface_static_non_final_fields_negative_test: fail |
| 128 | 128 |
| 129 instantiate_type_variable_test/01: fail # Issue 11595 | 129 instantiate_type_variable_test/01: fail # Issue 11595 |
| 130 | 130 |
| 131 mixin_type_parameters_errors_test/01: fail # Issue 11598 | |
| 132 mixin_type_parameters_errors_test/02: fail # Issue 11598 | |
| 133 mixin_type_parameters_errors_test/05: fail # Issue 11598 | |
| 134 | |
| 135 # test issue 11698, no setter, so warning, not error | 131 # test issue 11698, no setter, so warning, not error |
| 136 assign_instance_method_negative_test: fail | 132 assign_instance_method_negative_test: fail |
| 137 | 133 |
| 138 # test issue 11918: mixin and const constructor | 134 # test issue 11918: mixin and const constructor |
| 139 const_constructor_mixin_test/01: fail | 135 const_constructor_mixin_test/01: fail |
| 140 const_constructor_mixin3_test/01: fail | 136 const_constructor_mixin3_test/01: fail |
| 141 | 137 |
| 142 # test issue 11958, fails only at runtime | 138 # test issue 11958, fails only at runtime |
| 143 no_such_method_negative_test: fail | 139 no_such_method_negative_test: fail |
| 144 | 140 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 factory_redirection_test/09: fail | 208 factory_redirection_test/09: fail |
| 213 factory_redirection_test/10: fail | 209 factory_redirection_test/10: fail |
| 214 factory_redirection_test/11: fail | 210 factory_redirection_test/11: fail |
| 215 factory_redirection_test/12: fail | 211 factory_redirection_test/12: fail |
| 216 factory_redirection_test/13: fail | 212 factory_redirection_test/13: fail |
| 217 factory_redirection_test/14: fail | 213 factory_redirection_test/14: fail |
| 218 getters_setters2_test/03: fail | 214 getters_setters2_test/03: fail |
| 219 type_variable_bounds3_test/00: fail | 215 type_variable_bounds3_test/00: fail |
| 220 type_variable_bounds2_test/05: fail | 216 type_variable_bounds2_test/05: fail |
| 221 | 217 |
| OLD | NEW |