Have the float.pure.lisp / RANGE-REDUCTION test fail on all x86-64.
authorJoshua Elsasser <joshua@elsasser.org>
Thu, 28 Jul 2011 13:27:26 +0000 (06:27 -0700)
committerJoshua Elsasser <joshua@elsasser.org>
Thu, 28 Jul 2011 13:27:26 +0000 (06:27 -0700)
It was already marked as failing on Linux, Darwin and Solaris; rather
than add OpenBSD to that list I'm going ahead and assuming that it
fails on FreeBSD and NetBSD too.

Also add a generated header file to .gitignore.

.gitignore
tests/float.pure.lisp

index 7688f20..49d21c9 100644 (file)
@@ -21,6 +21,7 @@ src/compiler/target
 src/runtime/Config
 src/runtime/genesis
 src/runtime/ldso-stubs.S
+src/runtime/openbsd-sigcontext.h
 src/runtime/sbcl
 src/runtime/sbcl.exe
 src/runtime/sbcl.h
index 6c4815c..d1a5bc4 100644 (file)
 ;;   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)