]> sourceware.org Git - glibc.git/commit
Add tests of time, gettimeofday, clock_gettime
authorJoseph Myers <josmyers@redhat.com>
Wed, 30 Oct 2024 16:48:38 +0000 (16:48 +0000)
committerJoseph Myers <josmyers@redhat.com>
Wed, 30 Oct 2024 16:48:38 +0000 (16:48 +0000)
commite5ea9aef5468404eecc8c990e6852315b7d1a0e3
treee3ec754c2d82ffc7447c6a83d1f72975cfb481b3
parent36b549924b259dca39a66c2281b157d8e97bd676
Add tests of time, gettimeofday, clock_gettime

There are no tests specifically focused on the functions time,
gettimeofday and clock_gettime, although there are some incidental
uses in tests of other functions.  Add tests specifically for these
three functions.

Tested for x86_64 and x86.
time/Makefile
time/tst-clock_gettime-time64.c [new file with mode: 0644]
time/tst-clock_gettime.c [new file with mode: 0644]
time/tst-gettimeofday-time64.c [new file with mode: 0644]
time/tst-gettimeofday.c [new file with mode: 0644]
time/tst-time-time64.c [new file with mode: 0644]
time/tst-time.c [new file with mode: 0644]
This page took 0.038594 seconds and 5 git commands to generate.