master: Skip a test
stassats via Sbcl-commits <[email protected]> Wed, 10 Jun 2026 03:44:42 +0000
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via aa2788ebf7b71599a2ad895799945358bf193b2c (commit)
from 007463a97af9e11b4ea2c41917bf2838b371e9c0 (commit)
- Log -----------------------------------------------------------------
commit aa2788ebf7b71599a2ad895799945358bf193b2c
Author: Stas Boukarev <[email protected]>
Date: Wed Jun 10 06:44:25 2026 +0300
Skip a test
---
tests/aliencall.pure.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/aliencall.pure.lisp b/tests/aliencall.pure.lisp
index 84d3bf19f..6b64a5b74 100644
--- a/tests/aliencall.pure.lisp
+++ b/tests/aliencall.pure.lisp
@@ -45,7 +45,7 @@
(define-alien-routine strerror (c-string :external-format :ascii :element-type base-char)
(e int)))
-(with-test (:name :return-c-string-optimizer :skipped-on (:not :x86-64))
+(with-test (:name :return-c-string-optimizer :skipped-on (not (and :sb-unicode :x86-64)))
;; check that the thing actually works
(assert (plusp (length (strerror sb-unix:ebadf))))
(let ((lines (ctu:disassembly-lines #'strerror)))
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL