]> sourceware.org Git - glibc.git/commit
tst: Add test for futimens
authorLukasz Majewski <lukma@denx.de>
Mon, 8 Feb 2021 09:58:44 +0000 (10:58 +0100)
committerLukasz Majewski <lukma@denx.de>
Tue, 2 Mar 2021 12:31:13 +0000 (13:31 +0100)
commite0685bacd585df63a7236b7f117f8c3ca8c38dad
tree4bb9a7d0d1e70e7af40b4f7d4f8564443ed0d441
parente81402f246f53072aa799bfee101bf02d561a8c1
tst: Add test for futimens

This patch provides test for futimens. It uses wrapper, which
reads access and modification time to compare them with ones
written by futimens.

Moreover, access and modification times beyond the Y2038 threshold
date (i.e. 32 bit time_t overflow) are also checked.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/tst-futimens.c [new file with mode: 0644]
This page took 0.041325 seconds and 5 git commands to generate.