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)
Tue, May 14, 8:44 AM
Unknown Object (File)
Tue, May 7, 6:54 PM
Unknown Object (File)
Fri, May 3, 9:28 AM
Unknown Object (File)
Thu, May 2, 9:25 PM
Unknown Object (File)
Apr 28 2024, 4:01 AM
Unknown Object (File)
Apr 27 2024, 2:40 AM
Unknown Object (File)
Apr 9 2024, 1:55 PM
Unknown Object (File)
Mar 31 2024, 12:23 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.