summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Turn _dbus_glib_test into a standalone test case, since it only tests public APISimon McVittie2012-11-192-6/+110
* Remove --with-socket-dir, use /tmp for its only useSimon McVittie2012-11-191-2/+1
* Remove remnants of DBUS_DISABLE_ASSERTSimon McVittie2012-11-191-1/+1
* Remove unused support for "verbose mode"Simon McVittie2012-11-191-5/+1
* Use standard autotools @abs_top_builddir@ to replace TEST_SERVICE_BINARY etc.Simon McVittie2012-11-195-5/+5
* my_object_unsafe_disable_legacy_property_access: have the right signatureSimon McVittie2012-06-282-3/+6
* Fix builds without testsdbus-glib_0.100Simon McVittie2012-06-251-0/+5
* Fix two crashes when dbus_g_proxy_new_for_peer is used on a busSimon McVittie2012-06-253-0/+152
* Add a utility function to tear down a private connection in testsSimon McVittie2012-06-256-4/+128
* Move use of 0 as an error domain into the invalid-usage testSimon McVittie2012-04-172-26/+25
* Add a manual test for various invalid behaviourSimon McVittie2012-04-173-2/+324
* Remove tests in test-dbus-glib which basically just test error mappingSimon McVittie2012-04-173-90/+0