summaryrefslogtreecommitdiff
path: root/test/test-utils-glib.c
Commit message (Expand)AuthorAgeFilesLines
* test-utils-glibc.c: Fix -Werror,-Wmissing-noreturn on FreeBSDAlex Richardson2022-08-101-4/+8
* test-utils-glib.c: Avoid using a non-portable errno valueAlex Richardson2022-08-101-1/+1
* test: Skip tests that involve switching uid if unable to do soSimon McVittie2022-07-181-0/+62
* test: add test_check_af_unix_works()Marc-André Lureau2022-07-151-0/+19
* tests: On Unix, include <netinet/in.h> for IPPROTO_TCPSimon McVittie2020-08-141-0/+1
* tests: Skip if unable to launch uninstalled dbus-daemon as other uidSimon McVittie2019-07-031-0/+18
* tests: Skip system bus test if we are root but messagebus does not existSimon McVittie2019-07-031-0/+18
* tests: Allow timeout to be multiplied by an arbitrary factorSimon McVittie2018-12-111-0/+14
* test_get_helper_executable: Add functionSimon McVittie2018-10-311-0/+20
* test_incomplete: Add functionSimon McVittie2018-10-311-0/+27
* Allow longer for tests under valgrindSimon McVittie2018-08-021-0/+5
* tests: Interpret empty command-line arguments as --tapSimon McVittie2018-08-021-0/+23
* tests: Add a GAsyncReadyCallback that stores the GAsyncResultSimon McVittie2018-06-211-0/+16
* test: Skip TCP tests if getaddrinfo doesn't workSimon McVittie2018-06-041-0/+57
* test_try_connect_to_bus: Allow skipping the use of a DBusLoopSimon McVittie2018-02-061-1/+1
* tests: Add the ability to multiply up test timeoutsSimon McVittie2017-12-041-7/+8
* test-utils: Separate failable and non-failable functionsSimon McVittie2017-12-041-1/+1
* test_try_connect_to_bus: Cope with OOM while setting up connectionSimon McVittie2017-12-041-1/+6
* test_try_connect_to_bus: Don't leak the connection on OOMSimon McVittie2017-12-041-0/+6
* test_main_context_call_and_wait: AddSimon McVittie2017-11-241-0/+36
* test-utils-glib: Add function to connect with GDBus as another uidSimon McVittie2017-11-061-0/+24
* test-utils-glib: Factor out functions for switching uidSimon McVittie2017-11-061-28/+49
* test-utils-glib: Add failable functions to connect to a busSimon McVittie2017-11-061-16/+43
* tests: In slower tests, make the timeout per-test-caseSimon McVittie2017-09-271-5/+36
* test-utils-glib: Try to emit TAP diagnostics before abortingSimon McVittie2017-09-271-2/+14
* test, tools: assert impossible values of local enums are not reachedSimon McVittie2017-04-071-1/+8
* sd-activation test: Exercise transient servicesSimon McVittie2017-02-211-0/+22
* sd-activation test: Create and destroy a temporary XDG_RUNTIME_DIRSimon McVittie2017-02-211-0/+24
* test-utils-glib: Wait for the killed process to exitSimon McVittie2017-02-211-0/+19
* tests: Wrap file-deletion functions to handle EINTRSimon McVittie2017-02-201-1/+47
* test_get_dbus_daemon: Take a custom XDG_RUNTIME_DIR as an argumentSimon McVittie2017-02-201-2/+11
* Add missing function attributes suggested by clang (but not by gcc)Simon McVittie2016-10-131-0/+2
* When running dbus-daemon --session in tests, override listen addressSimon McVittie2015-10-261-12/+32
* tests: use the new bus setup for `make installcheck`Simon McVittie2015-06-171-2/+2
* tests: provide g_test_skip() emulation for older GLibSimon McVittie2015-04-161-9/+20
* tests: avoid noise on stdout when not --verboseSimon McVittie2015-04-161-0/+11
* test_init: convert SIGALRM into SIGABRT so we leave a core dump on timeoutSimon McVittie2015-02-241-0/+17
* Add a common test_init() for GLib tests which prevents hanging foreverSimon McVittie2015-02-041-0/+26
* Treat root as a valid candidate for TEST_USER_MESimon McVittie2015-02-031-11/+1
* Add a regression test for systemd activationSimon McVittie2015-02-031-0/+3
* Add a test for uid-controlled permissionsSimon McVittie2015-02-031-0/+82
* Add infrastructure to run bits of tests under an alternative uidSimon McVittie2015-02-031-10/+109
* Factor out some utility functions from test/dbus-daemon*Simon McVittie2015-02-031-0/+213