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 25215818e222bf2f3292c005f9642b202d99cf31 (commit)
from 114538b3783a3eacf3c6ea6f6b23d6f83f90cb44 (commit)
- Log -----------------------------------------------------------------
commit 25215818e222bf2f3292c005f9642b202d99cf31
Author: Stas Boukarev <[email protected]>
Date: Tue Apr 28 04:10:53 2026 +0300
Disable a test
---
tests/alien-struct-by-value.impure.lisp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/alien-struct-by-value.impure.lisp b/tests/alien-struct-by-value.impure.lisp
index ae685f940..fb8dc23f8 100644
--- a/tests/alien-struct-by-value.impure.lisp
+++ b/tests/alien-struct-by-value.impure.lisp
@@ -792,7 +792,8 @@
;;; ahead of the original args; the int128-splitting transform
;;; rewrites the arg list.
#+x86-64
-(with-test (:name :struct-by-value-large-return-with-int128-arg)
+(with-test (:name :struct-by-value-large-return-with-int128-arg
+ :broken-on :win32) ;; __int128 not implemented
(define-alien-routine three-u64-from-u128 (struct nil
(a (unsigned 64))
(b (unsigned 64))
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL