At least one of the Tests which hang on Darwin also hang on SunOS.
[sbcl.git] / contrib / sb-concurrency / tests / test-mailbox.lisp
index 5243446..b93b344 100644 (file)
@@ -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.
   (:garbage  . 0)
   (:timeouts . 0))
 
-) ; #+sb-thread (progn ...
\ No newline at end of file
+) ; #+sb-thread (progn ...