summaryrefslogtreecommitdiff
path: root/glib/tests/asyncqueue.c
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for new GAsyncQueue apiMatthias Clasen2015-06-291-0/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=751160
* Improve GAsyncQueue test coverageMatthias Clasen2014-01-011-0/+13
|
* glib/tests: fix leaksDan Winship2012-08-271-0/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=682560
* gasyncqueue: fix a 32bit overflow in g_async_queue_timed_popDan Winship2012-02-221-0/+35
| | | | | | | also, add a test for g_async_queue_timed_pop() and g_async_queue_timeout_pop() to tests/asyncqueue.c https://bugzilla.gnome.org/show_bug.cgi?id=669670
* Add GAsyncQueue unit testMatthias Clasen2011-10-151-0/+182