| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 2283fdd701d35c1262fea9330bb978cc332f9b74..9f75cf29e17b9f4ccf87332bdaf886e5d98ca135 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -76,6 +76,7 @@ ConstructorDuplicateInitializersTest/02: Fail
|
| # Issue 1355
|
| CallOperatorTest: Fail
|
|
|
| +ConstConstructorSyntaxTest/05: Fail
|
| GetSetSyntaxTest/04: Fail # Issue 1569
|
| GetSetSyntaxTest/05: Fail # Issue 1569
|
| GetSetSyntaxTest/06: Fail # Issue 1569
|
| @@ -106,9 +107,9 @@ GCTest: Skip # Takes too long.
|
|
|
| [ $component == dartc || $component == chromium ]
|
| AbstractSyntaxTest/01: Fail
|
| +FinalSyntaxTest/none: Fail
|
|
|
| # Marked failed after code generation removed from dartc
|
| -
|
| ApplicationNegativeTest: Fail # status change with --check-only
|
| AssertKeywordNegativeTest: Fail # status change with --check-only
|
| AssignInstanceMethodNegativeTest: Fail # status change with --check-only
|
| @@ -301,6 +302,7 @@ Factory2NegativeTest: Fail
|
| CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerException.
|
| ExtendTypeParameterNegativeTest: Skip # Issue 886
|
| ExtendTypeParameter2NegativeTest: Skip # Issue 886
|
| +FinalSyntaxTest/none: Fail
|
| GetSetSyntaxTest/00: Fail # Issue 1571
|
| GetSetSyntaxTest/01: Fail # Issue 1571
|
| GetSetSyntaxTest/02: Fail # Issue 1571
|
| @@ -423,7 +425,6 @@ StringTest: Fail
|
| SuperImplicitClosureTest: Fail
|
| SuperTest: Fail # this is testing precise ordering of super constructor call
|
| SwitchLabelTest: Fail
|
| -TryCatch9NegativeTest: Fail
|
| TypeChecksInFactoryMethodTest: Fail # Issue 925
|
| TypeVariableBoundsTest/00: Fail # these tests would work if the type was constructed
|
| TypeVariableBoundsTest/10: Fail
|
|
|