| 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 | 6 argument_definition_test/01: fail # issue 11565 |
| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 field_override_test/01: fail | 65 field_override_test/01: fail |
| 66 final_for_in_variable_test/01: fail | 66 final_for_in_variable_test/01: fail |
| 67 final_param_negative_test: fail | 67 final_param_negative_test: fail |
| 68 final_var_negative_test: fail | 68 final_var_negative_test: fail |
| 69 final_variable_assignment_test/01: fail | 69 final_variable_assignment_test/01: fail |
| 70 final_variable_assignment_test/02: fail | 70 final_variable_assignment_test/02: fail |
| 71 final_variable_assignment_test/03: fail | 71 final_variable_assignment_test/03: fail |
| 72 final_variable_assignment_test/04: fail | 72 final_variable_assignment_test/04: fail |
| 73 first_class_types_constants_test: fail | 73 first_class_types_constants_test: fail |
| 74 for_in2_test: fail | 74 for_in2_test: fail |
| 75 function_type_alias5_test/00: fail | |
| 76 function_type_alias5_test/01: fail | |
| 77 function_type_alias5_test/02: fail | |
| 78 getter_no_setter2_test/00: fail | 75 getter_no_setter2_test/00: fail |
| 79 getter_no_setter2_test/03: fail | 76 getter_no_setter2_test/03: fail |
| 80 getter_no_setter_test/00: fail | 77 getter_no_setter_test/00: fail |
| 81 getter_no_setter_test/01: fail | 78 getter_no_setter_test/01: fail |
| 82 getters_setters2_test/01: fail | 79 getters_setters2_test/01: fail |
| 83 getters_setters_type_test/01: fail | 80 getters_setters_type_test/01: fail |
| 84 implicit_this_test/01: fail | 81 implicit_this_test/01: fail |
| 85 implicit_this_test/04: fail | 82 implicit_this_test/04: fail |
| 86 import_combinators_negative_test: fail | 83 import_combinators_negative_test: fail |
| 87 instance_call_wrong_argument_count_negative_test: fail | 84 instance_call_wrong_argument_count_negative_test: fail |
| (...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 getters_setters2_test/03: fail | 258 getters_setters2_test/03: fail |
| 262 type_variable_bounds3_test/00: fail | 259 type_variable_bounds3_test/00: fail |
| 263 type_variable_bounds2_test/05: fail | 260 type_variable_bounds2_test/05: fail |
| 264 type_variable_scope_test/00: fail | 261 type_variable_scope_test/00: fail |
| 265 type_variable_scope_test/01: fail | 262 type_variable_scope_test/01: fail |
| 266 type_variable_scope_test/02: fail | 263 type_variable_scope_test/02: fail |
| 267 type_variable_scope_test/03: fail | 264 type_variable_scope_test/03: fail |
| 268 type_variable_scope_test/04: fail | 265 type_variable_scope_test/04: fail |
| 269 type_variable_scope_test/05: fail | 266 type_variable_scope_test/05: fail |
| 270 | 267 |
| OLD | NEW |