| 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 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) | 9 # Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix us
ing it as type is warning; (2) currently analyzer resolves prefix as field (don'
t ask) |
| 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 | 10 built_in_identifier_prefix_test: CompileTimeError # Issue 12694 |
| 11 | 11 |
| 12 # TBD: these look like bad tests, no issue number | 12 # Issue 15315 |
| 13 class_literal_test: fail | 13 class_literal_test: fail |
| 14 constructor_call_as_function_test/01: fail | 14 constructor_call_as_function_test/01: fail |
| 15 | 15 call_type_literal_test/01: fail |
| 16 function_type_alias9_test/00: crash # Issue 11987 | |
| 17 | 16 |
| 18 # TBF: we should check conflicts not only for methods, but for accessors too | 17 # TBF: we should check conflicts not only for methods, but for accessors too |
| 19 override_field_test/03: fail | 18 override_field_test/03: fail |
| 20 method_override7_test/03: Fail # Issue 11496 | 19 method_override7_test/03: Fail # Issue 11496 |
| 21 | 20 |
| 22 # Please add new failing tests before this line. | 21 # Please add new failing tests before this line. |
| 23 # Section below is for invalid tests. | 22 # Section below is for invalid tests. |
| 24 # | 23 # |
| 25 # | 24 # |
| 26 | 25 |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 | 145 |
| 147 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no
static warning expected | 146 # test issue 14363, "if ((a is B))" has the same effect as "if (a is B)", so no
static warning expected |
| 148 type_promotion_parameter_test/53: Fail | 147 type_promotion_parameter_test/53: Fail |
| 149 | 148 |
| 150 # test issue 14410, "typedef C = " is now really illegal syntax | 149 # test issue 14410, "typedef C = " is now really illegal syntax |
| 151 mixin_illegal_syntax_test/none: fail | 150 mixin_illegal_syntax_test/none: fail |
| 152 | 151 |
| 153 # test issue 14736, It is a static warning if a class C declares an instance met
hod named n and has a setter named n=. | 152 # test issue 14736, It is a static warning if a class C declares an instance met
hod named n and has a setter named n=. |
| 154 setter4_test: StaticWarning | 153 setter4_test: StaticWarning |
| 155 | 154 |
| 156 | 155 # test issue 15060 |
| 157 | 156 least_upper_bound_test/23: StaticWarning # Issue 15060 |
| 157 least_upper_bound_test/24: StaticWarning # Issue 15060 |
| 158 least_upper_bound_test/25: MissingStaticWarning # Issue 15060 |
| 159 least_upper_bound_test/26: MissingStaticWarning # Issue 15060 |
| 160 least_upper_bound_test/29: StaticWarning # Issue 15060 |
| 161 least_upper_bound_test/30: StaticWarning # Issue 15060 |
| 162 least_upper_bound_test/31: MissingStaticWarning # Issue 15060 |
| 163 least_upper_bound_expansive_test/02: MissingStaticWarning # Issue 15060 |
| 164 least_upper_bound_expansive_test/04: MissingStaticWarning # Issue 15060 |
| 165 least_upper_bound_expansive_test/05: MissingStaticWarning # Issue 15060 |
| 166 least_upper_bound_expansive_test/06: MissingStaticWarning # Issue 15060 |
| 167 least_upper_bound_expansive_test/08: MissingStaticWarning # Issue 15060 |
| 168 least_upper_bound_expansive_test/10: MissingStaticWarning # Issue 15060 |
| 169 least_upper_bound_expansive_test/11: MissingStaticWarning # Issue 15060 |
| 170 least_upper_bound_expansive_test/12: MissingStaticWarning # Issue 15060 |
| 158 | 171 |
| 159 abstract_exact_selector_test: StaticWarning | 172 abstract_exact_selector_test: StaticWarning |
| 160 abstract_getter_test: StaticWarning | 173 abstract_getter_test: StaticWarning |
| 161 abstract_object_method_test: StaticWarning | 174 abstract_object_method_test: StaticWarning |
| 162 abstract_runtime_error_test: StaticWarning | 175 abstract_runtime_error_test: StaticWarning |
| 163 application_negative_test: CompileTimeError | 176 application_negative_test: CompileTimeError |
| 164 bad_constructor_test/05: CompileTimeError | 177 bad_constructor_test/05: CompileTimeError |
| 165 bad_initializer1_negative_test: CompileTimeError | 178 bad_initializer1_negative_test: CompileTimeError |
| 166 bad_named_constructor_negative_test: CompileTimeError | 179 bad_named_constructor_negative_test: CompileTimeError |
| 167 bad_named_parameters2_test: StaticWarning | 180 bad_named_parameters2_test: StaticWarning |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 type_variable_identifier_expression_test: StaticWarning | 448 type_variable_identifier_expression_test: StaticWarning |
| 436 type_variable_scope2_test: StaticWarning | 449 type_variable_scope2_test: StaticWarning |
| 437 unary_plus_negative_test: CompileTimeError | 450 unary_plus_negative_test: CompileTimeError |
| 438 unbound_getter_test: StaticWarning | 451 unbound_getter_test: StaticWarning |
| 439 unhandled_exception_negative_test: CompileTimeError | 452 unhandled_exception_negative_test: CompileTimeError |
| 440 unresolved_top_level_method_negative_test: CompileTimeError | 453 unresolved_top_level_method_negative_test: CompileTimeError |
| 441 vm/type_cast_vm_test: StaticWarning | 454 vm/type_cast_vm_test: StaticWarning |
| 442 vm/type_vm_test: StaticWarning | 455 vm/type_vm_test: StaticWarning |
| 443 void_type_test: StaticWarning | 456 void_type_test: StaticWarning |
| 444 | 457 |
| OLD | NEW |