| 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 # Runtime negative test. No static errors or warnings. | 6 # Runtime negative test. No static errors or warnings. |
| 7 closure_call_wrong_argument_count_negative_test: skip | 7 closure_call_wrong_argument_count_negative_test: skip |
| 8 | 8 |
| 9 # TBD: using built-in identifers | 9 # TBD: using built-in identifers |
| 10 built_in_identifier_prefix_test: fail # Issue 12694 | 10 built_in_identifier_prefix_test: fail # Issue 12694 |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 type_promotion_closure_test/02: Fail | 167 type_promotion_closure_test/02: Fail |
| 168 | 168 |
| 169 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no
static warning expected | 169 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no
static warning expected |
| 170 type_promotion_parameter_test/53: Fail | 170 type_promotion_parameter_test/53: Fail |
| 171 | 171 |
| 172 # test issue 14364, "E<A> << D" | 172 # test issue 14364, "E<A> << D" |
| 173 type_promotion_more_specific_test/09: Fail | 173 type_promotion_more_specific_test/09: Fail |
| 174 type_promotion_more_specific_test/10: Fail | 174 type_promotion_more_specific_test/10: Fail |
| 175 type_promotion_more_specific_test/11: Fail | 175 type_promotion_more_specific_test/11: Fail |
| 176 | 176 |
| 177 # test issue 14406, setter for final field was removed from spec | |
| 178 implicit_setter_test/01: fail | |
| 179 implicit_setter_test/02: fail | |
| 180 | |
| 181 # test issue 14410, "typedef C = " is now really illegal syntax | 177 # test issue 14410, "typedef C = " is now really illegal syntax |
| 182 mixin_illegal_syntax_test/none: fail | 178 mixin_illegal_syntax_test/none: fail |
| 183 | 179 |
| 184 | 180 |
| 185 abstract_exact_selector_test: StaticWarning | 181 abstract_exact_selector_test: StaticWarning |
| 186 abstract_getter_test: StaticWarning | 182 abstract_getter_test: StaticWarning |
| 187 abstract_object_method_test: StaticWarning | 183 abstract_object_method_test: StaticWarning |
| 188 abstract_runtime_error_test: StaticWarning | 184 abstract_runtime_error_test: StaticWarning |
| 189 application_negative_test: CompileTimeError | 185 application_negative_test: CompileTimeError |
| 190 bad_constructor_test/05: CompileTimeError | 186 bad_constructor_test/05: CompileTimeError |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 type_variable_identifier_expression_test: StaticWarning | 460 type_variable_identifier_expression_test: StaticWarning |
| 465 type_variable_scope2_test: StaticWarning | 461 type_variable_scope2_test: StaticWarning |
| 466 unary_plus_negative_test: CompileTimeError | 462 unary_plus_negative_test: CompileTimeError |
| 467 unbound_getter_test: StaticWarning | 463 unbound_getter_test: StaticWarning |
| 468 unhandled_exception_negative_test: CompileTimeError | 464 unhandled_exception_negative_test: CompileTimeError |
| 469 unresolved_top_level_method_negative_test: CompileTimeError | 465 unresolved_top_level_method_negative_test: CompileTimeError |
| 470 vm/type_cast_vm_test: StaticWarning | 466 vm/type_cast_vm_test: StaticWarning |
| 471 vm/type_vm_test: StaticWarning | 467 vm/type_vm_test: StaticWarning |
| 472 void_type_test: StaticWarning | 468 void_type_test: StaticWarning |
| 473 | 469 |
| OLD | NEW |