Disable float-trap tests on riscv

This commit is contained in:
Stas Boukarev 2026-02-22 21:26:11 +03:00
parent 20b44a82d7
commit 55147a90d1

View file

@ -37,7 +37,7 @@
(start-time (get-internal-real-time)))
(declare (special test-util::*deferred-test-forms*))
(makunbound 'test-util::*deferred-test-forms*)
(let ((*features* (append *features* #+(and (or arm arm64) (not (and darwin ppc)))
(let ((*features* (append *features* #+(or riscv (and (or arm arm64) (not darwin)))
(unless (getf (sb-int:get-floating-point-modes) :traps)
'(:no-float-traps))
sb-impl:+internal-features+)))