X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ffloat.pure.lisp;h=b179f60b4af6574668e99a8a2ba460e52fa03a4a;hb=ec30c81b59228c659fd602f98b7d7c9fc162cc0f;hp=7e6d5fd61b4a80a7ae4eac52de2a53bdf777b795;hpb=bbe8a5877fab63f5c159e6c481a449e68b0a5d8f;p=sbcl.git diff --git a/tests/float.pure.lisp b/tests/float.pure.lisp index 7e6d5fd..b179f60 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)) + :fails-on '(or :ppc :darwin :mips (and :x86 :netbsd))) (assert (typep (nth-value 1 (ignore-errors @@ -158,8 +158,8 @@ (+ x0 x1 x6 x7) (+ x2 x3 x4 x5))))))) -#-x86-64 -(with-test (:name :nan-comparisons) +(with-test (:name :nan-comparisons + :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)))