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

Unified Diff: test/mjsunit/mjsunit.status

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 | « no previous file | test/mjsunit/number-tostring.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 009cb0132e5e806019f3c96ea8413cf268f2cda8..0fe87da3b20e64662e0a67d45d81fbc3cbe4e287 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -495,6 +495,12 @@
'math-floor-of-div-minus-zero': [SKIP],
}], # 'arch == mips64el or arch == mips64'
+['arch == x87', {
+ # The result produced by Gcc on linux platform is extended 80-bit double
+ # precision and not the expected standard 64-bit double precision.
+ 'number-tostring-big-integer': [SKIP],
+}], # 'arch == x87'
+
##############################################################################
['system == windows', {
# TODO(mstarzinger): Too slow with turbo fan.
« no previous file with comments | « no previous file | test/mjsunit/number-tostring.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698