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

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: Don't use NULL and rebase. 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
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 8b631a7f839b9add22042acd055f859599790de2..52db235828d1af736c57eb18f5856ec13827243f 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -282,7 +282,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
@@ -324,6 +324,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

Powered by Google App Engine
This is Rietveld 408576698