X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-concurrency%2Ftests%2Ftest-mailbox.lisp;h=b93b34449e55c20f7b55aaea18208b22d4e511e1;hb=b1f97e02b151845fd514e2fc254e69c1bd35ad48;hp=5243446ee2466b96f1d45fc343ea371106697394;hpb=d6f9676ae94419cb5544c45821a8d31adbc1fbe8;p=sbcl.git diff --git a/contrib/sb-concurrency/tests/test-mailbox.lisp b/contrib/sb-concurrency/tests/test-mailbox.lisp index 5243446..b93b344 100644 --- a/contrib/sb-concurrency/tests/test-mailbox.lisp +++ b/contrib/sb-concurrency/tests/test-mailbox.lisp @@ -40,7 +40,7 @@ ;;; FIXME: Several tests disabled on Darwin due to hangs. Something not right ;;; with mailboxes -- or possibly semaphores -- there. -#+(and sb-thread (not darwin)) +#+(and sb-thread (not (or darwin sunos))) (progn ;; Dummy struct for ATOMIC-INCF to work. @@ -209,4 +209,4 @@ (:garbage . 0) (:timeouts . 0)) -) ; #+sb-thread (progn ... \ No newline at end of file +) ; #+sb-thread (progn ...