Skip a test on -sb-thread

This commit is contained in:
Stas Boukarev 2026-02-17 18:39:20 +03:00
parent 15969ed2aa
commit dd0a7a4fc0

View file

@ -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)))))