mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Disable arena predicate test if no futexes
This commit is contained in:
parent
e65b0e1f8c
commit
c37bc8c0d7
|
|
@ -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*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue