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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 private_member3_negative_test: fail | 148 private_member3_negative_test: fail |
149 | 149 |
150 # test issue 14079 | 150 # test issue 14079 |
151 malformed_test/none: fail # test issue 14079, legit warnings for malformed type | 151 malformed_test/none: fail # test issue 14079, legit warnings for malformed type |
152 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst
antiate malformed type | 152 malformed_test/05: fail # test issue 14079, it is not error, but warning to inst
antiate malformed type |
153 malformed_test/06: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause | 153 malformed_test/06: fail # test issue 14079, it is not error, but warning to use
malformed type in "try-on" clause |
154 | 154 |
155 # test issue 14228 | 155 # test issue 14228 |
156 black_listed_test/none: fail # test issue 14228, warnings are required but not e
xpected | 156 black_listed_test/none: fail # test issue 14228, warnings are required but not e
xpected |
157 | 157 |
158 # test issue 14289 | |
159 bailout3_test: fail # test issue 14289 | |
160 prefix9_test: fail # test issue 14289 | |
161 | |
162 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no
static warning expected | 158 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no
static warning expected |
163 type_promotion_parameter_test/53: Fail | 159 type_promotion_parameter_test/53: Fail |
164 | 160 |
165 # test issue 14410, "typedef C = " is now really illegal syntax | 161 # test issue 14410, "typedef C = " is now really illegal syntax |
166 mixin_illegal_syntax_test/none: fail | 162 mixin_illegal_syntax_test/none: fail |
167 | 163 |
168 | 164 |
169 abstract_exact_selector_test: StaticWarning | 165 abstract_exact_selector_test: StaticWarning |
170 abstract_getter_test: StaticWarning | 166 abstract_getter_test: StaticWarning |
171 abstract_object_method_test: StaticWarning | 167 abstract_object_method_test: StaticWarning |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 type_variable_identifier_expression_test: StaticWarning | 441 type_variable_identifier_expression_test: StaticWarning |
446 type_variable_scope2_test: StaticWarning | 442 type_variable_scope2_test: StaticWarning |
447 unary_plus_negative_test: CompileTimeError | 443 unary_plus_negative_test: CompileTimeError |
448 unbound_getter_test: StaticWarning | 444 unbound_getter_test: StaticWarning |
449 unhandled_exception_negative_test: CompileTimeError | 445 unhandled_exception_negative_test: CompileTimeError |
450 unresolved_top_level_method_negative_test: CompileTimeError | 446 unresolved_top_level_method_negative_test: CompileTimeError |
451 vm/type_cast_vm_test: StaticWarning | 447 vm/type_cast_vm_test: StaticWarning |
452 vm/type_vm_test: StaticWarning | 448 vm/type_vm_test: StaticWarning |
453 void_type_test: StaticWarning | 449 void_type_test: StaticWarning |
454 | 450 |
OLD | NEW |