| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 function_type_alias5_test/02: fail | 82 function_type_alias5_test/02: fail |
| 83 getter_no_setter2_test/00: fail | 83 getter_no_setter2_test/00: fail |
| 84 getter_no_setter2_test/03: fail | 84 getter_no_setter2_test/03: fail |
| 85 getter_no_setter_test/00: fail | 85 getter_no_setter_test/00: fail |
| 86 getter_no_setter_test/01: fail | 86 getter_no_setter_test/01: fail |
| 87 getters_setters2_test/01: fail | 87 getters_setters2_test/01: fail |
| 88 getters_setters_type_test/01: fail | 88 getters_setters_type_test/01: fail |
| 89 implicit_this_test/01: fail | 89 implicit_this_test/01: fail |
| 90 implicit_this_test/04: fail | 90 implicit_this_test/04: fail |
| 91 import_combinators_negative_test: fail | 91 import_combinators_negative_test: fail |
| 92 inst_field_initializer1_negative_test: fail | |
| 93 instance_call_wrong_argument_count_negative_test: fail | 92 instance_call_wrong_argument_count_negative_test: fail |
| 94 instantiate_type_variable_negative_test: fail | 93 instantiate_type_variable_negative_test: fail |
| 95 interface_static_non_final_fields_negative_test: fail | 94 interface_static_non_final_fields_negative_test: fail |
| 96 interface_test/00: fail | 95 interface_test/00: fail |
| 97 is_not_class2_negative_test: fail | 96 is_not_class2_negative_test: fail |
| 98 library_juxtaposition_test: fail | 97 library_juxtaposition_test: fail |
| 99 list_literal1_negative_test: fail | 98 list_literal1_negative_test: fail |
| 100 list_literal_syntax_test/01: fail | 99 list_literal_syntax_test/01: fail |
| 101 list_literal_syntax_test/02: fail | 100 list_literal_syntax_test/02: fail |
| 102 list_literal_syntax_test/03: fail | 101 list_literal_syntax_test/03: fail |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 getters_setters2_test/03: fail | 262 getters_setters2_test/03: fail |
| 264 type_variable_bounds3_test/00: fail | 263 type_variable_bounds3_test/00: fail |
| 265 type_variable_bounds2_test/05: fail | 264 type_variable_bounds2_test/05: fail |
| 266 type_variable_scope_test/00: fail | 265 type_variable_scope_test/00: fail |
| 267 type_variable_scope_test/01: fail | 266 type_variable_scope_test/01: fail |
| 268 type_variable_scope_test/02: fail | 267 type_variable_scope_test/02: fail |
| 269 type_variable_scope_test/03: fail | 268 type_variable_scope_test/03: fail |
| 270 type_variable_scope_test/04: fail | 269 type_variable_scope_test/04: fail |
| 271 type_variable_scope_test/05: fail | 270 type_variable_scope_test/05: fail |
| 272 | 271 |
| OLD | NEW |