summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2016-08-12Add a regression test for dbus-launch in X11Simon McVittie2-0/+258
2016-08-12test-dbus-daemon-fork: exercise closed stdin, stdout, stderrSimon McVittie1-1/+39
2016-08-12test: expand dbus-launch-eval test to cover stdin being closedSimon McVittie1-1/+40
2016-08-12Add a simple test for dbus-daemon --forkSimon McVittie2-0/+73
2016-08-12test: add a regression test for eval "$(dbus-launch --sh-syntax)"Simon McVittie2-4/+93
2016-06-30Merge branch 'dbus-1.10' into dbus-1.10-cidbus-1.10-ciSimon McVittie1-9/+13
2016-06-30Use dbus_set_error_from_message() to check for an errorРуслан Ижбулатов1-9/+13
2016-05-18Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie2-1/+27
2016-05-18test-segfault: add missing include of <stdio.h> on WindowsSimon McVittie1-0/+1
2016-05-09Suppress Windows popups and jit debugger when app crashes with exception.Ralf Habacker1-0/+25
2016-04-29Fix assert in test-spawn caused by missing initialization of DBusError instan...Ralf Habacker1-1/+1
2016-02-12Revert "Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCH"Simon McVittie2-3/+0
2016-02-12Revert "name-test C tests: produce structured (TAP) output"Simon McVittie7-57/+25
2016-02-12Revert "name-test: run most C tests directly, not via run-test.sh"Simon McVittie2-29/+9
2016-02-11name-test: run most C tests directly, not via run-test.shSimon McVittie2-9/+29
2016-02-11name-test C tests: produce structured (TAP) outputSimon McVittie7-25/+57
2016-02-11Replace $DBUS_USE_TEST_BINARY with $DBUS_TEST_DBUS_LAUNCHSimon McVittie2-0/+3
2016-01-25Merge branch 'dbus-1.10' into dbus-1.10-ciSimon McVittie1-4/+2
2016-01-25test/name-test/run-test.sh: output correct result if a C test failsSimon McVittie1-4/+2
2015-12-02Don't try to run manual tests in installcheckSimon McVittie1-1/+1
2015-12-02Fix shell syntax for installcheck-local with no DESTDIRSimon McVittie1-1/+1
2015-11-23uid-permissions test: don't assert that root can UpdateActivationEnvironmentSimon McVittie1-4/+79
2015-11-17name-test: don't run these tests with autotools if targeting Windows.Simon McVittie1-3/+8
2015-11-17test/sd-activation: Test UpdateActivationEnvironment forwardingJan Alexander Steffens (heftig)1-1/+211
2015-11-17fdpass test: assert that TCP connections don't say they can pass fdsSimon McVittie1-18/+58
2015-11-03Test system bus config files on Unix onlyRalf Habacker5-13/+72
2015-10-29refs test: reduce number of repeats under WineSimon McVittie1-32/+68
2015-10-29When running TAP tests, filter out trailing \r from Windows .exeSimon McVittie1-1/+21
2015-10-26Add a regression test for invalid BecomeMonitor callsSimon McVittie1-0/+151
2015-10-26When running dbus-daemon --session in tests, override listen addressSimon McVittie1-12/+32
2015-10-22Disable activation tests on Windows buildsSimon McVittie2-1/+20
2015-08-25Distribute tap-test.sh.in unconditionallySimon McVittie1-1/+1
2015-07-21Add test-case for the same situation as fd.o #90952Simon McVittie1-0/+24
2015-06-17tests: use the new bus setup for `make installcheck`Simon McVittie2-3/+3
2015-05-27Move session & system bus configuration to datadir, by default.Dimitri John Ledkov1-4/+2
2015-05-12Turn DBusSocket into a type-safe struct, preventing inappropriate conversionSimon McVittie1-2/+3
2015-05-01test_command_line_internal: Fix variable original_argv going out of scope lea...Ralf Habacker1-3/+3
2015-05-01test_command_line_internal: Fix 'variable shell_argv going out of scope leaks...Ralf Habacker1-0/+2
2015-04-16Move Autoconf/Automake droppings into /build-aux/Simon McVittie2-2/+2
2015-04-16Run name-test tests under the TAP driverSimon McVittie3-43/+120
2015-04-16name-test: remove unused die functionSimon McVittie2-22/+0
2015-04-16Run most tests under the TAP driver, with a simple adaptor for non-TAP testsSimon McVittie3-10/+79
2015-04-16name-test: also switch to AM_TESTS_ENVIRONMENT hereSimon McVittie1-7/+7
2015-04-16Change syntax of AM_TESTS_ENVIRONMENT to what the Automake docs preferSimon McVittie1-11/+12
2015-04-16Depend on Automake 1.13 so we can use the correct AM_TESTS_ENVIRONMENTSimon McVittie1-2/+2
2015-04-16installed-tests: don't set DBUS_TEST_HOME which is misleadingSimon McVittie1-2/+2
2015-04-16installed-tests: declare that the output is in TAP formatSimon McVittie1-2/+4
2015-04-16test-shell, test-printf: produce TAP output like the other installable testsSimon McVittie2-24/+96
2015-04-16tests: provide g_test_skip() emulation for older GLibSimon McVittie3-17/+28
2015-04-16tests: avoid noise on stdout when not --verboseSimon McVittie8-37/+50