mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Disable a test
[skip ci]
This commit is contained in:
parent
1899deda6a
commit
5a5ce63459
|
|
@ -211,7 +211,8 @@
|
||||||
(list `(flet test :in ,*p*) #'not-optimized)))))
|
(list `(flet test :in ,*p*) #'not-optimized)))))
|
||||||
|
|
||||||
(with-test (:name (:backtrace :interrupted-condition-wait)
|
(with-test (:name (:backtrace :interrupted-condition-wait)
|
||||||
:skipped-on (not :sb-thread))
|
:skipped-on (not :sb-thread)
|
||||||
|
:broken-on (and :darwin :x86-64))
|
||||||
(let ((m (sb-thread:make-mutex))
|
(let ((m (sb-thread:make-mutex))
|
||||||
(q (sb-thread:make-waitqueue)))
|
(q (sb-thread:make-waitqueue)))
|
||||||
(assert-backtrace
|
(assert-backtrace
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue