| 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 == dart2analyzer ] | 5 [ $compiler == dart2analyzer ] |
| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 unresolved_top_level_method_negative_test: fail | 162 unresolved_top_level_method_negative_test: fail |
| 163 unresolved_top_level_var_negative_test: fail | 163 unresolved_top_level_var_negative_test: fail |
| 164 | 164 |
| 165 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. | 165 # test issue 10683, It is a compile-time error if e refers to the name v or the
name v=. |
| 166 block_scope_test: fail | 166 block_scope_test: fail |
| 167 lazy_static3_test: fail | 167 lazy_static3_test: fail |
| 168 | 168 |
| 169 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while' | 169 # test issue 10752, there are 'implicit' scopes for 'if', 'while' and 'do-while' |
| 170 implicit_scope_test: fail | 170 implicit_scope_test: fail |
| 171 | 171 |
| 172 # test issue 10889, "throw" requires expression, "rethrow" should be used instea
d | |
| 173 execute_finally10_test: fail | |
| 174 execute_finally11_test: fail | |
| 175 final_used_in_try_test: fail | |
| 176 full_stacktrace2_test: fail | |
| 177 stack_trace_test: fail | |
| 178 throw3_test: fail | |
| 179 try_catch3_test: fail | |
| 180 | |
| 181 # test issue 10890; on-catch UnknownType is a static warning, not error | 172 # test issue 10890; on-catch UnknownType is a static warning, not error |
| 182 try_catch_on_syntax_test/01: fail | 173 try_catch_on_syntax_test/01: fail |
| 183 try_catch_on_syntax_test/07: fail | 174 try_catch_on_syntax_test/07: fail |
| 184 try_catch_syntax_test/08: fail | 175 try_catch_syntax_test/08: fail |
| 185 | 176 |
| 186 # test issue 10899; it is static warning, not error, to call methods of class li
teral | 177 # test issue 10899; it is static warning, not error, to call methods of class li
teral |
| 187 class_literal_test/02: fail | 178 class_literal_test/02: fail |
| 188 class_literal_test/05: fail | 179 class_literal_test/05: fail |
| 189 class_literal_test/07: fail | 180 class_literal_test/07: fail |
| 190 class_literal_test/10: fail | 181 class_literal_test/10: fail |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 getters_setters2_test/03: fail | 279 getters_setters2_test/03: fail |
| 289 type_variable_bounds3_test/00: fail | 280 type_variable_bounds3_test/00: fail |
| 290 type_variable_bounds2_test/05: fail | 281 type_variable_bounds2_test/05: fail |
| 291 type_variable_scope_test/00: fail | 282 type_variable_scope_test/00: fail |
| 292 type_variable_scope_test/01: fail | 283 type_variable_scope_test/01: fail |
| 293 type_variable_scope_test/02: fail | 284 type_variable_scope_test/02: fail |
| 294 type_variable_scope_test/03: fail | 285 type_variable_scope_test/03: fail |
| 295 type_variable_scope_test/04: fail | 286 type_variable_scope_test/04: fail |
| 296 type_variable_scope_test/05: fail | 287 type_variable_scope_test/05: fail |
| 297 | 288 |
| OLD | NEW |