From: Joshua Elsasser Date: Mon, 9 Dec 2013 04:23:04 +0000 (-0800) Subject: Mark (RANGE-REDUCTION PRECISE-PI) as failing on openbsd x86-64. X-Git-Url: http://repo.macrolet.net/gitweb/?p=sbcl.git;a=commitdiff_plain;h=df217516b1ee2c0d1fa241b97c540f2d8eb9a805 Mark (RANGE-REDUCTION PRECISE-PI) as failing on openbsd x86-64. I don't believe it has ever passed on that platform, so mark it as such to make any new test failures more noticable. --- diff --git a/tests/float.impure.lisp b/tests/float.impure.lisp index 621520e9..2cca99f 100644 --- a/tests/float.impure.lisp +++ b/tests/float.impure.lisp @@ -302,7 +302,8 @@ fractional bits." ;; This test is skipped on x86; as to why see the comment at the test ;; (:range-reduction :x87) above. (with-test (:name (:range-reduction :precise-pi) - :skipped-on :x86) + :skipped-on :x86 + :fails-on '(and :openbsd :x86-64)) (let ((rational-pi-half (/ (pi-gauss-legendre 2200) 2))) (labels ((round-pi-half (x) "Return two values as if (ROUND X (/ PI 2)) was called