Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(382)

Unified Diff: tests/language/language-leg.status

Issue 9665001: Implement constant maps. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Cosmetic change. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698