Revert "spidermonkey: Disable tests on ARM"

This reverts commit f9654a88e76703a80b8d1464f384bba21abeaf52.

At least for now, the problem has gone away on ARMv7 by the switch of
FPU flags used by GCC.

Some details of the bug at:
https://github.com/NixOS/nixpkgs/pull/16850#issuecomment-232339143
This commit is contained in:
Tuomas Tynkkynen 2016-07-19 21:52:19 +03:00 committed by Tuomas Tynkkynen
parent 322faf9219
commit ad16c9ac31

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
doCheck = !stdenv.isArm; # fails on v7 with "Alignment trap: not handling instruction" in kernel log
doCheck = true;
preCheck = ''
rm jit-test/tests/sunspider/check-date-format-tofte.js # https://bugzil.la/600522