Suggested by Collin Funk in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00546.html>.
* tests/test-sprintf-posix.h (test_function): Add comment about known
failures.
+2024-05-01 Bruno Haible <bruno@clisp.org>
+
+ sprintf-posix, snprintf-posix tests: Add comment.
+ Suggested by Collin Funk in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2024-04/msg00546.html>.
+ * tests/test-sprintf-posix.h (test_function): Add comment about known
+ failures.
+
2024-05-01 Collin Funk <collin.funk1@gmail.com>
gnulib-tool.py: Fix mistake in previous commit.
as if by a call to the wcrtomb function with a pointer to storage of
at least MB_CUR_MAX bytes, the wint_t argument converted to wchar_t,
and an initial shift state." */
+ /* This test is known to fail
+ - on musl libc,
+ - with gcc 14 <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114876> */
ASSERT (memcmp (result, "a\0z 33\0", 6 + 1) == 0);
ASSERT (retval == 6);
}