| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 type_parameter_test/02: fail | 163 type_parameter_test/02: fail |
| 164 type_parameter_test/03: fail | 164 type_parameter_test/03: fail |
| 165 type_parameter_test/04: fail | 165 type_parameter_test/04: fail |
| 166 type_variable_bounds2_test/00: fail | 166 type_variable_bounds2_test/00: fail |
| 167 type_variable_bounds2_test/01: fail | 167 type_variable_bounds2_test/01: fail |
| 168 type_variable_bounds2_test/02: fail | 168 type_variable_bounds2_test/02: fail |
| 169 type_variable_bounds2_test/03: fail | 169 type_variable_bounds2_test/03: fail |
| 170 type_variable_bounds2_test/04: fail | 170 type_variable_bounds2_test/04: fail |
| 171 type_variable_bounds2_test/06: fail | 171 type_variable_bounds2_test/06: fail |
| 172 type_variable_bounds_test/00: fail | 172 type_variable_bounds_test/00: fail |
| 173 type_variable_bounds_test/01: fail | |
| 174 type_variable_bounds_test/02: fail | |
| 175 type_variable_bounds_test/03: fail | 173 type_variable_bounds_test/03: fail |
| 176 type_variable_bounds_test/04: fail | 174 type_variable_bounds_test/04: fail |
| 177 type_variable_bounds_test/06: fail | |
| 178 type_variable_identifier_expression_negative_test: fail | 175 type_variable_identifier_expression_negative_test: fail |
| 179 type_variable_static_context_negative_test: fail | 176 type_variable_static_context_negative_test: fail |
| 180 unresolved_in_factory_negative_test: fail | 177 unresolved_in_factory_negative_test: fail |
| 181 unresolved_top_level_method_negative_test: fail | 178 unresolved_top_level_method_negative_test: fail |
| 182 unresolved_top_level_var_negative_test: fail | 179 unresolved_top_level_var_negative_test: fail |
| 183 | 180 |
| 184 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 181 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 185 block_scope_test: fail | 182 block_scope_test: fail |
| 186 lazy_static3_test: fail | 183 lazy_static3_test: fail |
| 187 | 184 |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 getters_setters2_test/03: fail | 248 getters_setters2_test/03: fail |
| 252 type_variable_bounds3_test/00: fail | 249 type_variable_bounds3_test/00: fail |
| 253 type_variable_bounds2_test/05: fail | 250 type_variable_bounds2_test/05: fail |
| 254 type_variable_scope_test/00: fail | 251 type_variable_scope_test/00: fail |
| 255 type_variable_scope_test/01: fail | 252 type_variable_scope_test/01: fail |
| 256 type_variable_scope_test/02: fail | 253 type_variable_scope_test/02: fail |
| 257 type_variable_scope_test/03: fail | 254 type_variable_scope_test/03: fail |
| 258 type_variable_scope_test/04: fail | 255 type_variable_scope_test/04: fail |
| 259 type_variable_scope_test/05: fail | 256 type_variable_scope_test/05: fail |
| 260 | 257 |
| OLD | NEW |