aboutsummaryrefslogtreecommitdiff
path: root/tests/time
AgeCommit message (Collapse)Author
2013-05-23actually implement clock_gettime()Alon Zakai
2013-04-22In test_time, be more relaxed about the time wait condition - thread ↵Jukka Jylänki
scheduling/system contention may interfere with the wait and produce a longer wait than 2 seconds.
2012-11-04fix test_timeAlon Zakai
2012-03-11update test_timeAlon Zakai
2011-11-13make test_time passAlon Zakai
2011-10-03fix test_timeAlon Zakai
2011-07-08Improved clock() test to verify time() <-> clock().max99x
2011-07-07Added proper clock() test; fixed inverted clock() sign.max99x
2011-07-06Fixed time.h timezone bug.max99x
2011-07-03Implemented a large part of <time.h>.max99x