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)
Oct 14 2024, 11:24 PM
Unknown Object (File)
Oct 2 2024, 1:26 AM
Unknown Object (File)
Sep 22 2024, 9:53 AM
Unknown Object (File)
Sep 21 2024, 6:03 PM
Unknown Object (File)
Sep 19 2024, 4:13 PM
Unknown Object (File)
Sep 19 2024, 4:12 PM
Unknown Object (File)
Sep 19 2024, 4:12 PM
Unknown Object (File)
Sep 19 2024, 4:12 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 37614
Build 34503: 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.