[Bug 267282] [PATCH] strfmon: Attempt to fix some strfmon(3) bugs

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 25 Oct 2022 21:52:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267282

--- Comment #7 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3f97d37ac586f43022fa54fdde881bf30550e67d

commit 3f97d37ac586f43022fa54fdde881bf30550e67d
Author:     Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2022-10-16 04:01:17 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-10-25 21:29:26 +0000

    strfmon_test: Add some tests

    Attempt to test the correctness of strfmon(3).

    Some of them were inspired from the examples section at:
    https://pubs.opengroup.org/onlinepubs/9699919799/functions/strfmon.html

    Items marked with XXX represent an invalid output.

    Reviewed by:    kib
    PR:     267282
    Github PR:      #619
    MFC after:      1 week

 lib/libc/tests/stdlib/strfmon_test.c | 151 +++++++++++++++++++++++++++++++++++
 1 file changed, 151 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.