Chromium Code Reviews| 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. |