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

Unified Diff: tests/co19/co19-compiler.status

Issue 9113043: Implement Double.{toString, toStringAsExponential, toStringAsPrecision} (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment 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/co19/co19-compiler.status
diff --git a/tests/co19/co19-compiler.status b/tests/co19/co19-compiler.status
index c2fe03f47db6a741e6c9d6d9870eeb92caac6fba..da95784a443a803dc68ccc73f781d3e757743299 100644
--- a/tests/co19/co19-compiler.status
+++ b/tests/co19/co19-compiler.status
@@ -37,6 +37,7 @@ LibTest/core/int/operator-/int/operator-/A01/t01: Fail
LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail
LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail
LibTest/core/int/toInt/int/toInt/A01/t01: Fail
+LibTest/core/double/toStringAsFixed/double/toStringAsFixed/A01/t03: Pass # Test is out of date and this should fail.
#
# Tests that pass in release mode but fail in debug mode
@@ -48,6 +49,7 @@ LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t02: Fail
LibTest/core/int/operator_l_shift/int/operator/l/shift/A01/t03: Fail
LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t02: Fail
LibTest/core/int/operator_r_shift/int/operator/r/shift/A01/t03: Fail
+LibTest/core/double/toStringAsFixed/double/toStringAsFixed/A01/t03: Fail # Test is out of date.
#
# Problems in both debug and release builds

Powered by Google App Engine
This is Rietveld 408576698