| 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 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason) | 6 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason) |
| 7 abstract_factory_constructor_test/00: fail | 7 abstract_factory_constructor_test/00: fail |
| 8 assign_instance_method_negative_test: fail | 8 assign_instance_method_negative_test: fail |
| 9 assign_static_type_test/06: fail | 9 assign_static_type_test/06: fail |
| 10 bad_named_parameters2_test: fail | 10 bad_named_parameters2_test: fail |
| (...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 syntax_test/30: fail | 134 syntax_test/30: fail |
| 135 syntax_test/31: fail | 135 syntax_test/31: fail |
| 136 syntax_test/32: fail | 136 syntax_test/32: fail |
| 137 syntax_test/33: fail | 137 syntax_test/33: fail |
| 138 throw7_negative_test: fail | 138 throw7_negative_test: fail |
| 139 type_error_test: fail | 139 type_error_test: fail |
| 140 type_parameter_test/01: fail | 140 type_parameter_test/01: fail |
| 141 type_parameter_test/02: fail | 141 type_parameter_test/02: fail |
| 142 type_parameter_test/03: fail | 142 type_parameter_test/03: fail |
| 143 type_parameter_test/04: fail | 143 type_parameter_test/04: fail |
| 144 type_parameter_test/05: fail |
| 145 type_parameter_test/06: fail |
| 144 type_variable_bounds2_test/00: fail | 146 type_variable_bounds2_test/00: fail |
| 145 type_variable_bounds2_test/01: fail | 147 type_variable_bounds2_test/01: fail |
| 146 type_variable_bounds2_test/02: fail | 148 type_variable_bounds2_test/02: fail |
| 147 type_variable_bounds2_test/03: fail | 149 type_variable_bounds2_test/03: fail |
| 148 type_variable_bounds2_test/04: fail | 150 type_variable_bounds2_test/04: fail |
| 149 type_variable_bounds2_test/06: fail | 151 type_variable_bounds2_test/06: fail |
| 150 type_variable_bounds_test/00: fail | 152 type_variable_bounds_test/00: fail |
| 151 type_variable_bounds_test/03: fail | 153 type_variable_bounds_test/03: fail |
| 152 type_variable_bounds_test/04: fail | 154 type_variable_bounds_test/04: fail |
| 153 type_variable_static_context_negative_test: fail | 155 type_variable_static_context_negative_test: fail |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 getters_setters2_test/03: fail | 255 getters_setters2_test/03: fail |
| 254 type_variable_bounds3_test/00: fail | 256 type_variable_bounds3_test/00: fail |
| 255 type_variable_bounds2_test/05: fail | 257 type_variable_bounds2_test/05: fail |
| 256 type_variable_scope_test/00: fail | 258 type_variable_scope_test/00: fail |
| 257 type_variable_scope_test/01: fail | 259 type_variable_scope_test/01: fail |
| 258 type_variable_scope_test/02: fail | 260 type_variable_scope_test/02: fail |
| 259 type_variable_scope_test/03: fail | 261 type_variable_scope_test/03: fail |
| 260 type_variable_scope_test/04: fail | 262 type_variable_scope_test/04: fail |
| 261 type_variable_scope_test/05: fail | 263 type_variable_scope_test/05: fail |
| 262 | 264 |
| OLD | NEW |