| 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 # 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 # test issue 14228 | 154 # test issue 14228 |
| 155 black_listed_test/none: fail # test issue 14228, warnings are required but not e
xpected | 155 black_listed_test/none: fail # test issue 14228, warnings are required but not e
xpected |
| 156 | 156 |
| 157 # test issue 14289 | 157 # test issue 14289 |
| 158 bailout3_test: fail # test issue 14289 | 158 bailout3_test: fail # test issue 14289 |
| 159 prefix9_test: fail # test issue 14289 | 159 prefix9_test: fail # test issue 14289 |
| 160 | 160 |
| 161 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no
static warning expected | 161 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no
static warning expected |
| 162 type_promotion_parameter_test/53: Fail | 162 type_promotion_parameter_test/53: Fail |
| 163 | 163 |
| 164 # test issue 14364, "E<A> << D" | |
| 165 type_promotion_more_specific_test/09: Fail | |
| 166 type_promotion_more_specific_test/10: Fail | |
| 167 type_promotion_more_specific_test/11: Fail | |
| 168 | |
| 169 # test issue 14406, setter for final field was removed from spec | 164 # test issue 14406, setter for final field was removed from spec |
| 170 implicit_setter_test/01: fail | 165 implicit_setter_test/01: fail |
| 171 implicit_setter_test/02: fail | 166 implicit_setter_test/02: fail |
| 172 | 167 |
| 173 # test issue 14410, "typedef C = " is now really illegal syntax | 168 # test issue 14410, "typedef C = " is now really illegal syntax |
| 174 mixin_illegal_syntax_test/none: fail | 169 mixin_illegal_syntax_test/none: fail |
| 175 | 170 |
| 176 | 171 |
| 177 abstract_exact_selector_test: StaticWarning | 172 abstract_exact_selector_test: StaticWarning |
| 178 abstract_getter_test: StaticWarning | 173 abstract_getter_test: StaticWarning |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 type_variable_identifier_expression_test: StaticWarning | 450 type_variable_identifier_expression_test: StaticWarning |
| 456 type_variable_scope2_test: StaticWarning | 451 type_variable_scope2_test: StaticWarning |
| 457 unary_plus_negative_test: CompileTimeError | 452 unary_plus_negative_test: CompileTimeError |
| 458 unbound_getter_test: StaticWarning | 453 unbound_getter_test: StaticWarning |
| 459 unhandled_exception_negative_test: CompileTimeError | 454 unhandled_exception_negative_test: CompileTimeError |
| 460 unresolved_top_level_method_negative_test: CompileTimeError | 455 unresolved_top_level_method_negative_test: CompileTimeError |
| 461 vm/type_cast_vm_test: StaticWarning | 456 vm/type_cast_vm_test: StaticWarning |
| 462 vm/type_vm_test: StaticWarning | 457 vm/type_vm_test: StaticWarning |
| 463 void_type_test: StaticWarning | 458 void_type_test: StaticWarning |
| 464 | 459 |
| OLD | NEW |