summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* _dbus_logv: configurably log to syslog and/or stderrSimon McVittie2016-09-301-3/+6
* dbus-daemon test: exercise pending fd timeout testSimon McVittie2016-08-163-0/+154
* dbus-daemon test: exercise max_names_per_connection limitSimon McVittie2016-08-163-0/+66
* dbus-daemon test: exercise maximum match rules per connectionSimon McVittie2016-08-163-0/+54
* dbus-daemon test: exercise maximum replies per connectionSimon McVittie2016-08-163-0/+197
* dbus-daemon test: avoid reaching pending reply limitSimon McVittie2016-08-161-0/+3
* dbus-daemon test: exercise maximum connection countsSimon McVittie2016-08-164-9/+105
* name-test, tools: add missing COVERAGE_CFLAGSSimon McVittie2016-08-151-0/+4
* Use AX_CODE_COVERAGE for test-coverage statisticsThomas Zimmermann2016-08-151-2/+11
* test-dbus-launch-x11: extend to cover --exit-with-x11Simon McVittie2016-08-121-4/+6
* Add a regression test for dbus-launch in X11Simon McVittie2016-08-122-0/+257
* test-dbus-daemon-fork: exercise closed stdin, stdout, stderrSimon McVittie2016-08-121-1/+39
* Add a simple test for dbus-daemon --forkSimon McVittie2016-08-122-0/+72
* test: add a regression test for eval "$(dbus-launch --sh-syntax)"Simon McVittie2016-08-122-2/+88
* Remove trailing newlines from _dbus_assert_not_reachedSimon McVittie2016-08-122-3/+3
* various tests: produce better diagnostics on errorSimon McVittie2016-08-123-1/+10
* _dbus_system_log: rename to _dbus_logSimon McVittie2016-08-111-8/+8
* _dbus_init_system_log: record a syslog tag (executable name)Simon McVittie2016-08-111-3/+3
* test-bus: don't write to the syslogSimon McVittie2016-08-111-2/+0
* Merge branch 'dbus-1.10'Simon McVittie2016-06-301-9/+13
|\
| * Use dbus_set_error_from_message() to check for an errorРуслан Ижбулатов2016-06-301-9/+13
| * test-segfault: add missing include of <stdio.h> on WindowsSimon McVittie2016-05-181-0/+1
* | test-segfault: add missing include of <stdio.h> on WindowsSimon McVittie2016-05-161-0/+1
* | Merge branch 'dbus-1.10'Ralf Habacker2016-05-091-0/+25
|\ \ | |/
| * 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
* | Fix assert in test-spawn caused by missing initialization of DBusError instan...Ralf Habacker2016-04-291-1/+1
* | name-test: run most C tests directly, not via run-test.shSimon McVittie2016-02-122-9/+29
* | name-test C tests: produce structured (TAP) outputSimon McVittie2016-02-127-25/+57
* | Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2016-02-122-0/+3
* | Merge branch 'dbus-1.10'Simon 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
* | Merge branch 'dbus-1.10'Simon McVittie2015-11-233-8/+298
|\ \ | |/
| * 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
* | monitor: use the addressed_recipient to select matchesSimon McVittie2015-11-171-27/+170
* | manual-backtrace: use proper prototypes, and make functions staticSimon McVittie2015-11-171-3/+6
* | Merge branch 'dbus-1.10'Simon McVittie2015-11-171-18/+58
|\ \ | |/
| * fdpass test: assert that TCP connections don't say they can pass fdsSimon McVittie2015-11-171-18/+58
* | Add backtrace test app.Ralf Habacker2015-11-172-2/+65
* | shell-test: Calling _dbus_string_init without checking return value (CID 60587).Ralf Habacker2015-11-121-1/+8