master: Mark a test as broken
stassats via Sbcl-commits <[email protected]> Wed, 22 Jul 2026 01:56:16 +0000
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via 2f717abb9c979721bdd0736252ee4e810e0b1f31 (commit)
from 7c1fd2b82f02521736cc8752b2fd7ea1c12f89f2 (commit)
- Log -----------------------------------------------------------------
commit 2f717abb9c979721bdd0736252ee4e810e0b1f31
Author: Stas Boukarev <[email protected]>
Date: Wed Jul 22 04:53:41 2026 +0300
Mark a test as broken
[skip ci]
---
tests/run-program.impure.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/run-program.impure.lisp b/tests/run-program.impure.lisp
index aa58dd051..36751d9ca 100644
--- a/tests/run-program.impure.lisp
+++ b/tests/run-program.impure.lisp
@@ -436,7 +436,7 @@
1))
(with-test (:name (run-program :malloc-deadlock)
- :broken-on :sb-safepoint
+ :broken-on (or :sb-safepoint (and :darwin :x86-64))
:skipped-on (or :ubsan (not :sb-thread) :win32 :android))
(let* (stop
(delay-between-gc
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL