summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new test for error mappingSimon McVittie2012-04-173-0/+335
* MyObject: make ThrowError, AsyncThrowError throw a caller-specified errorSimon McVittie2012-04-172-14/+40
* test-dbus-glib.c isn't GTest yet, but add bug numbers anywaySimon McVittie2012-04-171-0/+4
* Add copyright/licensing information to test-dbus-glibSimon McVittie2012-04-171-0/+26
* test-service-glib: Fix build with GLib 2.30Colin Walters2012-01-081-1/+0
* test-dbus-glib: make lose() abort, and make lose_gerror() more informativeSimon McVittie2011-08-171-17/+4
* Add a regression test for fd.o #38406Simon McVittie2011-08-152-0/+281
* MyObject: register marshallers so individual tests don't have toSimon McVittie2011-08-154-8/+20
* registrations test: fix race condition in adding match rulesSimon McVittie2011-08-031-3/+25
* Regression test for fd.o #37852Simon McVittie2011-06-024-0/+91
* registrations test: only listen for signals, not all messagesSimon McVittie2011-06-021-2/+2