master: Disable a test
stassats via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via 5a5ce63459a20a66cbc528bcc2295282fee331a6 (commit)
from 1899deda6a8d986aa891ca49e945780e21c2fd03 (commit)
- Log -----------------------------------------------------------------
commit 5a5ce63459a20a66cbc528bcc2295282fee331a6
Author: Stas Boukarev <[email protected]>
Date: Sun Aug 30 05:21:29 2026 +0300
Disable a test
[skip ci]
---
tests/backtrace.impure.lisp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/backtrace.impure.lisp b/tests/backtrace.impure.lisp
index b44c14773..4262ed7d2 100644
--- a/tests/backtrace.impure.lisp
+++ b/tests/backtrace.impure.lisp
@@ -211,7 +211,8 @@
(list `(flet test :in ,*p*) #'not-optimized)))))
(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))
(q (sb-thread:make-waitqueue)))
(assert-backtrace
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL