summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2021-03-26test: Explicitly enable assertion macrosSimon McVittie25-0/+27
2021-03-26test: Replace remaining assertions with g_assert_true()Simon McVittie9-66/+66
2021-03-26test: Replace remaining g_assert (!x) with g_assert_false (x)Simon McVittie3-6/+6
2021-03-26test: Use g_assert_true, g_assert_false for comparisons with TRUE, FALSESimon McVittie1-2/+2
2021-03-26test: Compare integers using g_assert_cmpint(), g_assert_cmpuint()Simon McVittie3-23/+23
2021-03-26test: Compare strings with g_assert_cmpstr()Simon McVittie2-21/+21
2021-03-26test: Replace g_assert (x == NULL) with g_assert_null (x)Simon McVittie3-16/+16
2021-03-26test: Replace all g_assert (x != NULL) with g_assert_nonnull (x)Simon McVittie14-58/+58
2019-07-23test-service: Don't close a shared connectionSimon McVittie1-13/+2
2019-07-15Add clearer licensing information using SPDX-License-IdentifierSimon McVittie32-0/+64
2018-12-03invoke_object_method: when demarshalling fails, use the right errorSimon McVittie2-8/+1
2018-12-03Add a regression test for fd.o#80557Simon McVittie5-0/+346
2018-01-29Check for GLib under the name GLIB, not DBUS_GLIBSimon McVittie3-7/+7
2018-01-22Move tests for dbus-gmain to dbus-gmain/tests/Simon McVittie16-561/+10
2018-01-22dbus-gmain: Move to its own directorySimon McVittie4-6/+6
2018-01-22Build libdbus-gmain into a separate convenience librarySimon McVittie1-0/+20
2018-01-22Make dbus-gmain.h internal, and rename its symbolsSimon McVittie3-8/+8
2017-11-01Convert a few tests to only use dbus-gmainSimon McVittie3-7/+3
2017-11-01test_run_until_disconnected: Convert to pure libdbusSimon McVittie8-43/+19
2016-01-14manual test: move to test/coreSimon McVittie4-32/+11
2016-01-14test: stop generating marshallersSimon McVittie5-40/+13
2016-01-14test: stop calling g_mem_profile(), no longer supportedSimon McVittie1-6/+0
2016-01-14Replace deprecated INCLUDES with AM_CPPFLAGSSimon McVittie3-3/+3
2015-02-0930574 test: squash some compiler warningsSimon McVittie1-2/+1
2015-02-09Stop calling g_thread_init or linking libgthread-2.0Simon McVittie6-6/+3
2015-02-09Require a modern libdbus and a modern GLibSimon McVittie1-6/+0
2015-02-09Remove erroneous assert from connection_setup_add_timeoutMike Gorse1-29/+36
2014-09-05tests: only remove sources that have not already been removedSimon McVittie1-13/+41
2013-10-21Fix yet another leak, this one caused by poor documentation (#29195)Simon McVittie1-0/+7
2013-10-21Add infrastructure for running tests under valgrindSimon McVittie3-0/+36
2013-10-21test-dbus-glib: free numerous leaked objects, and clean up more thoroughlySimon McVittie1-4/+26
2013-10-21Separate the test for shared-bus equivalence into its own binarySimon McVittie4-6/+141
2013-10-21test-types: use a private bus, and close it afterwardsSimon McVittie1-3/+5
2013-10-21registrations test: run the connections to completion and call dbus_shutdownSimon McVittie1-2/+6
2013-10-2130574 test: use a private bus so we can free it more thoroughlySimon McVittie1-1/+9
2013-10-21test-variant-recursion: use a private bus so we can free it more thoroughlySimon McVittie1-2/+10
2013-10-21test-variant-recursion: free our GValues and the output string correctlySimon McVittie1-19/+26
2013-10-21registrations test: bin some unused variablesSimon McVittie1-3/+0
2013-10-21interfaces test: don't call an undefined function on failure, just use set -eSimon McVittie1-1/+3
2013-10-21test-client: wait for disconnection, to get more state freedSimon McVittie1-1/+14
2013-10-21test-client: don't leak NodeInfo and one proxySimon McVittie1-0/+4
2013-10-2130574 test: don't leak two messages and a pending call per runSimon McVittie1-0/+3
2013-10-21Add a regression test for CVE-2013-0292Simon McVittie2-0/+268
2013-10-21tests: fix under-linkingSimon McVittie1-0/+1
2012-12-04Add a feature test for fd.o #23633, non-default main contextSimon McVittie3-0/+276
2012-12-04test-profile: exit a bit more gracefullySimon McVittie1-0/+6
2012-12-04test-profile: actually initialize GLib, if requiredSimon McVittie1-0/+4
2012-12-04Remove check for abstract sockets, not relevant to dbus-glibSimon McVittie1-19/+1
2012-11-19Move _dbus_gvalue_utils_test into a separate binary, it only uses public APISimon McVittie2-0/+491
2012-11-19Use more modern assertions in errors testSimon McVittie1-3/+2