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

Unified Diff: test/mjsunit/number-tostring.js

Issue 2532073002: X87: [test] disable number-tostring test case for x87. (Closed)
Patch Set: adhere to the 80 characters per line limit. Created 4 years, 1 month 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 | « test/mjsunit/mjsunit.status ('k') | test/mjsunit/number-tostring-big-integer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/number-tostring.js
diff --git a/test/mjsunit/number-tostring.js b/test/mjsunit/number-tostring.js
index 83aa3ed2dabaa429c6d494952ac824e8d884cbe9..d428b697fe88639c3ad5a4a6baad4ffa55a14ecd 100644
--- a/test/mjsunit/number-tostring.js
+++ b/test/mjsunit/number-tostring.js
@@ -151,9 +151,6 @@ assertEquals("10000", (81).toString(3));
assertEquals("10000.01", (81 + 1/9).toString(3));
assertEquals("0.0212010212010212010212010212010212", (2/7).toString(3));
-assertEquals("314404114120101444444424000000000000000",
- (1.2345e+27).toString(5));
-
// ----------------------------------------------------------------------
// toFixed
assertEquals("NaN", (NaN).toFixed(2));
« no previous file with comments | « test/mjsunit/mjsunit.status ('k') | test/mjsunit/number-tostring-big-integer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698