summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: Explicitly enable assertion macrosSimon McVittie2021-03-2625-0/+27
* test: Replace remaining assertions with g_assert_true()Simon McVittie2021-03-269-66/+66
* test: Replace remaining g_assert (!x) with g_assert_false (x)Simon McVittie2021-03-263-6/+6
* test: Use g_assert_true, g_assert_false for comparisons with TRUE, FALSESimon McVittie2021-03-261-2/+2
* test: Compare integers using g_assert_cmpint(), g_assert_cmpuint()Simon McVittie2021-03-263-23/+23
* test: Compare strings with g_assert_cmpstr()Simon McVittie2021-03-262-21/+21
* test: Replace g_assert (x == NULL) with g_assert_null (x)Simon McVittie2021-03-263-16/+16
* test: Replace all g_assert (x != NULL) with g_assert_nonnull (x)Simon McVittie2021-03-2614-58/+58
* test-service: Don't close a shared connectionSimon McVittie2019-07-231-13/+2
* Add clearer licensing information using SPDX-License-IdentifierSimon McVittie2019-07-1532-0/+64
* invoke_object_method: when demarshalling fails, use the right errorSimon McVittie2018-12-032-8/+1
* Add a regression test for fd.o#80557Simon McVittie2018-12-035-0/+346
* Check for GLib under the name GLIB, not DBUS_GLIBSimon McVittie2018-01-293-7/+7
* Move tests for dbus-gmain to dbus-gmain/tests/Simon McVittie2018-01-2216-561/+10
* dbus-gmain: Move to its own directorySimon McVittie2018-01-224-6/+6
* Build libdbus-gmain into a separate convenience librarySimon McVittie2018-01-221-0/+20
* Make dbus-gmain.h internal, and rename its symbolsSimon McVittie2018-01-223-8/+8
* Convert a few tests to only use dbus-gmainSimon McVittie2017-11-013-7/+3
* test_run_until_disconnected: Convert to pure libdbusSimon McVittie2017-11-018-43/+19
* manual test: move to test/coreSimon McVittie2016-01-144-32/+11
* test: stop generating marshallersSimon McVittie2016-01-145-40/+13
* test: stop calling g_mem_profile(), no longer supportedSimon McVittie2016-01-141-6/+0
* Replace deprecated INCLUDES with AM_CPPFLAGSSimon McVittie2016-01-143-3/+3
* 30574 test: squash some compiler warningsSimon McVittie2015-02-091-2/+1
* Stop calling g_thread_init or linking libgthread-2.0Simon McVittie2015-02-096-6/+3
* Require a modern libdbus and a modern GLibSimon McVittie2015-02-091-6/+0
* Remove erroneous assert from connection_setup_add_timeoutMike Gorse2015-02-091-29/+36
* tests: only remove sources that have not already been removedSimon McVittie2014-09-051-13/+41
* Fix yet another leak, this one caused by poor documentation (#29195)Simon McVittie2013-10-211-0/+7
* Add infrastructure for running tests under valgrindSimon McVittie2013-10-213-0/+36
* test-dbus-glib: free numerous leaked objects, and clean up more thoroughlySimon McVittie2013-10-211-4/+26
* Separate the test for shared-bus equivalence into its own binarySimon McVittie2013-10-214-6/+141
* test-types: use a private bus, and close it afterwardsSimon McVittie2013-10-211-3/+5
* registrations test: run the connections to completion and call dbus_shutdownSimon McVittie2013-10-211-2/+6
* 30574 test: use a private bus so we can free it more thoroughlySimon McVittie2013-10-211-1/+9
* test-variant-recursion: use a private bus so we can free it more thoroughlySimon McVittie2013-10-211-2/+10
* test-variant-recursion: free our GValues and the output string correctlySimon McVittie2013-10-211-19/+26
* registrations test: bin some unused variablesSimon McVittie2013-10-211-3/+0
* interfaces test: don't call an undefined function on failure, just use set -eSimon McVittie2013-10-211-1/+3
* test-client: wait for disconnection, to get more state freedSimon McVittie2013-10-211-1/+14
* test-client: don't leak NodeInfo and one proxySimon McVittie2013-10-211-0/+4
* 30574 test: don't leak two messages and a pending call per runSimon McVittie2013-10-211-0/+3
* Add a regression test for CVE-2013-0292Simon McVittie2013-10-212-0/+268
* tests: fix under-linkingSimon McVittie2013-10-211-0/+1
* Add a feature test for fd.o #23633, non-default main contextbaserock/morphSimon McVittie2012-12-043-0/+276
* test-profile: exit a bit more gracefullySimon McVittie2012-12-041-0/+6
* test-profile: actually initialize GLib, if requiredSimon McVittie2012-12-041-0/+4
* Remove check for abstract sockets, not relevant to dbus-glibSimon McVittie2012-12-041-19/+1
* Move _dbus_gvalue_utils_test into a separate binary, it only uses public APISimon McVittie2012-11-192-0/+491
* Use more modern assertions in errors testSimon McVittie2012-11-191-3/+2