| Index: dart/tests/language/language-leg.status
|
| diff --git a/dart/tests/language/language-leg.status b/dart/tests/language/language-leg.status
|
| index 020cfbb60f7dbb0a2a96f2a014beb54feb108da4..ee6bc3225a96509d21b8795a8afcc3b28ca36a3c 100644
|
| --- a/dart/tests/language/language-leg.status
|
| +++ b/dart/tests/language/language-leg.status
|
| @@ -27,7 +27,6 @@ SyntaxTest/33: Fail # TODO(ahe): investigate.
|
| SyntaxTest/47: Fail # TODO(ahe): investigate.
|
|
|
| # Compilation errors.
|
| -Arithmetic2Test: Fail # map not implemented
|
| BreakTest: Fail # SsaBuilder for loop with aborting body not implemented
|
| CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented
|
| CTConstTest: Fail # map not implemented
|
| @@ -73,7 +72,6 @@ ListTest: Fail # named constructors with type arguments are not implemented
|
| LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1
|
| ManyGenericInstanceofTest: Fail # cannot resolve type T
|
| MapLiteral2Test: Fail # expected a constant string
|
| -MapLiteral3Test: Fail # map not implemented
|
| MapLiteral4Test: Fail # map not implemented
|
| MapLiteralTest: Fail # Unexpected token ','
|
| MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
|
| @@ -89,8 +87,6 @@ NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
|
| NonParameterizedFactory2Test: Fail # named constructors with type arguments are not implemented
|
| NullToStringTest: Fail # Closurization of intercepted methods.
|
| NumbersTest: Fail # cannot resolve type Smi
|
| -ObjectDynamicMethodTest: Fail # map not implemented
|
| -OrderedMapsTest: Fail # map not implemented
|
| ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
|
| Prefix101Test: Fail # duplicate definition
|
| Prefix10Test: Fail # lib11 is not a type
|
| @@ -108,7 +104,6 @@ StackTraceTest: Fail # SsaBuilder: throw without expression not implemented
|
| StatementTest: Fail # switch cases are not implemented
|
| StaticFieldTest: Fail # cannot resolve setValues
|
| StaticFinalFieldTest: Fail # map not implemented
|
| -StringInterpolate2Test: Fail # map not implemented
|
| SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
|
| SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
|
| SuperFieldTest: Fail # no method named city in class B
|
| @@ -232,6 +227,8 @@ Library5NegativeTest: Fail, OK # Negative language test.
|
| Library6NegativeTest: Fail, OK # Negative language test.
|
| ListLiteral1NegativeTest: Fail, OK # Negative language test.
|
| ListLiteral2NegativeTest: Fail, OK # Negative language test.
|
| +MapLiteral1NegativeTest: Fail, OK # Negative language test.
|
| +MapLiteral2NegativeTest: Fail, OK # Negative language test.
|
| NewExpressionTypeArgsFrogTest/02: Fail, OK # Negative language test.
|
| NonConstSuperNegativeTest: Fail, OK # Negative language test.
|
| NumberIdentifierNegativeTest: Fail, OK # Negative language test.
|
|
|