| 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 abstract_factory_constructor_test/00: fail | 6 abstract_factory_constructor_test/00: fail |
| 7 assign_instance_method_negative_test: fail | 7 assign_instance_method_negative_test: fail |
| 8 assign_static_type_test/06: fail | 8 assign_static_type_test/06: fail |
| 9 bad_named_parameters2_test: fail | 9 bad_named_parameters2_test: fail |
| 10 bad_named_parameters_test: fail | 10 bad_named_parameters_test: fail |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 interface_static_non_final_fields_negative_test: fail | 97 interface_static_non_final_fields_negative_test: fail |
| 98 interface_test/00: fail | 98 interface_test/00: fail |
| 99 is_not_class2_negative_test: fail | 99 is_not_class2_negative_test: fail |
| 100 library_juxtaposition_test: fail | 100 library_juxtaposition_test: fail |
| 101 list_literal1_negative_test: fail | 101 list_literal1_negative_test: fail |
| 102 list_literal_syntax_test/01: fail | 102 list_literal_syntax_test/01: fail |
| 103 list_literal_syntax_test/02: fail | 103 list_literal_syntax_test/02: fail |
| 104 list_literal_syntax_test/03: fail | 104 list_literal_syntax_test/03: fail |
| 105 map_literal1_negative_test: fail | 105 map_literal1_negative_test: fail |
| 106 map_literal3_test: fail | 106 map_literal3_test: fail |
| 107 method_override2_test/03: fail | |
| 108 mixin_illegal_constructor_test/13: fail | 107 mixin_illegal_constructor_test/13: fail |
| 109 mixin_illegal_constructor_test/14: fail | 108 mixin_illegal_constructor_test/14: fail |
| 110 mixin_illegal_constructor_test/15: fail | 109 mixin_illegal_constructor_test/15: fail |
| 111 mixin_illegal_constructor_test/16: fail | 110 mixin_illegal_constructor_test/16: fail |
| 112 mixin_illegal_cycles_test/02: fail | 111 mixin_illegal_cycles_test/02: fail |
| 113 mixin_illegal_cycles_test/03: fail | 112 mixin_illegal_cycles_test/03: fail |
| 114 mixin_illegal_cycles_test/04: fail | 113 mixin_illegal_cycles_test/04: fail |
| 115 mixin_illegal_cycles_test/06: fail | 114 mixin_illegal_cycles_test/06: fail |
| 116 mixin_illegal_syntax_test/13: fail | 115 mixin_illegal_syntax_test/13: fail |
| 117 mixin_type_parameters_errors_test/01: fail | 116 mixin_type_parameters_errors_test/01: fail |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 getters_setters2_test/03: fail | 272 getters_setters2_test/03: fail |
| 274 type_variable_bounds3_test/00: fail | 273 type_variable_bounds3_test/00: fail |
| 275 type_variable_bounds2_test/05: fail | 274 type_variable_bounds2_test/05: fail |
| 276 type_variable_scope_test/00: fail | 275 type_variable_scope_test/00: fail |
| 277 type_variable_scope_test/01: fail | 276 type_variable_scope_test/01: fail |
| 278 type_variable_scope_test/02: fail | 277 type_variable_scope_test/02: fail |
| 279 type_variable_scope_test/03: fail | 278 type_variable_scope_test/03: fail |
| 280 type_variable_scope_test/04: fail | 279 type_variable_scope_test/04: fail |
| 281 type_variable_scope_test/05: fail | 280 type_variable_scope_test/05: fail |
| 282 | 281 |
| OLD | NEW |