From c4ea5091ff2611c2d0511c11631e0a713296003f Mon Sep 17 00:00:00 2001 From: Joshua Elsasser Date: Thu, 28 Jul 2011 06:27:26 -0700 Subject: [PATCH] Have the float.pure.lisp / RANGE-REDUCTION test fail on all x86-64. 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 | 1 + tests/float.pure.lisp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7688f20..49d21c9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 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) -- 1.7.10.4