X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ffloat.pure.lisp;h=e9fbd869e101eed41472c075b38903cf35cbdf68;hb=9ea3ca84ac0fb5dd834cd58c79dd47f255233b07;hp=a2b2c35fe6d0986f22a0e205fe5a31b0634047e1;hpb=9dcd91eba92f6f2db9ae65d7640f2cd2f4ee2a8b;p=sbcl.git diff --git a/tests/float.pure.lisp b/tests/float.pure.lisp index a2b2c35..e9fbd86 100644 --- a/tests/float.pure.lisp +++ b/tests/float.pure.lisp @@ -125,7 +125,7 @@ (funcall (compile nil '(lambda () (tan (tan (round 0)))))) (with-test (:name (:addition-overflow :bug-372) - :fails-on '(or :ppc :darwin :mips (and :x86 :netbsd))) + :fails-on '(or :ppc :darwin (and :x86 :netbsd))) (assert (typep (nth-value 1 (ignore-errors @@ -159,7 +159,7 @@ (with-test (:name :nan-comparisons - :fails-on (or :x86-64 :sparc :mips)) + :fails-on '(or :x86-64 :sparc :mips)) (sb-int:with-float-traps-masked (:invalid) (macrolet ((test (form) (let ((nform (subst '(/ 0.0 0.0) 'nan form)))