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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2702213003: MIPS[64]: Skip float-constant-folding tests (Closed)
Patch Set: Created 3 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 | « no previous file | no next file » | 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 75070c3b894ac0c66c6772bfb27b2e028da8ffd9..da01ed7f4a3fa6fe5503a37036baeae291581478 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -416,6 +416,13 @@
}], # 'arch == mipsel or arch == mips or arch == mips64el or arch == mips64'
##############################################################################
+['arch == mipsel or arch == mips or arch == mips64el or arch == mips64', {
+ # These tests fail because qNaN and sNaN values are encoded differently on
+ # MIPS and ARM/x86 architectures
+ 'wasm/float-constant-folding': [SKIP],
+}],
+
+##############################################################################
['arch == mipsel or arch == mips', {
# Slow tests which times out in debug mode.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698