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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
214 inferrer_constructor2_test: fail | 214 inferrer_constructor2_test: fail |
215 inferrer_constructor3_test: fail | 215 inferrer_constructor3_test: fail |
216 multiple_field_assignment_constructor_test: fail | 216 multiple_field_assignment_constructor_test: fail |
217 | 217 |
218 # Test issue 11545, using not existing constructor name in annotation | 218 # Test issue 11545, using not existing constructor name in annotation |
219 metadata_test: fail | 219 metadata_test: fail |
220 | 220 |
221 # Test issue 11564, named parameter starts with '_' | 221 # Test issue 11564, named parameter starts with '_' |
222 named_parameters_with_object_property_names_test: fail | 222 named_parameters_with_object_property_names_test: fail |
223 | 223 |
224 method_override3_test: fail # issue 11497 | 224 method_override2_test/00: fail # issue 11497 |
| 225 method_override2_test/01: fail # issue 11497 |
| 226 method_override2_test/02: fail # issue 11497 |
| 227 method_override2_test/03: fail # issue 11497 |
| 228 method_override3_test/00: fail # issue 11497 |
| 229 method_override3_test/01: fail # issue 11497 |
| 230 method_override3_test/02: fail # issue 11497 |
225 method_override4_test: fail # issue 11497 | 231 method_override4_test: fail # issue 11497 |
226 method_override5_test: fail # issue 11497 | 232 method_override5_test: fail # issue 11497 |
227 method_override6_test: fail # issue 11497 | 233 method_override6_test: fail # issue 11497 |
228 | 234 |
229 # testing framework problem: we do report warning, framework does not understand
it | 235 # testing framework problem: we do report warning, framework does not understand
it |
230 # may be https://codereview.chromium.org/18174010/ will fix this | 236 # may be https://codereview.chromium.org/18174010/ will fix this |
231 mixin_type_parameters_errors_test/03: fail | 237 mixin_type_parameters_errors_test/03: fail |
232 type_variable_bounds_test/08: fail | 238 type_variable_bounds_test/08: fail |
233 wrong_number_type_arguments_test/01: fail | 239 wrong_number_type_arguments_test/01: fail |
234 | 240 |
(...skipping 12 matching lines...) Expand all Loading... |
247 getters_setters2_test/03: fail | 253 getters_setters2_test/03: fail |
248 type_variable_bounds3_test/00: fail | 254 type_variable_bounds3_test/00: fail |
249 type_variable_bounds2_test/05: fail | 255 type_variable_bounds2_test/05: fail |
250 type_variable_scope_test/00: fail | 256 type_variable_scope_test/00: fail |
251 type_variable_scope_test/01: fail | 257 type_variable_scope_test/01: fail |
252 type_variable_scope_test/02: fail | 258 type_variable_scope_test/02: fail |
253 type_variable_scope_test/03: fail | 259 type_variable_scope_test/03: fail |
254 type_variable_scope_test/04: fail | 260 type_variable_scope_test/04: fail |
255 type_variable_scope_test/05: fail | 261 type_variable_scope_test/05: fail |
256 | 262 |
OLD | NEW |