* tests/test-timespec_get.c: Add a comment regarding a glibc bug.
+2023-03-05 Bruno Haible <bruno@clisp.org>
+
+ timespec_get tests: Add comment.
+ * tests/test-timespec_get.c: Add a comment regarding a glibc bug.
+
2023-03-02 Bruno Haible <bruno@clisp.org>
nl_langinfo tests: Avoid test failure on Solaris 11.
ASSERT (tt2 <= tt4);
/* Verify that the tv_sec field of the result is the same as time(NULL). */
+ /* Note: This assertion sometimes fails on glibc systems, see
+ https://sourceware.org/bugzilla/show_bug.cgi?id=30200 */
ASSERT (ts1.tv_sec <= tt2);
ASSERT (tt2 <= ts3.tv_sec);
ASSERT (ts3.tv_sec <= tt4);