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

Unified Diff: tests/language/language.status

Issue 9976004: Allow all different string-literals in map literals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add description. Created 8 years, 8 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/co19/co19-leg.status ('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 804553f0af7b0b647dbe265220a2957ab4434fc2..08bc8518ffe0420b96ca6dcca15d9fc86337547b 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -98,6 +98,7 @@ CallOperatorTest: Pass # Issue 1355
CharEscapeTest: Pass # Issue 1654
ClosureCallWrongArgumentCountNegativeTest: Fail
CompileTimeConstant3Test: Fail # Issue 1780
+CompileTimeConstantOTest: Fail # Issue 2126
ConstConstructorSyntaxTest/05: Fail
ConstCounterNegativeTest: Fail # issue 1655
Constructor3NegativeTest: Fail
@@ -213,6 +214,7 @@ CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of
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.
+CompileTimeConstantOTest: Fail # String constants with string-interpolation.
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 | « tests/co19/co19-leg.status ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698