| Index: tests/language/language-leg.status
|
| diff --git a/tests/language/language-leg.status b/tests/language/language-leg.status
|
| index d4b0c1fd6536fb4b0d9256859ffd0a9d88ece478..0b271400b6314dcd139623d68eef5f2b44f90c0b 100644
|
| --- a/tests/language/language-leg.status
|
| +++ b/tests/language/language-leg.status
|
| @@ -39,7 +39,6 @@ DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
|
| DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
|
| DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
|
| DynamicTest: Fail # cannot resolve type F1
|
| -EmptyBlockCaseTest: Fail # switch cases are not implemented
|
| Factory3Test: Fail # Handling of compile-time constants.
|
| ForTest: Fail # SsaBuilder for loop without condition not implemented
|
| FunctionSyntaxTest: Fail # Internal Error: Cannot find value
|
| @@ -90,9 +89,7 @@ SuperFieldTest: Fail # no method named city in class B
|
| SuperOperatorTest: Fail # no method named + in class A
|
| SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
|
| SuperTest: Fail # cannot find tokens to produce error message for i++.
|
| -SwitchFallthruTest: Fail # switch cases are not implemented
|
| SwitchLabelTest: Fail # switch cases are not implemented
|
| -SwitchTest: Fail # switch cases are not implemented
|
| TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled
|
| ToplevelCollision2Test/none: Fail # duplicate definition
|
| TypeDartcTest: Fail # non-empty instruction stack
|
| @@ -256,8 +253,6 @@ StaticTopLevelTest/03: Fail, OK # Negative language test.
|
| StaticTopLevelTest/04: Fail, OK # Negative language test.
|
| StaticTopLevelTest/05: Fail, OK # Negative language test.
|
| StringInterpolation7NegativeTest: Fail, OK # Negative language test.
|
| -Switch3NegativeTest: Fail, OK # Negative language test.
|
| -Switch7NegativeTest: Fail, OK # Negative language test.
|
| SyntaxTest/47: Fail, OK # No error on body in const constructor.
|
| Throw7NegativeTest: Fail, OK # Negative language test.
|
| TryCatchSyntaxTest/08: Fail, OK # Negative language test.
|
|
|