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

Unified Diff: tests/language/language.status

Issue 9873040: Implement constant maps with __proto__ and fix maps with duplicated keys. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « lib/compiler/implementation/lib/constant_map.dart ('k') | tests/language/language-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 86111d1abaac86649f9554df07d0b2ea308233c1..d09ac33d349aba6f7bfeb8f80338ca61f31dea81 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -222,6 +222,7 @@ CompileTimeConstantCTest/02: Fail # string-concatenated (+) keys in literal maps
CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of constructor) as compile-time constant.
CompileTimeConstantETest: Fail
CompileTimeConstantGTest: Fail # compile time constants with super calls to optional arguments.
+CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly if the same key appears multiple times.
DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
# Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to
« no previous file with comments | « lib/compiler/implementation/lib/constant_map.dart ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698