diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-03-22 15:10:23 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-04-15 09:39:43 -0300 |
commit | 243339d055dec61df529d44224c07473d6bf1b5b (patch) | |
tree | d7672b73d3db5207dcf68fa5f56727cf10a576a0 /sysdeps/unix/sysv/linux/Makefile | |
parent | 52290d8c04569615fb011ee286d52dc5147afbd7 (diff) | |
download | glibc-243339d055dec61df529d44224c07473d6bf1b5b.tar.gz glibc-243339d055dec61df529d44224c07473d6bf1b5b.tar.xz glibc-243339d055dec61df529d44224c07473d6bf1b5b.zip |
io: Move file timestamps tests out of Linux
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>
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 303fa297bc..fb155cf856 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -107,7 +107,7 @@ tests += tst-clone tst-clone2 tst-clone3 tst-fanotify tst-personality \ test-errno-linux tst-memfd_create tst-mlock2 tst-pkey \ tst-rlimit-infinity tst-ofdlocks tst-gettid tst-gettid-kill \ tst-tgkill tst-sysvsem-linux tst-sysvmsg-linux tst-sysvshm-linux \ - tst-timerfd tst-ppoll tst-futimens tst-utime tst-utimes \ + tst-timerfd tst-ppoll \ tst-clock_adjtime tst-adjtimex tst-ntp_adjtime tst-ntp_gettime \ tst-ntp_gettimex tst-sigtimedwait |