summaryrefslogtreecommitdiff
path: root/test/dbus-daemon.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove various never-used variablesSimon McVittie2011-08-051-2/+0
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=39231 Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
* Add a regression test that can reproduce fd.o #34393Simon McVittie2011-07-281-16/+59
| | | | | | | | | The number of messages is arbitrary; the more messages, the more likely the crash is. 2000 messages seem to cause it reliably on this laptop, but I've set it to 10000 to be safe. Reviewed-by: Colin Walters <walters@verbum.org> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34393
* Fix copyright datesSimon McVittie2011-06-101-1/+1
| | | | | Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570
* Use DBUS_TIMEOUT_INFINITE in dbus-daemon.cSimon McVittie2011-06-101-2/+3
| | | | | Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570
* Alter test-dbus-daemon so it tests the installed dbus-daemon by defaultSimon McVittie2011-06-101-17/+12
| | | | | | | For installcheck, adjust it to use things from DESTDIR. Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570
* dbus-daemon test: sanity-check the just-installed config file when using DESTDIRSimon McVittie2011-06-101-1/+11
| | | | | Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570
* Add a simple integration test for dbus-daemonSimon McVittie2011-06-101-0/+320
This just pushes 2000 messages (or 100000 in performance-testing mode) through the dbus-daemon, to an echo service and back. Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=34570