Kyua test lib/msun/fe_round_test:fe_round was failing because round mode wasn't preserved after calling lrint(). lrint uses feholdexcept() to save the current env and feupdateenv() to restore.
Details
Details
kyua test -k /usr/tests/lib/msun/Kyuafile fe_round_test:fe_round
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Acknowleged. It looks to me like this one got missed in rS355656. Will take a proper look later.
Comment Actions
OK. Got sidetracked by other float failures, but I might as well get this one in separately.