Skip to content

Commit

Permalink
Revert "spidermonkey: Disable tests on ARM"
Browse files Browse the repository at this point in the history
This reverts commit f9654a8.

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:
#16850 (comment)
  • Loading branch information
dezgeg committed Jul 19, 2016
1 parent 322faf9 commit ad16c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/interpreters/spidermonkey/17.0.nix
Expand Up @@ -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
Expand Down

0 comments on commit ad16c9a

Please sign in to comment.