| 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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 type_variable_bounds2_test/02: fail | 183 type_variable_bounds2_test/02: fail |
| 184 type_variable_bounds2_test/03: fail | 184 type_variable_bounds2_test/03: fail |
| 185 type_variable_bounds2_test/04: fail | 185 type_variable_bounds2_test/04: fail |
| 186 type_variable_bounds2_test/06: fail | 186 type_variable_bounds2_test/06: fail |
| 187 type_variable_bounds_test/00: fail | 187 type_variable_bounds_test/00: fail |
| 188 type_variable_bounds_test/01: fail | 188 type_variable_bounds_test/01: fail |
| 189 type_variable_bounds_test/02: fail | 189 type_variable_bounds_test/02: fail |
| 190 type_variable_bounds_test/03: fail | 190 type_variable_bounds_test/03: fail |
| 191 type_variable_bounds_test/04: fail | 191 type_variable_bounds_test/04: fail |
| 192 type_variable_bounds_test/06: fail | 192 type_variable_bounds_test/06: fail |
| 193 type_variable_bounds_test/07: fail | |
| 194 type_variable_bounds_test/09: fail | |
| 195 type_variable_identifier_expression_negative_test: fail | 193 type_variable_identifier_expression_negative_test: fail |
| 196 type_variable_static_context_negative_test: fail | 194 type_variable_static_context_negative_test: fail |
| 197 unresolved_in_factory_negative_test: fail | 195 unresolved_in_factory_negative_test: fail |
| 198 unresolved_top_level_method_negative_test: fail | 196 unresolved_top_level_method_negative_test: fail |
| 199 unresolved_top_level_var_negative_test: fail | 197 unresolved_top_level_var_negative_test: fail |
| 200 | 198 |
| 201 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 199 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 202 block_scope_test: fail | 200 block_scope_test: fail |
| 203 lazy_static3_test: fail | 201 lazy_static3_test: fail |
| 204 | 202 |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 getters_setters2_test/03: fail | 266 getters_setters2_test/03: fail |
| 269 type_variable_bounds3_test/00: fail | 267 type_variable_bounds3_test/00: fail |
| 270 type_variable_bounds2_test/05: fail | 268 type_variable_bounds2_test/05: fail |
| 271 type_variable_scope_test/00: fail | 269 type_variable_scope_test/00: fail |
| 272 type_variable_scope_test/01: fail | 270 type_variable_scope_test/01: fail |
| 273 type_variable_scope_test/02: fail | 271 type_variable_scope_test/02: fail |
| 274 type_variable_scope_test/03: fail | 272 type_variable_scope_test/03: fail |
| 275 type_variable_scope_test/04: fail | 273 type_variable_scope_test/04: fail |
| 276 type_variable_scope_test/05: fail | 274 type_variable_scope_test/05: fail |
| 277 | 275 |
| OLD | NEW |