summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test/name-test: Be compatible with Python 3Simon McVittie2017-07-072-7/+7
* 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: Fix a couple of memory leaks in test-corruptPhilip Withnall2017-04-051-2/+6
* test: Fix reading off the end of an array in test-corruptPhilip Withnall2017-04-051-2/+1
* Don't test X11 autolaunching if it was disabled at compile timeSimon McVittie2016-11-221-0/+5
* Add a regression test for dbus-launch in X11Simon McVittie2016-08-122-0/+258
* test-dbus-daemon-fork: exercise closed stdin, stdout, stderrSimon McVittie2016-08-121-1/+39
* test: expand dbus-launch-eval test to cover stdin being closedSimon McVittie2016-08-121-1/+40
* Add a simple test for dbus-daemon --forkSimon McVittie2016-08-122-0/+73
* test: add a regression test for eval "$(dbus-launch --sh-syntax)"Simon McVittie2016-08-122-4/+93
* Merge branch 'dbus-1.10' into dbus-1.10-cidbus-1.10-ciSimon McVittie2016-06-301-9/+13
|\
| * Use dbus_set_error_from_message() to check for an errorРуслан Ижбулатов2016-06-301-9/+13
* | Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-05-182-1/+27
|\ \ | |/
| * test-segfault: add missing include of <stdio.h> on WindowsSimon McVittie2016-05-181-0/+1
| * Suppress Windows popups and jit debugger when app crashes with exception.Ralf Habacker2016-05-091-0/+25
| * Fix assert in test-spawn caused by missing initialization of DBusError instan...Ralf Habacker2016-04-291-1/+1
| * Revert "Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH"Simon McVittie2016-02-122-3/+0
| * Revert "name-test C tests: produce structured (TAP) output"Simon McVittie2016-02-127-57/+25
| * Revert "name-test: run most C tests directly, not via run-test.sh"Simon McVittie2016-02-122-29/+9
| * name-test: run most C tests directly, not via run-test.shSimon McVittie2016-02-112-9/+29
| * name-test C tests: produce structured (TAP) outputSimon McVittie2016-02-117-25/+57
| * Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2016-02-112-0/+3
* | Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2016-01-251-4/+2
|\ \ | |/
| * test/name-test/run-test.sh: output correct result if a C test failsSimon McVittie2016-01-251-4/+2
* | Don't try to run manual tests in installcheckSimon McVittie2015-12-021-1/+1
* | Fix shell syntax for installcheck-local with no DESTDIRSimon McVittie2015-12-021-1/+1
|/
* uid-permissions test: don't assert that root can UpdateActivationEnvironmentSimon McVittie2015-11-231-4/+79
* name-test: don't run these tests with autotools if targeting Windows.Simon McVittie2015-11-171-3/+8
* test/sd-activation: Test UpdateActivationEnvironment forwardingJan Alexander Steffens (heftig)2015-11-171-1/+211
* fdpass test: assert that TCP connections don't say they can pass fdsSimon McVittie2015-11-171-18/+58
* Test system bus config files on Unix onlyRalf Habacker2015-11-035-13/+72
* refs test: reduce number of repeats under WineSimon McVittie2015-10-291-32/+68
* When running TAP tests, filter out trailing \r from Windows .exeSimon McVittie2015-10-291-1/+21
* Add a regression test for invalid BecomeMonitor callsSimon McVittie2015-10-261-0/+151
* When running dbus-daemon --session in tests, override listen addressSimon McVittie2015-10-261-12/+32
* Disable activation tests on Windows buildsSimon McVittie2015-10-222-1/+20
* Distribute tap-test.sh.in unconditionallySimon McVittie2015-08-251-1/+1
* Add test-case for the same situation as fd.o #90952Simon McVittie2015-07-211-0/+24
* tests: use the new bus setup for `make installcheck`Simon McVittie2015-06-172-3/+3
* Move session & system bus configuration to datadir, by default.Dimitri John Ledkov2015-05-271-4/+2
* Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie2015-05-121-2/+3
* test_command_line_internal: Fix variable original_argv going out of scope lea...Ralf Habacker2015-05-011-3/+3
* test_command_line_internal: Fix 'variable shell_argv going out of scope leaks...Ralf Habacker2015-05-011-0/+2
* Move Autoconf/Automake droppings into /build-aux/Simon McVittie2015-04-162-2/+2
* Run name-test tests under the TAP driverSimon McVittie2015-04-163-43/+120
* name-test: remove unused die functionSimon McVittie2015-04-162-22/+0
* Run most tests under the TAP driver, with a simple adaptor for non-TAP testsSimon McVittie2015-04-163-10/+79