| 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 24 matching lines...) Expand all Loading... |
| 35 compile_time_constant_c_test/02: fail | 35 compile_time_constant_c_test/02: fail |
| 36 compile_time_constant_checked2_test/02: fail | 36 compile_time_constant_checked2_test/02: fail |
| 37 compile_time_constant_checked2_test/03: fail | 37 compile_time_constant_checked2_test/03: fail |
| 38 compile_time_constant_checked2_test/04: fail | 38 compile_time_constant_checked2_test/04: fail |
| 39 compile_time_constant_checked2_test/06: fail | 39 compile_time_constant_checked2_test/06: fail |
| 40 compile_time_constant_checked3_test/02: fail | 40 compile_time_constant_checked3_test/02: fail |
| 41 compile_time_constant_checked3_test/03: fail | 41 compile_time_constant_checked3_test/03: fail |
| 42 compile_time_constant_checked3_test/04: fail | 42 compile_time_constant_checked3_test/04: fail |
| 43 compile_time_constant_checked3_test/06: fail | 43 compile_time_constant_checked3_test/06: fail |
| 44 compile_time_constant_e_test: fail | 44 compile_time_constant_e_test: fail |
| 45 const_syntax_test/06: fail | |
| 46 constructor2_negative_test: fail | 45 constructor2_negative_test: fail |
| 47 constructor3_negative_test: fail | 46 constructor3_negative_test: fail |
| 48 constructor_call_wrong_argument_count_negative_test: fail | 47 constructor_call_wrong_argument_count_negative_test: fail |
| 49 constructor_negative_test: fail | 48 constructor_negative_test: fail |
| 50 constructor_return_with_arrow_negative_test: fail | 49 constructor_return_with_arrow_negative_test: fail |
| 51 constructor_return_with_init_and_arrow_negative_test: fail | 50 constructor_return_with_init_and_arrow_negative_test: fail |
| 52 cyclic_type_variable_test/01: fail | 51 cyclic_type_variable_test/01: fail |
| 53 cyclic_type_variable_test/02: fail | 52 cyclic_type_variable_test/02: fail |
| 54 cyclic_type_variable_test/03: fail | 53 cyclic_type_variable_test/03: fail |
| 55 cyclic_type_variable_test/04: fail | 54 cyclic_type_variable_test/04: fail |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 getters_setters2_test/03: fail | 265 getters_setters2_test/03: fail |
| 267 type_variable_bounds3_test/00: fail | 266 type_variable_bounds3_test/00: fail |
| 268 type_variable_bounds2_test/05: fail | 267 type_variable_bounds2_test/05: fail |
| 269 type_variable_scope_test/00: fail | 268 type_variable_scope_test/00: fail |
| 270 type_variable_scope_test/01: fail | 269 type_variable_scope_test/01: fail |
| 271 type_variable_scope_test/02: fail | 270 type_variable_scope_test/02: fail |
| 272 type_variable_scope_test/03: fail | 271 type_variable_scope_test/03: fail |
| 273 type_variable_scope_test/04: fail | 272 type_variable_scope_test/04: fail |
| 274 type_variable_scope_test/05: fail | 273 type_variable_scope_test/05: fail |
| 275 | 274 |
| OLD | NEW |