Page MenuHomeFreeBSD

libc: Add unit tests for N2630 and possible collateral damage.
ClosedPublic

Authored by des on Aug 19 2023, 11:47 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 18, 1:58 PM
Unknown Object (File)
Sun, Apr 6, 2:37 PM
Unknown Object (File)
Tue, Mar 25, 8:50 PM
Unknown Object (File)
Mar 20 2025, 7:09 AM
Unknown Object (File)
Mar 4 2025, 10:48 AM
Unknown Object (File)
Feb 27 2025, 12:12 PM
Unknown Object (File)
Feb 26 2025, 1:12 PM
Unknown Object (File)
Feb 26 2025, 6:39 AM
Subscribers

Diff Detail

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

Event Timeline

des requested review of this revision.Aug 19 2023, 11:47 PM

Only issue I see, and it might not even be an issue, is assuming sizeof(int) == 4.

lib/libc/tests/stdio/snprintf_test.c
47

these assume 32-bit int. Is that sane wrt CHERI?

This revision is now accepted and ready to land.Aug 21 2023, 5:17 PM

Tests lgtm, will leave it to @ngie to comment on the netbsd-tests changes/approach.

This revision now requires review to proceed.Aug 21 2023, 9:23 PM

Fully test sscanf() and swscanf() changes.

These look good to me, though I did not verify the tables were right

This revision is now accepted and ready to land.Aug 28 2023, 3:28 PM