| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 instantiate_type_variable_negative_test: fail | 75 instantiate_type_variable_negative_test: fail |
| 76 interface_static_non_final_fields_negative_test: fail | 76 interface_static_non_final_fields_negative_test: fail |
| 77 interface_test/00: fail | 77 interface_test/00: fail |
| 78 is_not_class2_negative_test: fail | 78 is_not_class2_negative_test: fail |
| 79 library_juxtaposition_test: fail | 79 library_juxtaposition_test: fail |
| 80 map_literal3_test: fail | 80 map_literal3_test: fail |
| 81 mixin_illegal_constructor_test/13: fail | 81 mixin_illegal_constructor_test/13: fail |
| 82 mixin_illegal_constructor_test/14: fail | 82 mixin_illegal_constructor_test/14: fail |
| 83 mixin_illegal_constructor_test/15: fail | 83 mixin_illegal_constructor_test/15: fail |
| 84 mixin_illegal_constructor_test/16: fail | 84 mixin_illegal_constructor_test/16: fail |
| 85 mixin_illegal_cycles_test/02: fail | |
| 86 mixin_illegal_cycles_test/03: fail | |
| 87 mixin_illegal_cycles_test/04: fail | |
| 88 mixin_illegal_cycles_test/06: fail | |
| 89 mixin_illegal_syntax_test/13: fail | 85 mixin_illegal_syntax_test/13: fail |
| 90 mixin_type_parameters_errors_test/01: fail | 86 mixin_type_parameters_errors_test/01: fail |
| 91 mixin_type_parameters_errors_test/02: fail | 87 mixin_type_parameters_errors_test/02: fail |
| 92 mixin_type_parameters_errors_test/03: fail | 88 mixin_type_parameters_errors_test/03: fail |
| 93 mixin_type_parameters_errors_test/04: fail | 89 mixin_type_parameters_errors_test/04: fail |
| 94 mixin_type_parameters_errors_test/05: fail | 90 mixin_type_parameters_errors_test/05: fail |
| 95 named_parameters2_test: fail | 91 named_parameters2_test: fail |
| 96 named_parameters_aggregated_test/03: fail | 92 named_parameters_aggregated_test/03: fail |
| 97 named_parameters_aggregated_test/05: fail | 93 named_parameters_aggregated_test/05: fail |
| 98 new_expression_type_args_test/00: fail | 94 new_expression_type_args_test/00: fail |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 246 getters_setters2_test/03: fail | 242 getters_setters2_test/03: fail |
| 247 type_variable_bounds3_test/00: fail | 243 type_variable_bounds3_test/00: fail |
| 248 type_variable_bounds2_test/05: fail | 244 type_variable_bounds2_test/05: fail |
| 249 type_variable_scope_test/00: fail | 245 type_variable_scope_test/00: fail |
| 250 type_variable_scope_test/01: fail | 246 type_variable_scope_test/01: fail |
| 251 type_variable_scope_test/02: fail | 247 type_variable_scope_test/02: fail |
| 252 type_variable_scope_test/03: fail | 248 type_variable_scope_test/03: fail |
| 253 type_variable_scope_test/04: fail | 249 type_variable_scope_test/04: fail |
| 254 type_variable_scope_test/05: fail | 250 type_variable_scope_test/05: fail |
| 255 | 251 |
| OLD | NEW |