mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Skip a test on -sb-thread
This commit is contained in:
parent
15969ed2aa
commit
dd0a7a4fc0
|
|
@ -28,7 +28,8 @@
|
|||
(sb-thread:condition-notify cvar))
|
||||
(sb-thread:join-thread thread)))
|
||||
|
||||
(with-test (:name (sb-ext:save-lisp-and-die error :multiple-threads-2))
|
||||
(with-test (:name (sb-ext:save-lisp-and-die error :multiple-threads-2)
|
||||
:skipped-on (not :sb-thread))
|
||||
(let* ((sem (sb-thread:make-semaphore))
|
||||
(thread (sb-thread:make-thread
|
||||
(lambda () (sb-thread:wait-on-semaphore sem)))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue