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, Apr 15, 10:55 PM
Unknown Object (File)
Wed, Apr 15, 6:47 PM
Unknown Object (File)
Tue, Apr 14, 10:09 AM
Unknown Object (File)
Mon, Apr 13, 9:34 AM
Unknown Object (File)
Sun, Apr 12, 2:47 PM
Unknown Object (File)
Wed, Apr 8, 11:07 PM
Unknown Object (File)
Mon, Apr 6, 6:48 AM
Unknown Object (File)
Sat, Apr 4, 3:25 AM
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.