From: Nikodemus Siivola Date: Sun, 20 Nov 2011 18:09:39 +0000 (+0200) Subject: Revert "fix sb-posix tests on OpenBSD" X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=f3491f128307938cc56367f739b8fbf9e5d503b6;p=sbcl.git Revert "fix sb-posix tests on OpenBSD" Oops. As Josh noted, the equivalent C code works, so the explanation was bogus, and the test is better left enabled to track the issue. This reverts commit d94c1b4a8c534bde146823f56558faf37cd4c4d7. Conflicts: NEWS --- diff --git a/NEWS b/NEWS index 6a48974..4472e46 100644 --- a/NEWS +++ b/NEWS @@ -56,7 +56,6 @@ changes relative to sbcl-1.0.53: safe outside systems with getaddrinfo(). * bug fix: on 64-bit systems setting the nursery size above 4Gb now works. (lp#870868) - * bug fix: SB-POSIX tests failed on OpenBSD 5.0. (lp#892707) * bug fix: With several combinations of argument types, for example (EXPT <(complex double)>), EXPT now uses double-precision throughout instead of partially calculating only to single-precision. (lp#741564; diff --git a/contrib/sb-posix/posix-tests.lisp b/contrib/sb-posix/posix-tests.lisp index 89ace44..6cdc955 100644 --- a/contrib/sb-posix/posix-tests.lisp +++ b/contrib/sb-posix/posix-tests.lisp @@ -478,7 +478,7 @@ 42) -#-(or win32 openbsd netbsd) +#-(or win32 netbsd) (deftest fcntl.flock.2 (locally (declare (sb-ext:muffle-conditions sb-ext:compiler-note)) (let ((flock (make-instance 'sb-posix:flock