X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ftimer.impure.lisp;h=df6c7ec59e5eec130856c5d35e38a0b2b14c475f;hb=e55399309ccb6c40b7ec4841c610d31c3fd487b6;hp=c478eb336a7b6c73a28cc12677dec90e2a98bfbe;hpb=decddddf7e581fa1ebee846e5fddcd52229bb9a8;p=sbcl.git diff --git a/tests/timer.impure.lisp b/tests/timer.impure.lisp index c478eb3..df6c7ec 100644 --- a/tests/timer.impure.lisp +++ b/tests/timer.impure.lisp @@ -241,6 +241,8 @@ ;;; before they ran) and dying threads were open interrupts. #+sb-thread (with-test (:name (:timer :parallel-unschedule)) + #+darwin + (error "Prone to hang on Darwin due to interrupt issues.") (let ((timer (sb-ext:make-timer (lambda () 42) :name "parallel schedulers")) (other nil)) (flet ((flop ()