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.
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
;; 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)