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

Unified Diff: tests/language/language.status

Issue 9113043: Implement Double.{toString, toStringAsExponential, toStringAsPrecision} (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated status files. Created 8 years, 10 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-runtime.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 20ec9c98bf0461a83ba953e674a749f39ebb5f4e..e7ef24b66c4d598f57723a6257c6c8906feb00be 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -213,7 +213,7 @@ IntrinsifiedMethodsTest: Fail # Issue 1470
ArithmeticTest: Fail # Issue 1470
[ $component == frog || $component == frogium || $component == webdriver ]
-ToStringAsFixedTest: Fail # fails due to rounding in constant propagation
+DoubleToStringAsFixedTest: Fail # fails due to rounding in constant propagation and -0.0.
# This set of four test components (frog, frogsh, frogium, and webdriver) all
# consume frog output, so if frog is generating the incorrect code, chances are
@@ -256,6 +256,7 @@ FactoryImplementationTest: Fail # Issue 523
PseudoKWTest: Fail # Issue 356
NamingTest: Fail # Issue 356
DuplicateImplementsTest: Skip # Issue 976
+DoubleToString: Fail # Prints "3" instead of "3.0".
ThirdTest: Fail # Issue 1511
TryCatchSyntaxTest/08: Fail
TryCatchSyntaxTest/09: Fail
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698