aboutsummaryrefslogtreecommitdiff
path: root/io/tst-utimes.c
AgeCommit message (Collapse)Author
2021-04-15linux: Add lutimes testAdhemerval Zanella
It uses stat to compare against the values set by lutimes. Checked on x86_64-linux-gnu and i686-linux-gnu. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2021-04-15io: Move file timestamps tests out of LinuxAdhemerval Zanella
Now that libsupport abstract Linux possible missing support (either due FS limitation that can't handle 64 bit timestamp or architectures that do not handle values larger than unsigned 32 bit values) the tests can be turned generic. Checked on x86_64-linux-gnu and i686-linux-gnu. I also built the tests for i686-gnu. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>