master: Protect a test with #+
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 3d97f782f8f9aa1d691f8ec049445e3900d65ab3 (commit)
from f19ea95f66005de67ca06aa69720b7e00bb24428 (commit)
- Log -----------------------------------------------------------------
commit 3d97f782f8f9aa1d691f8ec049445e3900d65ab3
Author: Stas Boukarev <[email protected]>
Date: Wed Aug 26 08:48:52 2026 +0300
Protect a test with #+
---
tests/compiler-2.pure.lisp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/compiler-2.pure.lisp b/tests/compiler-2.pure.lisp
index 3dfde728a..f25827d19 100644
--- a/tests/compiler-2.pure.lisp
+++ b/tests/compiler-2.pure.lisp
@@ -5163,8 +5163,8 @@
(unless (typep g 'symbol)
g)))))
-(with-test (:name :unfoldable-functions
- :skipped-on (not :sb-devel)) ;; no sb-c::ir1-attributep
+#+sb-devel ;; no sb-c::ir1-attributep
+(with-test (:name :unfoldable-functions)
(let (no-folders)
(do-all-symbols (symbol)
(unless (or (equal (package-name (symbol-package symbol))
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL