1.0.10.41: Remove unnecessary sched_yield()
[sbcl.git] / tests / float.pure.lisp
index a2b2c35..e9fbd86 100644 (file)
 (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
 
 
 (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)))