| Index: tests/language/language_analyzer2.status
|
| diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
|
| index 9f967f08f3c178464108c3c916f5204cee661b10..484c046aa1c87efd50678c455388d7ddc72fdb8c 100644
|
| --- a/tests/language/language_analyzer2.status
|
| +++ b/tests/language/language_analyzer2.status
|
| @@ -2,12 +2,12 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| -[ $compiler == dart2analyzer ]
|
| +[ $compiler == dartanalyzer ]
|
| # Runtime negative test. No static errors or warnings.
|
| closure_call_wrong_argument_count_negative_test: skip
|
|
|
| -# TBD: using built-in identifers
|
| -built_in_identifier_prefix_test: fail # Issue 12694
|
| +# Test issue 12694 (was analyzer issue), (1) when "abstract" is import prefix using it as type is warning; (2) currently analyzer resolves prefix as field (don't ask)
|
| +built_in_identifier_prefix_test: CompileTimeError # Issue 12694
|
|
|
| # TBD: these look like bad tests, no issue number
|
| class_literal_test: fail
|
| @@ -16,20 +16,16 @@ constructor_call_as_function_test/01: fail
|
| function_type_alias9_test/00: crash # Issue 11987
|
|
|
| # TBF: we should check conflicts not only for methods, but for accessors too
|
| -override_field_test/02: fail
|
| override_field_test/03: fail
|
| method_override7_test/03: Fail # Issue 11496
|
| -method_override8_test/03: Fail # Issue 11496
|
| -
|
| -built_in_identifier_test/none: Fail # Issue 13023
|
| -
|
| -export_double_same_main_test: Fail # Issue 14772
|
|
|
| # Please add new failing tests before this line.
|
| # Section below is for invalid tests.
|
| #
|
| #
|
|
|
| +ref_before_declaration_test/none: fail # test issue 14879, "P" is not defined
|
| +bad_initializer2_negative_test: fail # tester issue 14880, Analyzer reports compile-time error, but test runner is not satisfied
|
|
|
| # test issue 11124, It is warning, not error to don't initialize final field
|
| field3a_negative_test: Fail # Issue 11124
|
| @@ -71,15 +67,9 @@ constructor3_negative_test: fail
|
| constructor_call_wrong_argument_count_negative_test: fail
|
| instance_call_wrong_argument_count_negative_test: fail
|
|
|
| -# test issue 11589, export D from 2 export directives
|
| -export_cyclic_test: fail
|
| -
|
| # test issue 11590, runtime only negative test
|
| field_method4_negative_test: fail
|
|
|
| -# test issue 11592, Function type alias (typedef) is not a constant
|
| -first_class_types_constants_test: fail
|
| -
|
| # test issue 11594, Reference to a not resolve identifier is static warning
|
| import_combinators_negative_test: fail
|
| interface_static_non_final_fields_negative_test: fail
|
| @@ -130,14 +120,11 @@ static_field_test/02: fail # Issue 12541
|
| static_field_test/03: fail # Issue 12541
|
| static_field_test/04: fail # Issue 12541
|
|
|
| -# test issue 13787; duplicate exports of the same declaration is not handled
|
| -duplicate_export_test: fail # Issue 13787
|
| -
|
| # test issue 13916, Looks as no warning should be in this redirecting factory
|
| redirecting_factory_infinite_steps_test/01: fail
|
|
|
| -# test issue , disallow default values in redirecting factories
|
| -redirecting_factory_default_values_test/none: fail # Issue 14471
|
| +# test issue 14471, has (legitimate) static warning; but not annotated
|
| +redirecting_factory_default_values_test/none: StaticWarning # Test issue 14471; has (legitimate) static warning; but not annotated
|
|
|
| # test issue 13956, It is a static type warning if any of the type arguments to k' are not subtypes of the bounds of the corresponding formal type parameters of type.
|
| default_factory2_test/none: fail
|
| @@ -161,6 +148,11 @@ type_promotion_parameter_test/53: Fail
|
| # test issue 14410, "typedef C = " is now really illegal syntax
|
| mixin_illegal_syntax_test/none: fail
|
|
|
| +# test issue 14736, It is a static warning if a class C declares an instance method named n and has a setter named n=.
|
| +setter4_test: StaticWarning
|
| +
|
| +
|
| +
|
|
|
| abstract_exact_selector_test: StaticWarning
|
| abstract_getter_test: StaticWarning
|
| @@ -174,7 +166,6 @@ bad_named_parameters2_test: StaticWarning
|
| bad_named_parameters_test: StaticWarning
|
| bit_operations_test: StaticWarning
|
| body_less_constructor_wrong_arg_negative_test: CompileTimeError
|
| -built_in_identifier_test/01: CompileTimeError
|
| call_constructor_on_unresolvable_class_test/04: StaticWarning
|
| call_constructor_on_unresolvable_class_test/05: StaticWarning
|
| call_constructor_on_unresolvable_class_test/06: StaticWarning
|
| @@ -312,6 +303,7 @@ method_override4_test: StaticWarning
|
| method_override5_test: StaticWarning
|
| method_override6_test: StaticWarning
|
| method_override_test: StaticWarning
|
| +mixin_illegal_static_access_test: StaticWarning
|
| mixin_illegal_syntax_test/13: CompileTimeError
|
| mixin_typedef_constructor_test: StaticWarning
|
| mixin_type_parameter2_test: StaticWarning
|
| @@ -391,7 +383,6 @@ prefix22_test: StaticWarning
|
| prefix23_test: StaticWarning
|
| prefix7_negative_test: CompileTimeError
|
| property_field_override_test: StaticWarning
|
| -redirecting_factory_default_values_test/none: StaticWarning
|
| redirecting_factory_incompatible_signature_test: StaticWarning
|
| regress_13494_test: StaticWarning
|
| return_type_test: StaticWarning
|
|
|