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

Unified Diff: test/mjsunit/mjsunit.status

Issue 817143002: Contribution of PowerPC port (continuation of 422063005) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years 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: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index ee03407fd3a2588403e62ae026ac9accae7e786a..2934d597f5796b8c7b6c49a7c8ee8f1db620a2e5 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -571,6 +571,14 @@
}], # 'arch == nacl_ia32 or arch == nacl_x64'
##############################################################################
+['arch == ppc or arch == ppc64', {
+
+ # Test does not handle increased precision of multiply-add optimization
Sven Panne 2015/01/08 10:13:53 Huh? What is the exact problem here? No result sho
michael_dawson 2015/01/08 23:51:11 PPC has Floating-Point Multiply-Add Instructions w
Jakob Kummerow 2015/01/09 11:36:05 Drive-by: The reason we want optimization not to a
+ 'numops-fuzz-part2': [PASS, FAIL]
+
+}], # 'arch == ppc or arch == ppc64'
+
+##############################################################################
['deopt_fuzzer == True', {
# Skip tests that are not suitable for deoptimization fuzzing.

Powered by Google App Engine
This is Rietveld 408576698