summaryrefslogtreecommitdiff
path: root/tests/test-io-stream-cancelling.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Remove g_thread_init() callsPhilip Withnall2015-10-011-1/+0
| | | | | | | | We depend on GLib 2.36.0; g_thread_init() has been deprecated since 2.32.0, when thread initialisation was changed to happen automatically. Reviewed-by: Olivier CrĂȘte <olivier.crete@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D297
* tests: Remove g_type_init() callsPhilip Withnall2015-10-011-1/+0
| | | | | | | | We depend on GLib 2.36.0, which deprecated g_type_init() since GType initialisation is now done automatically. Reviewed-by: Olivier CrĂȘte <olivier.crete@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D296
* tests: Fix various memory leaks in the unit testsPhilip Withnall2014-09-251-0/+9
| | | | | The theory being that if we can get check-valgrind to pass, we could acutally use it to find more memory leaks and other errors in the agent.
* tests: Move a closure from the heap to the stackPhilip Withnall2014-09-251-14/+10
| | | | There is no need for this to be heap-allocated.
* tests: Remove redundant GLIB_CHECK_VERSION checksPhilip Withnall2014-01-311-4/+0
| | | | | | Since we define GLIB_VERSION_MIN_REQUIRED, GLib will not emit deprecated function call warnings for functions like g_type_init() or g_thread_init().
* tests: Add tests for the I/O stream classesPhilip Withnall2014-01-311-0/+150