Page MenuHomeFreeBSD

Improve test messages for msun tests
ClosedPublic

Authored by arichardson on Mar 5 2021, 4:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 13, 10:02 AM
Unknown Object (File)
Wed, May 13, 8:15 AM
Unknown Object (File)
Thu, May 7, 10:09 AM
Unknown Object (File)
Fri, May 1, 12:42 AM
Unknown Object (File)
Thu, Apr 30, 11:57 AM
Unknown Object (File)
Tue, Apr 28, 11:52 PM
Unknown Object (File)
Apr 21 2026, 11:41 AM
Unknown Object (File)
Apr 15 2026, 10:55 PM
Subscribers

Details

Summary

Also print the mismatched values when numbers compare not equal.

Depends on D28798

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37613
Build 34502: arc lint + arc unit

Event Timeline

Remove unrelated makefile change

Yes, I like this. It's always annoyed me that the failing values weren't printed, and that a lot of code was repeated.

lib/msun/tests/logarithm_test.c
210

Hm why is this one suddenly formatted differently? It seems to be the same number though with a lot more precision?

This revision is now accepted and ready to land.Mar 5 2021, 8:44 PM
lib/msun/tests/logarithm_test.c
210

Unintended change, I just had a look whether pasting the value from a high-precision calculator would change the output. Will drop before comitting.

This revision was automatically updated to reflect the committed changes.