From: Richard M Kreuter Date: Tue, 25 Mar 2008 21:27:33 +0000 (+0000) Subject: 1.0.15.38: One more fix for Win32 (oops) X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=e4d73846ea60ae6cba79c32dde6d9f88b7540146;p=sbcl.git 1.0.15.38: One more fix for Win32 (oops) * contrib/sb-posix/posix-tests.lisp: feature-out the fcntl tests on Win32. --- diff --git a/contrib/sb-posix/posix-tests.lisp b/contrib/sb-posix/posix-tests.lisp index 5c4d01c..92fef5f 100644 --- a/contrib/sb-posix/posix-tests.lisp +++ b/contrib/sb-posix/posix-tests.lisp @@ -428,6 +428,7 @@ sb-posix::o-nonblock))) t) +#-win32 (deftest fcntl.flock.1 (locally (declare (sb-ext:muffle-conditions sb-ext:compiler-note)) (let ((flock (make-instance 'sb-posix:flock @@ -462,6 +463,7 @@ 42) +#-win32 (deftest fcntl.flock.2 (locally (declare (sb-ext:muffle-conditions sb-ext:compiler-note)) (let ((flock (make-instance 'sb-posix:flock diff --git a/version.lisp-expr b/version.lisp-expr index 4b1d4f7..d724ac7 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; checkins which aren't released. (And occasionally for internal ;;; versions, especially for internal versions off the main CVS ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".) -"1.0.15.37" +"1.0.15.38"