From df217516b1ee2c0d1fa241b97c540f2d8eb9a805 Mon Sep 17 00:00:00 2001 From: Joshua Elsasser Date: Sun, 8 Dec 2013 20:23:04 -0800 Subject: [PATCH] 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. --- tests/float.impure.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4