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

Unified Diff: tests/language/language-leg.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/language/language.status ('k') | tests/language/src/DoubleToString.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 24bba629d1e8af6c96c44df76e1f3f9fd3d9dc26..a7694944429f34a4eef11cfb76ea54f4e860afbc 100644
--- a/tests/language/language-leg.status
+++ b/tests/language/language-leg.status
@@ -36,6 +36,9 @@ ContinueTest: Fail # switch cases are not implemented
DefaultFactoryLibraryTest: Fail # lib is not a type
DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
DeoptNoFeedbackTest: Fail # Internal Error: Cannot find value
+DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
+DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
+DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
DynamicTest: Fail # cannot resolve type F1
EmptyBlockCaseTest: Fail # switch cases are not implemented
« no previous file with comments | « tests/language/language.status ('k') | tests/language/src/DoubleToString.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698