| 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 (passing for the wrong reason) | 6 #argument_definition_test/01: fail # issue 11565 (passing for the wrong reason) |
| 7 | 7 |
| 8 # test issue 11581, it is not warning to call dynamic | 8 # test issue 11581, it is not warning to call dynamic |
| 9 call_through_getter_test: fail | 9 call_through_getter_test: fail |
| 10 | 10 |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 type_variable_bounds2_test/06: fail | 163 type_variable_bounds2_test/06: fail |
| 164 type_variable_static_context_negative_test: fail | 164 type_variable_static_context_negative_test: fail |
| 165 unresolved_in_factory_negative_test: fail | 165 unresolved_in_factory_negative_test: fail |
| 166 unresolved_top_level_method_negative_test: fail | 166 unresolved_top_level_method_negative_test: fail |
| 167 unresolved_top_level_var_negative_test: fail | 167 unresolved_top_level_var_negative_test: fail |
| 168 | 168 |
| 169 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 169 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 170 block_scope_test: fail | 170 block_scope_test: fail |
| 171 lazy_static3_test: fail | 171 lazy_static3_test: fail |
| 172 | 172 |
| 173 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while' | |
| 174 implicit_scope_test: fail | |
| 175 | |
| 176 # test issue 10889, "throw" requires expression, "rethrow" should be used instea
d | 173 # test issue 10889, "throw" requires expression, "rethrow" should be used instea
d |
| 177 execute_finally10_test: fail | 174 execute_finally10_test: fail |
| 178 execute_finally11_test: fail | 175 execute_finally11_test: fail |
| 179 final_used_in_try_test: fail | 176 final_used_in_try_test: fail |
| 180 full_stacktrace2_test: fail | 177 full_stacktrace2_test: fail |
| 181 stack_trace_test: fail | 178 stack_trace_test: fail |
| 182 throw3_test: fail | 179 throw3_test: fail |
| 183 try_catch3_test: fail | 180 try_catch3_test: fail |
| 184 | 181 |
| 185 # test issue 10890; on-catch UnknownType is a static warning, not error | 182 # test issue 10890; on-catch UnknownType is a static warning, not error |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 getters_setters2_test/03: fail | 285 getters_setters2_test/03: fail |
| 289 type_variable_bounds3_test/00: fail | 286 type_variable_bounds3_test/00: fail |
| 290 type_variable_bounds2_test/05: fail | 287 type_variable_bounds2_test/05: fail |
| 291 type_variable_scope_test/00: fail | 288 type_variable_scope_test/00: fail |
| 292 type_variable_scope_test/01: fail | 289 type_variable_scope_test/01: fail |
| 293 type_variable_scope_test/02: fail | 290 type_variable_scope_test/02: fail |
| 294 type_variable_scope_test/03: fail | 291 type_variable_scope_test/03: fail |
| 295 type_variable_scope_test/04: fail | 292 type_variable_scope_test/04: fail |
| 296 type_variable_scope_test/05: fail | 293 type_variable_scope_test/05: fail |
| 297 | 294 |
| OLD | NEW |