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)
Nov 21 2024, 2:56 AM
Unknown Object (File)
Oct 11 2024, 7:27 AM
Unknown Object (File)
Oct 11 2024, 7:27 AM
Unknown Object (File)
Oct 11 2024, 7:12 AM
Unknown Object (File)
Oct 10 2024, 10:16 PM
Unknown Object (File)
Oct 1 2024, 2:14 AM
Unknown Object (File)
Sep 27 2024, 2:16 PM
Unknown Object (File)
Sep 27 2024, 11:03 AM
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.