summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* test/name-test/run-test.sh: output correct result if a C test failsSimon McVittie2016-01-251-4/+2
* 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
* name-test: also switch to AM_TESTS_ENVIRONMENT hereSimon McVittie2015-04-161-7/+7
* Change syntax of AM_TESTS_ENVIRONMENT to what the Automake docs preferSimon McVittie2015-04-161-11/+12
* Depend on Automake 1.13 so we can use the correct AM_TESTS_ENVIRONMENTSimon McVittie2015-04-161-2/+2
* installed-tests: don't set DBUS_TEST_HOME which is misleadingSimon McVittie2015-04-161-2/+2
* installed-tests: declare that the output is in TAP formatSimon McVittie2015-04-161-2/+4
* test-shell, test-printf: produce TAP output like the other installable testsSimon McVittie2015-04-162-24/+96
* tests: provide g_test_skip() emulation for older GLibSimon McVittie2015-04-163-17/+28
* tests: avoid noise on stdout when not --verboseSimon McVittie2015-04-168-37/+50
* CID 54766: Resource leak (RESOURCE_LEAK).Ralf Habacker2015-04-141-1/+5
* Merge branch 'dbus-1.8'Ralf Habacker2015-04-131-0/+4
|\
| * Fix 'dbus connection referencing issue in test-relay'.Ralf Habacker2015-04-131-0/+4
* | Fix assorted compiler warnings on Windows.Simon McVittie2015-03-241-3/+3
* | Fix of 'warning: variable ‘..‘ set but not used [-Wunused-but-set-variabl...Ralf Habacker2015-03-171-5/+3
* | fd-passing test: numbers of things are unsigned (-Wsign-compare)Simon McVittie2015-03-041-2/+2
* | Fix of 'warning: unused variable ‘result‘ [-Wunused-variable]'.Ralf Habacker2015-03-041-1/+0
* | monitor test: don't block in main context if we already have messagesSimon McVittie2015-02-241-3/+6
* | test_init: convert SIGALRM into SIGABRT so we leave a core dump on timeoutSimon McVittie2015-02-241-0/+17
* | Add a regression test for connecting to XDG_RUNTIME_DIR/bus by defaultSimon McVittie2015-02-243-3/+90
* | Add regression test for unix:runtime=yesSimon McVittie2015-02-241-0/+103
* | tests: reassure clang that oom() does in fact not returnSimon McVittie2015-02-242-0/+4
* | tests: simplify Makefile.am now that libdbus is always dynamically linkedSimon McVittie2015-02-231-25/+11
* | Fix static linking with mingwSimon McVittie2015-02-202-0/+2