| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 151 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst
antiate malformed type | 151 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst
antiate malformed type |
| 152 malformed_test/06: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause | 152 malformed_test/06: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause |
| 153 | 153 |
| 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 14358, E does not implement inherited A.+ | |
| 162 type_promotion_closure_test/01: Fail | |
| 163 type_promotion_closure_test/02: Fail | |
| 164 | |
| 165 # 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 |
| 166 type_promotion_parameter_test/53: Fail | 162 type_promotion_parameter_test/53: Fail |
| 167 | 163 |
| 168 # test issue 14364, "E<A> << D" | 164 # test issue 14364, "E<A> << D" |
| 169 type_promotion_more_specific_test/09: Fail | 165 type_promotion_more_specific_test/09: Fail |
| 170 type_promotion_more_specific_test/10: Fail | 166 type_promotion_more_specific_test/10: Fail |
| 171 type_promotion_more_specific_test/11: Fail | 167 type_promotion_more_specific_test/11: Fail |
| 172 | 168 |
| 173 # test issue 14406, setter for final field was removed from spec | 169 # test issue 14406, setter for final field was removed from spec |
| 174 implicit_setter_test/01: fail | 170 implicit_setter_test/01: fail |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 type_variable_identifier_expression_test: StaticWarning | 455 type_variable_identifier_expression_test: StaticWarning |
| 460 type_variable_scope2_test: StaticWarning | 456 type_variable_scope2_test: StaticWarning |
| 461 unary_plus_negative_test: CompileTimeError | 457 unary_plus_negative_test: CompileTimeError |
| 462 unbound_getter_test: StaticWarning | 458 unbound_getter_test: StaticWarning |
| 463 unhandled_exception_negative_test: CompileTimeError | 459 unhandled_exception_negative_test: CompileTimeError |
| 464 unresolved_top_level_method_negative_test: CompileTimeError | 460 unresolved_top_level_method_negative_test: CompileTimeError |
| 465 vm/type_cast_vm_test: StaticWarning | 461 vm/type_cast_vm_test: StaticWarning |
| 466 vm/type_vm_test: StaticWarning | 462 vm/type_vm_test: StaticWarning |
| 467 void_type_test: StaticWarning | 463 void_type_test: StaticWarning |
| 468 | 464 |
| OLD | NEW |