projects
/
sbcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3de7cda
)
skip interrupted-syscall test on unthreaded builds
author
Nikodemus Siivola
<nikodemus@sb-studio.net>
Fri, 5 Aug 2011 08:44:33 +0000
(11:44 +0300)
committer
Nikodemus Siivola
<nikodemus@sb-studio.net>
Fri, 5 Aug 2011 08:47:04 +0000
(11:47 +0300)
...and rename it backtrace-interrupted-condition-wait.
Duh.
tests/debug.impure.lisp
patch
|
blob
|
history
diff --git
a/tests/debug.impure.lisp
b/tests/debug.impure.lisp
index
ec0719b
..
a4c6114
100644
(file)
--- a/
tests/debug.impure.lisp
+++ b/
tests/debug.impure.lisp
@@
-173,7
+173,8
@@
(list '(flet not-optimized))
(list '(flet test) #'not-optimized))))))
-(with-test (:name :interrupted-syscall)
+(with-test (:name :backtrace-interrupted-condition-wait
+ :skipped-on '(not :sb-thread))
(let ((m (sb-thread:make-mutex))
(q (sb-thread:make-waitqueue)))
(assert (verify-backtrace