| Index: tests/language/language_analyzer2.status
|
| diff --git a/tests/language/language_analyzer2.status b/tests/language/language_analyzer2.status
|
| index b48921256cd82e9d2b4b14f94b99d481d4085c25..f43b9e85815cd0fe460e3979835541fc0d0b58f5 100644
|
| --- a/tests/language/language_analyzer2.status
|
| +++ b/tests/language/language_analyzer2.status
|
| @@ -4,6 +4,17 @@
|
|
|
| [ $compiler == dart2analyzer ]
|
|
|
| +# Missing compile-time errors for parameters marked static.
|
| +static_parameter_test/02: Fail
|
| +static_parameter_test/03: Fail
|
| +static_parameter_test/04: Fail
|
| +static_parameter_test/06: Fail
|
| +static_parameter_test/07: Fail
|
| +static_parameter_test/08: Fail
|
| +static_parameter_test/10: Fail
|
| +static_parameter_test/11: Fail
|
| +static_parameter_test/12: Fail
|
| +
|
| # Runtime negative test. No static errors or warnings.
|
| closure_call_wrong_argument_count_negative_test: skip
|
|
|
| @@ -58,10 +69,6 @@ block_scope_test: fail
|
| lazy_static3_test: fail
|
|
|
| field3a_negative_test: Fail # Issue 11124
|
| -const_syntax_test/01: Fail # Issue 11124
|
| -const_syntax_test/04: Fail # Issue 11124
|
| -const_syntax_test/02: Fail # Issue 11124
|
| -const_syntax_test/03: Fail # Issue 11124
|
| final_syntax_test/01: Fail # Issue 11124
|
| final_syntax_test/04: Fail # Issue 11124
|
| final_syntax_test/02: Fail # Issue 11124
|
| @@ -128,10 +135,6 @@ interface_static_non_final_fields_negative_test: fail
|
|
|
| instantiate_type_variable_test/01: fail # Issue 11595
|
|
|
| -mixin_type_parameters_errors_test/01: fail # Issue 11598
|
| -mixin_type_parameters_errors_test/02: fail # Issue 11598
|
| -mixin_type_parameters_errors_test/05: fail # Issue 11598
|
| -
|
| # test issue 11698, no setter, so warning, not error
|
| assign_instance_method_negative_test: fail
|
|
|
| @@ -159,8 +162,6 @@ prefix11_negative_test: fail
|
| # test issue 12156, fails only at runtime
|
| static_call_wrong_argument_count_negative_test: fail
|
|
|
| -# test issue 12157, uninitializer instance variable is warning, so not negative test
|
| -static_final_field2_test/02: Fail # Issue 13018
|
| constructor9_test/01: Fail # Issue 12157
|
|
|
| throw7_test/01: Fail # Issue 12159
|
|
|