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
F108981561: D29095.id85224.diff
Thu, Jan 30, 6:25 AM
Unknown Object (File)
Wed, Jan 29, 1:24 AM
Unknown Object (File)
Sat, Jan 25, 7:45 AM
Unknown Object (File)
Fri, Jan 24, 7:19 PM
Unknown Object (File)
Sat, Jan 18, 7:44 AM
Unknown Object (File)
Wed, Jan 15, 6:39 PM
Unknown Object (File)
Fri, Jan 10, 2:31 AM
Unknown Object (File)
Nov 15 2024, 3:10 PM
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