X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Ftimer.impure.lisp;h=e4bd2d5e62f264437be686f69c07bd0141af5d2f;hb=dc2b10f2cc464b6d0003c3adc4541c3895eebbd5;hp=a610eb999a0b8d8256a37de0a54e7e402124e953;hpb=69fe69971242dba6905e9c55f8ce6a9a93c9e403;p=sbcl.git diff --git a/tests/timer.impure.lisp b/tests/timer.impure.lisp index a610eb9..e4bd2d5 100644 --- a/tests/timer.impure.lisp +++ b/tests/timer.impure.lisp @@ -245,7 +245,9 @@ ;;; Used to hang occasionally at least on x86. Two bugs caused it: ;;; running out of stack (due to repeating timers being rescheduled ;;; before they ran) and dying threads were open interrupts. -(with-test (:name (:timer :parallel-unschedule) :fails-on :ppc :skipped-on '(not :sb-thread) :broken-on '(or :darwin :ppc)) +(with-test (:name (:timer :parallel-unschedule) + :skipped-on '(not :sb-thread) + :broken-on ':ppc) (let ((timer (sb-ext:make-timer (lambda () 42) :name "parallel schedulers")) (other nil)) (flet ((flop ()