mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Disable float-trap tests on riscv
This commit is contained in:
parent
20b44a82d7
commit
55147a90d1
|
|
@ -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+)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue