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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 private_member3_negative_test: fail | 152 private_member3_negative_test: fail |
153 | 153 |
154 # test issue 14079 | 154 # test issue 14079 |
155 malformed_test/none: fail # test issue 14079, legit warnings for malformed type | 155 malformed_test/none: fail # test issue 14079, legit warnings for malformed type |
156 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst
antiate malformed type | 156 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst
antiate malformed type |
157 malformed_test/06: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause | 157 malformed_test/06: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause |
158 | 158 |
159 # test issue 14228 | 159 # test issue 14228 |
160 black_listed_test/none: fail # test issue 14228, warnings are required but not e
xpected | 160 black_listed_test/none: fail # test issue 14228, warnings are required but not e
xpected |
161 | 161 |
162 # test issue 14289 | |
163 bailout3_test: fail # test issue 14289 | |
164 prefix9_test: fail # test issue 14289 | |
165 | |
166 # test issue 14358, E does not implement inherited A.+ | 162 # test issue 14358, E does not implement inherited A.+ |
167 type_promotion_closure_test/01: Fail | 163 type_promotion_closure_test/01: Fail |
168 type_promotion_closure_test/02: Fail | 164 type_promotion_closure_test/02: Fail |
169 | 165 |
170 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no
static warning expected | 166 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no
static warning expected |
171 type_promotion_parameter_test/53: Fail | 167 type_promotion_parameter_test/53: Fail |
172 | 168 |
173 # test issue 14364, "E<A> << D" | 169 # test issue 14364, "E<A> << D" |
174 type_promotion_more_specific_test/09: Fail | 170 type_promotion_more_specific_test/09: Fail |
175 type_promotion_more_specific_test/10: Fail | 171 type_promotion_more_specific_test/10: Fail |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
461 type_variable_identifier_expression_test: StaticWarning | 457 type_variable_identifier_expression_test: StaticWarning |
462 type_variable_scope2_test: StaticWarning | 458 type_variable_scope2_test: StaticWarning |
463 unary_plus_negative_test: CompileTimeError | 459 unary_plus_negative_test: CompileTimeError |
464 unbound_getter_test: StaticWarning | 460 unbound_getter_test: StaticWarning |
465 unhandled_exception_negative_test: CompileTimeError | 461 unhandled_exception_negative_test: CompileTimeError |
466 unresolved_top_level_method_negative_test: CompileTimeError | 462 unresolved_top_level_method_negative_test: CompileTimeError |
467 vm/type_cast_vm_test: StaticWarning | 463 vm/type_cast_vm_test: StaticWarning |
468 vm/type_vm_test: StaticWarning | 464 vm/type_vm_test: StaticWarning |
469 void_type_test: StaticWarning | 465 void_type_test: StaticWarning |
470 | 466 |
OLD | NEW |