Page MenuHomeFreeBSD

lib/msun/tests: Skip fenv_test:masking if exceptions can't be trapped
ClosedPublic

Authored by arichardson on Mar 5 2021, 4:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 14, 10:41 PM
Unknown Object (File)
Tue, May 14, 10:41 PM
Unknown Object (File)
Tue, May 14, 10:41 PM
Unknown Object (File)
Tue, May 14, 10:29 PM
Unknown Object (File)
Wed, May 8, 2:56 PM
Unknown Object (File)
Apr 17 2024, 9:59 PM
Unknown Object (File)
Apr 17 2024, 7:07 PM
Unknown Object (File)
Feb 2 2024, 2:26 AM
Subscribers

Details

Summary

Some CPUs (e.g. AArch64 QEMU) cannot trap on floating point exceptions and
therefore ignore the writes to the floating point control register inside
feenableexcept(). If no exceptions are enabled after
feenableexcept(FE_ALL_EXCEPT), we can assume that the CPU does not
support exceptions and we can then skip the test.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable