Page MenuHomeFreeBSD

Update libm tests from NetBSD
ClosedPublic

Authored by arichardson on Feb 19 2021, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 14 2024, 12:21 AM
Unknown Object (File)
Mar 14 2024, 12:18 AM
Unknown Object (File)
Mar 14 2024, 12:18 AM
Unknown Object (File)
Mar 7 2024, 8:53 PM
Unknown Object (File)
Jan 3 2024, 12:48 PM
Unknown Object (File)
Dec 14 2023, 8:20 PM
Unknown Object (File)
Aug 16 2023, 8:42 AM
Unknown Object (File)
Aug 16 2023, 6:26 AM
Subscribers

Details

Summary

I did this without a full vendor update since that would cause too many
conflicts. Since these files now almost match the NetBSD sources the
next git subtree merge should work just fine.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Those tests currently pass, right?

This revision is now accepted and ready to land.Feb 22 2021, 7:37 AM

Those tests currently pass, right?

Yes, they do, but

contrib/netbsd-tests/lib/libm/t_cbrt.c
314

Yes, they pass after re-applying the (long double)1.0 / 3.0 patch. It works on NetBSD because powl is just an alias for pow there (i.e. they only have double versions not long double ones).

This revision was automatically updated to reflect the committed changes.