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)
Wed, May 13, 3:57 PM
Unknown Object (File)
Wed, May 13, 3:57 PM
Unknown Object (File)
Wed, May 13, 12:37 PM
Unknown Object (File)
Wed, May 13, 12:36 PM
Unknown Object (File)
Tue, May 12, 7:01 PM
Unknown Object (File)
Tue, May 12, 2:22 PM
Unknown Object (File)
Wed, Apr 29, 8:04 AM
Unknown Object (File)
Wed, Apr 29, 8:01 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.