spidermonkey: Enable tests on 31.5.

authored by Jookia and committed by Tuomas Tynkkynen 33a1d808 cde9fb47

-6
-6
pkgs/development/interpreters/spidermonkey/31.5.nix
··· 27 27 "--with-system-ffi" 28 28 "--enable-readline" 29 29 30 - # there is at least one unfixed issue building the tests, so I didn't bother 31 - "--disable-tests" 32 - 33 30 # enabling these because they're wanted by 0ad. They may or may 34 31 # not be good defaults for other uses. 35 32 "--enable-gcgenerational" ··· 43 40 # This addresses some build system bug. It's quite likely to be safe 44 41 # to re-enable parallel builds if the source revision changes. 45 42 enableParallelBuilding = false; 46 - 47 - # see comment by --disable-tests 48 - doCheck = false; 49 43 50 44 postFixup = '' 51 45 # The headers are symlinks to a directory that doesn't get put