Disable arena predicate test if no futexes

This commit is contained in:
Douglas Katzman 2025-06-24 08:18:32 -04:00
parent e65b0e1f8c
commit c37bc8c0d7

View file

@ -1,5 +1,5 @@
#+(or gc-stress interpreter
(not (and x86-64 system-tlabs (not sb-safepoint))))
(not (and x86-64 system-tlabs sb-futex (not sb-safepoint))))
(invoke-restart 'run-tests::skip-file)
(defvar *allocation-nbytes*)