repo.or.cz
/
sbcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't coerce (= single-float 1d0) to double-float.
[sbcl.git]
/
tests
/
timer-dead-thread.impure.lisp
blob
a369a33cdb5f0c6bc69ee0df01d5a56274c9fe22
1
(
with-test
(:
name
(:
with-timeout
:
dead-thread
) :
skipped-on
(
not
:
sb-thread
))
2
(
make-join-thread
3
(
lambda
()
4
(
let
((
timer
(
make-timer
(
lambda
()))))
5
(
schedule-timer
timer
3
)
6
(
assert
t
))))
7
(
sleep
6
)
8
(
assert
t
))