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

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: Remove trailing whitespace. 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
« no previous file with comments | « tests/language/language.status ('k') | tests/language/src/CompileTimeConstantATest.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language-leg.status
diff --git a/tests/language/language-leg.status b/tests/language/language-leg.status
index fa1f8a97c549ccf9a7d5c741a02c410bc71b961e..0a29c09406544001b2a456886ad1530c2f9162ce 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.
# Compilation errors.
@@ -159,6 +160,7 @@ ConstFactoryNegativeTest: Fail, OK # Negative language test.
ConstFieldNegativeTest: Fail, OK # Negative language test.
ConstInit4NegativeTest: Fail, OK # Negative language test.
ConstInitNegativeTest: Fail, OK # Negative language test.
+ConstOptionalArgsNegativeTest: Fail, OK # 'const' keyword is not verified in literal maps.
ConstSyntaxTest/01: Fail, OK # Negative language test.
ConstSyntaxTest/02: Fail, OK # Negative language test.
ConstSyntaxTest/03: Fail, OK # Negative language test.
« no previous file with comments | « tests/language/language.status ('k') | tests/language/src/CompileTimeConstantATest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698