mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Fix -sb-thread tests.
This commit is contained in:
parent
0ff79d6ca8
commit
86db7bad01
|
|
@ -153,7 +153,7 @@
|
||||||
|
|
||||||
#-sb-thread
|
#-sb-thread
|
||||||
(progn
|
(progn
|
||||||
(setf *run* t)
|
(sb-thread:signal-semaphore *run* 6)
|
||||||
(remove-methods *to-remove-a*)
|
(remove-methods *to-remove-a*)
|
||||||
(remove-methods *to-remove-b*)
|
(remove-methods *to-remove-b*)
|
||||||
(remove-methods *to-remove-c*)
|
(remove-methods *to-remove-c*)
|
||||||
|
|
|
||||||
|
|
@ -108,7 +108,7 @@
|
||||||
|
|
||||||
#-sb-thread
|
#-sb-thread
|
||||||
(progn
|
(progn
|
||||||
(setf *run-cache-test* t)
|
(sb-thread:signal-semaphore *run-cache-test* 32)
|
||||||
(loop repeat 4
|
(loop repeat 4
|
||||||
do (test-loop)))
|
do (test-loop)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue