time: Fix test failure on FreeBSD

2024-06-28 Thread Bruno Haible
The test-time test fails on FreeBSD 14.0/x86_64, in a VirtualBox VM, but only if 2 or more CPUs are assigned to the VM. This patch fixes it. 2024-06-28 Bruno Haible time: Fix test failure on FreeBSD. * m4/time.m4 (gl_FUNC_TIME): Guess no for FreeBSD in general. * doc

time: Fix test failure on FreeBSD 12.2/sparc64

2024-01-11 Thread Bruno Haible
On FreeBSD 12.2/sparc64 I see this test failure: $ ./test-time ../../gltests/test-time.c:46: assertion 'tt3 >= tv2.tv_sec' failed Abort trap (core dumped) This patch fixes it. 2024-01-11 Bruno Haible time: Fix test failure on FreeBSD 12.2/sparc64. * m4/time.m4