summaryrefslogtreecommitdiff
path: root/glib/tests/timer.c
Commit message (Expand)AuthorAgeFilesLines
* gtimer: Avoid doing anything on g_usleep (0)Marco Trevisan (Treviño)2023-04-141-0/+24
* Add a SPDX LicenseRef for the license historically used for testsSimon McVittie2022-11-021-0/+2
* glib/tests: fix random failure due to roundingMarc-André Lureau2022-03-181-1/+1
* Remove old test file tests/testglib.cEmmanuel Fleury2022-02-221-1/+53
* Fix several signedness warnings in glib/tests/timer.cEmmanuel Fleury2020-11-171-2/+2
* tests: Ignore deprecated functions in a few main loop and timer testsPhilip Withnall2019-07-291-0/+3
* Add g_timer_is_activeTristan Partin2019-06-211-0/+17
* tests/timer: Skip test_timeval_to_iso8601_overflow if we can't overflow a GTi...Iain Lane2018-09-041-0/+6
* tests: Explicitly set TZ=UTC for g_time_val_from_iso8601() testingPhilip Withnall2018-08-111-1/+14
* tests: Improve branch coverage when testing g_time_val_add()Philip Withnall2018-08-071-0/+8
* tests: Add test for overflow handling in g_time_val_to_iso8601()Philip Withnall2018-08-071-0/+17
* tests: Add more ISO 8601 parser testsPhilip Withnall2018-08-061-0/+9
* gtimer: Add overflow checks to g_time_val_from_iso8601()Philip Withnall2018-08-061-1/+24
* Drop locale-dependent timeval testsMatthias Clasen2014-01-011-2/+0
* Make timeval tests independent of the environmentMatthias Clasen2014-01-011-0/+4
* Add tests for GTimer and GTimeValMatthias Clasen2014-01-011-0/+213