Mark (RANGE-REDUCTION PRECISE-PI) as failing on openbsd x86-64.
authorJoshua Elsasser <joshua@elsasser.org>
Mon, 9 Dec 2013 04:23:04 +0000 (20:23 -0800)
committerJoshua Elsasser <joshua@elsasser.org>
Mon, 9 Dec 2013 04:23:04 +0000 (20:23 -0800)
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

index 621520e..2cca99f 100644 (file)
@@ -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