Page MenuHomeFreeBSD

libc: Add test cases for N2680.
ClosedPublic

Authored by des on Sep 5 2023, 6:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 14, 11:25 PM
Unknown Object (File)
Wed, Aug 6, 2:15 PM
Unknown Object (File)
Sat, Aug 2, 7:20 PM
Unknown Object (File)
Mon, Jul 28, 11:30 PM
Unknown Object (File)
Wed, Jul 23, 4:51 AM
Unknown Object (File)
Jun 30 2025, 3:31 AM
Unknown Object (File)
Jun 29 2025, 2:02 AM
Unknown Object (File)
Jun 17 2025, 1:29 PM
Subscribers

Details

Reviewers
imp
Group Reviewers
tests
Commits
rG12b1c1e3fb44: libc: Add test cases for N2680.
Summary

This adds test cases for %wN and %wfN to the printf(3) and scanf(3) tests.

While here, fix a few nits in the N2630 test cases.

Diff Detail

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

Event Timeline

des requested review of this revision.Sep 5 2023, 6:56 PM

We had some poorly formed issues with 0x and 0b numbers you added tests for.
Do you want to do the same for poorly formatted formats like %w88d?

This revision is now accepted and ready to land.Sep 6 2023, 5:40 PM
In D41743#951667, @imp wrote:

We had some poorly formed issues with 0x and 0b numbers you added tests for.
Do you want to do the same for poorly formatted formats like %w88d?

You're right, I'll get right on it.

This revision now requires review to proceed.Sep 6 2023, 6:00 PM
This revision was not accepted when it landed; it landed in state Needs Review.Sep 7 2023, 6:42 AM
This revision was automatically updated to reflect the committed changes.