mbox

[0/4] 64-bit time_t tests improvements

Message ID 20210719163846.2954193-1-adhemerval.zanella@linaro.org
Headers

Message

Adhemerval Zanella July 19, 2021, 4:38 p.m. UTC
  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