[PATCH 0/4] 64-bit time_t tests improvements
Adhemerval Zanella
adhemerval.zanella@linaro.org
Mon Jul 19 16:38:42 GMT 2021
This set contains some fixes to improve the 64-bit time_t coverage and
some issues I found while testing the 64-bit support on older kernels.
Adhemerval Zanella (4):
io: Do not skip timestamps tests for 32-bit time_t
time: Ignore interval nanoseconds on tst-itimer
support: Add support_socket_time64_timestamp
socket: Add socket timestamp test
io/tst-utimensat-skeleton.c | 4 +-
support/Makefile | 1 +
support/support.h | 3 +
support/support_socket_time64_timestamp.c | 64 ++++++
sysdeps/unix/sysv/linux/Makefile | 3 +
.../sysv/linux/tst-socket-timestamp-time64.c | 1 +
.../unix/sysv/linux/tst-socket-timestamp.c | 203 ++++++++++++++++++
time/tst-itimer.c | 6 +-
8 files changed, 283 insertions(+), 2 deletions(-)
create mode 100644 support/support_socket_time64_timestamp.c
create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp-time64.c
create mode 100644 sysdeps/unix/sysv/linux/tst-socket-timestamp.c
--
2.30.2
More information about the Libc-alpha
mailing list