]> sourceware.org Git - glibc.git/commit
tst: Add test for utimes
authorLukasz Majewski <lukma@denx.de>
Wed, 24 Feb 2021 23:58:56 +0000 (00:58 +0100)
committerLukasz Majewski <lukma@denx.de>
Tue, 2 Mar 2021 12:31:13 +0000 (13:31 +0100)
commit9871ae0ab413e98597102f2356b01c71cb28f798
treee88e55ec01cf265168a5e3c9c3daece65f461385
parentdec445d40dc5523661b8ab8cf112e179508ee06d
tst: Add test for utimes

This patch provides test for utimes. It uses wrapper to read
access and modification times to compare them with ones written by
utimes.

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-utimes.c [new file with mode: 0644]
This page took 0.037209 seconds and 5 git commands to generate.