X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ffloat.pure.lisp;h=d1a5bc4a3aae13985766a788aa64ba1dbc2dd896;hb=20db73fc9412b7d9bd92f93239d7f34a261d5402;hp=6c4815c204ee10a64998a8f33da0aac05796bfd4;hpb=11cfbfd7e07650aa5dae84ed6170a0d041e25acb;p=sbcl.git diff --git a/tests/float.pure.lisp b/tests/float.pure.lisp index 6c4815c..d1a5bc4 100644 --- a/tests/float.pure.lisp +++ b/tests/float.pure.lisp @@ -250,7 +250,7 @@ ;; correctly. On other platforms, we trust libm to DTRT. ;; but it doesn't cost any real amount to just test them all (with-test (:name :range-reduction - :fails-on '(and :x86-64 (or :linux :darwin :sunos))) + :fails-on ':x86-64) (flet ((almost= (x y) (< (abs (- x y)) 1d-5))) (macrolet ((foo (op value)