| Index: tests/language/language_analyzer.status
|
| diff --git a/tests/language/language_analyzer.status b/tests/language/language_analyzer.status
|
| index 7f143f33ba6d51ae5bf4f52b88d74ee71e805df8..e0c12cd81a13907b1ce33a5ce169ecccadf4c15f 100644
|
| --- a/tests/language/language_analyzer.status
|
| +++ b/tests/language/language_analyzer.status
|
| @@ -20,8 +20,6 @@ override_field_test/02: fail
|
| override_field_test/03: fail
|
| method_override7_test/03: Fail # Issue 11496
|
|
|
| -export_double_same_main_test: Fail # Issue 14772
|
| -
|
| # Please add new failing tests before this line.
|
| # Section below is for invalid tests.
|
| #
|
| @@ -70,9 +68,6 @@ 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
|
|
|
| @@ -129,9 +124,6 @@ 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
|
|
|
|
|