summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* build: Don't assume we can set permissions on a directorycherry-pick-14f46d14Simon McVittie2019-04-181-1/+4
* Adapt to API change in AX_CODE_COVERAGE version 28Simon McVittie2019-04-171-2/+2
* dbus-daemon test: Allow much longer for pending fd timeoutSimon McVittie2018-11-161-3/+7
* test: Skip TCP tests if getaddrinfo doesn't workSimon McVittie2018-06-047-3/+165
* server-oom test: Don't assume localhost is resolvableSimon McVittie2018-06-041-4/+4
* test: Test the same things with unix: that we do with tcp:Simon McVittie2018-06-045-7/+32
* server-oom test: Parse the address instead of going directly to TCPSimon McVittie2018-06-041-23/+7
* Add a unit test for the dbus-daemon resetting its fd limitSimon McVittie2018-02-203-12/+132
* Add new test for waiting on pending calls in threadsSimon McVittie2018-02-072-0/+306
* Add a simplified backport of g_steal_pointer()Simon McVittie2018-02-071-0/+15
* tests: Add the ability to multiply up test timeoutsSimon McVittie2018-02-065-11/+12
* test_connect_to_bus: Allow skipping the use of a DBusLoopSimon McVittie2018-02-061-1/+3
* Add a targeted test for OOM during _dbus_server_new_for_tcp_socket()Simon McVittie2017-11-242-0/+152
* build: Use $(MKDIR_P) syntax suitable for install-shilovezfs2017-10-311-1/+1
* build: Remove various unused files from build systemSimon McVittie2017-10-233-1097/+0
* build: Distribute more test data in source tarballsSimon McVittie2017-10-231-0/+2
* tests: In slower tests, make the timeout per-test-caseSimon McVittie2017-09-275-5/+46
* test-utils-glib: Try to emit TAP diagnostics before abortingSimon McVittie2017-09-271-2/+14
* test/data: Test impossible send_broadcast/send_destination pairSimon McVittie2017-09-252-0/+7
* tests: Use dbus_clear_connection etc. in a couple of testsSimon McVittie2017-07-302-117/+82
* userdb: Respect $HOME for the home directory of our own uidSimon McVittie2017-07-281-0/+2
* test: Exercise min_fds, max_fdsSimon McVittie2017-07-283-0/+171
* Add a regression test for applying bus policy to broadcasts/unicastsSimon McVittie2017-07-282-5/+203
* Add a test-case for combining receive_type and send_destinationSimon McVittie2017-07-282-0/+7
* Merge branch 'dbus-1.10'Simon McVittie2017-07-072-7/+7
|\
| * test/name-test: Be compatible with Python 3Simon McVittie2017-07-072-7/+7
* | Merge branch 'dbus-1.10'Simon McVittie2017-07-073-0/+4
|\ \ | |/
| * tests: Make tests fail if they try to connect to the real session busSimon McVittie2017-07-072-1/+3
| * test/dbus-daemon: Unset DBUS_SESSION_BUS_ADDRESSSimon McVittie2017-07-071-0/+1
| * name-test: Backport dbus-run-session wrapper from git masterSimon McVittie2017-07-061-1/+21
| * Fix missing dbus_message_unref() in error reply pathShin-ichi MORITA2017-06-272-1/+120
* | test-variant: Add a regression test for DBusVariantSimon McVittie2017-07-052-0/+576
* | Test dbus_message_iter_abandon_container_if_open under OOM conditionsSimon McVittie2017-07-051-0/+75
* | test/message: Add a targeted test for recently-fixed leaksSimon McVittie2017-07-052-0/+246
* | internals: Decouple logging an error from exiting unsuccessfullySimon McVittie2017-07-051-21/+2
* | test/loopback: Exercise unix:dir addressesSimon McVittie2017-06-291-2/+15
* | test/loopback: Assert that the connectable address makes senseSimon McVittie2017-06-291-1/+74
* | test/loopback: Don't leak address stringsSimon McVittie2017-06-291-4/+8
* | Fix missing dbus_message_unref() in error reply pathShin-ichi MORITA2017-06-272-1/+120
* | test-pending-call-dispatch: Add copyright and license grantSimon McVittie2017-06-271-0/+23
* | test/internals/syslog: Switch to g_test_trap_subprocess()Simon McVittie2017-06-121-20/+14
* | Bump GLib dependency for tests to 2.40Simon McVittie2017-06-122-13/+0
* | test-autolaunch: Make recently-added message similar to the othersSimon McVittie2017-06-081-1/+1
* | Add dbus_try_get_local_machine_id()Simon McVittie2017-06-081-17/+7
* | tests: Don't exercise GetMachineId() or autolaunch if no machine IDSimon McVittie2017-06-084-0/+34
* | test/dbus-daemon: Exercise Properties, Features and InterfacesSimon McVittie2017-06-081-0/+761
* | test/dbus-daemon: Exercise the Peer interfaceSimon McVittie2017-06-082-0/+124
* | test/dbus-daemon: Fix some memory leaksSimon McVittie2017-06-081-0/+12
* | bus/driver: Make non-core interfaces unavailable on most object pathsSimon McVittie2017-06-021-1/+1
* | test/monitor: Assert that BecomeMonitor() on wrong object path failsSimon McVittie2017-06-021-0/+43