Index: tests/language/language-leg.status |
diff --git a/tests/language/language-leg.status b/tests/language/language-leg.status |
index 61bab8c4e96b1255e271f275ec09d6c7e53dda88..ef9d482a2195f88b4394ec6ada82b4e6b71401c1 100644 |
--- a/tests/language/language-leg.status |
+++ b/tests/language/language-leg.status |
@@ -10,6 +10,7 @@ |
AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". |
Constructor6Test: Crash |
CompileTimeConstant8Test: Fail # We don't take the generic type into account yet. |
+CompileTimeConstantBTest: Fail # We don't handle constant map literals with __proto__ key yet. |
GetSyntaxTest/none: Fail # TODO(ahe): investigate. |
@@ -27,6 +28,7 @@ CanonicalConstTest: Fail # map not implemented |
CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 |
ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented |
ConstObjectsAreImmutableTest: Fail # map not implemented |
+ConstOptionalArgsNegativeTest: Fail # 'const' keyword is not verified in literal maps. |
ngeoffray
2012/03/10 22:28:03
ditto
floitsch
2012/03/10 22:58:22
Done.
|
Constructor5Test: Fail # no matching constructor found |
ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance methods |
Context2Test: Fail # switch cases are not implemented |