| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index d3eb0fda1f5d1b3ae9c26dd13c1e3e6f94dab903..b495d2183b88f5fcef093e41b4223ca5845a7174 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -499,6 +499,10 @@ instantiate_type_variable_negative_test: Fail
|
| type_variable_static_context_negative_test: Fail
|
|
|
|
|
| +# test issue 7081 (assignment to top-level method is warning)
|
| +assign_top_method_negative_test: Fail
|
| +
|
| +
|
| # test issue 7062 (assignment to final variable is a static warning)
|
| final_for_in_variable_test/01: Fail
|
| final_param_negative_test: Fail
|
| @@ -511,6 +515,11 @@ scope_negative_test: Fail
|
| static_final_field2_negative_test: Fail
|
|
|
|
|
| +# test issue 7098 (unknown type in 'catch' is warning in 0.13)
|
| +try_catch_on_syntax_test/01: Fail
|
| +try_catch_on_syntax_test/07: Fail
|
| +try_catch_syntax_test/08: Fail
|
| +
|
|
|
| #
|
| # Add new dartc annotations above in alphabetical order
|
|
|