| 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 27 matching lines...) Expand all Loading... |
| 38 constructor3_negative_test: fail | 38 constructor3_negative_test: fail |
| 39 constructor_call_wrong_argument_count_negative_test: fail | 39 constructor_call_wrong_argument_count_negative_test: fail |
| 40 constructor_initializer_test: fail # uses argument definition test | 40 constructor_initializer_test: fail # uses argument definition test |
| 41 constructor_negative_test: fail | 41 constructor_negative_test: fail |
| 42 cyclic_type_variable_test/01: fail | 42 cyclic_type_variable_test/01: fail |
| 43 cyclic_type_variable_test/02: fail | 43 cyclic_type_variable_test/02: fail |
| 44 cyclic_type_variable_test/03: fail | 44 cyclic_type_variable_test/03: fail |
| 45 cyclic_type_variable_test/04: fail | 45 cyclic_type_variable_test/04: fail |
| 46 default_factory2_test/01: fail | 46 default_factory2_test/01: fail |
| 47 default_implementation2_test: fail | 47 default_implementation2_test: fail |
| 48 dynamic2_test/00: fail | |
| 49 dynamic_field_test: fail | 48 dynamic_field_test: fail |
| 50 export_cyclic_test: fail | 49 export_cyclic_test: fail |
| 51 f_bounded_quantification_test/01: fail | 50 f_bounded_quantification_test/01: fail |
| 52 f_bounded_quantification_test/02: fail | 51 f_bounded_quantification_test/02: fail |
| 53 factory2_test: fail | 52 factory2_test: fail |
| 54 factory5_test/00: fail | 53 factory5_test/00: fail |
| 55 factory_implementation_test/none: fail | 54 factory_implementation_test/none: fail |
| 56 factory_redirection2_test/01: fail | 55 factory_redirection2_test/01: fail |
| 57 field_method4_negative_test: fail | 56 field_method4_negative_test: fail |
| 58 field_override_test/01: fail | 57 field_override_test/01: fail |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 getters_setters2_test/03: fail | 254 getters_setters2_test/03: fail |
| 256 type_variable_bounds3_test/00: fail | 255 type_variable_bounds3_test/00: fail |
| 257 type_variable_bounds2_test/05: fail | 256 type_variable_bounds2_test/05: fail |
| 258 type_variable_scope_test/00: fail | 257 type_variable_scope_test/00: fail |
| 259 type_variable_scope_test/01: fail | 258 type_variable_scope_test/01: fail |
| 260 type_variable_scope_test/02: fail | 259 type_variable_scope_test/02: fail |
| 261 type_variable_scope_test/03: fail | 260 type_variable_scope_test/03: fail |
| 262 type_variable_scope_test/04: fail | 261 type_variable_scope_test/04: fail |
| 263 type_variable_scope_test/05: fail | 262 type_variable_scope_test/05: fail |
| 264 | 263 |
| OLD | NEW |