X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-concurrency%2Ftests%2Ftest-mailbox.lisp;h=88d3975bc2faffffb0139e11085d6124bc09a8b5;hb=de19b78acd2ecb0f6caedaaedee35031f0c61c1c;hp=e6cee14bdd56d16b98fe70ece3782fa77983322f;hpb=8340bf74c31b29e9552ef8f705b6e1298547c6ab;p=sbcl.git diff --git a/contrib/sb-concurrency/tests/test-mailbox.lisp b/contrib/sb-concurrency/tests/test-mailbox.lisp index e6cee14..88d3975 100644 --- a/contrib/sb-concurrency/tests/test-mailbox.lisp +++ b/contrib/sb-concurrency/tests/test-mailbox.lisp @@ -57,12 +57,12 @@ (apply #'+ (mapcar #'join-thread readers))) 1000) -;;; FIXME: Several tests disabled on Darwin and SunOS due to hangs. +;;; FIXME: Several tests disabled on SunOS due to hangs. ;;; -;;; On Darwin at least the issues don't seem to have anything to do with -;;; mailboxes per-se, but are rather related to our usage of signal-unsafe +;;; The issues don't seem to have anything to do with mailboxes +;;; per-se, but are rather related to our usage of signal-unsafe ;;; pthread functions inside signal handlers. -#+(and sb-thread (not (or darwin sunos))) +#+(and sb-thread (not sunos)) (progn ;; Dummy struct for ATOMIC-INCF to work.