Skip the float.pure.lisp/RANGE-REDUCTION test outside x86.
authorLutz Euler <lutz.euler@freenet.de>
Thu, 7 Jun 2012 12:23:11 +0000 (14:23 +0200)
committerLutz Euler <lutz.euler@freenet.de>
Thu, 7 Jun 2012 12:23:11 +0000 (14:23 +0200)
commitd7c9385e5a7b27d38884ebed9df6e9e5c3ac5cbf
tree04ba2334ede8349790e6822b871cf17d454ef54a
parent05abd44bb4a3699285dd499dbbb4c77b64304835
Skip the float.pure.lisp/RANGE-REDUCTION test outside x86.

The test was and is meant only to be used on x86 as it tests for results
the x87 FPU computes, which can differ from those on other platforms.
It was accidentally enabled for all platforms with commit
4c81c652cdc32faefee1bccb84c3c9a7854e3edd.

Revert this by skipping the test on everything except x86. Augment
the test's name and improve its comment so that it hopefully won't be
enabled again everywhere so easily.
tests/float.pure.lisp