At least one of the Tests which hang on Darwin also hang on SunOS.
authorJim Wise <jwise@draga.com>
Thu, 10 Nov 2011 03:25:19 +0000 (22:25 -0500)
committerJim Wise <jwise@draga.com>
Thu, 10 Nov 2011 03:25:19 +0000 (22:25 -0500)
Make (not (or darwin sunos)) for the moment, and I'll tey to narrow this
down tomorrow.

sb-concurrency otherwise builds and tests great with new thread stuff on
Solaris/X86 -- on to ../../tests!

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