summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-14CID 54766: Resource leak (RESOURCE_LEAK).Ralf Habacker1-1/+5
2015-04-13Merge branch 'dbus-1.8'Ralf Habacker1-0/+4
2015-04-13Fix 'dbus connection referencing issue in test-relay'.Ralf Habacker1-0/+4
2015-03-24Fix assorted compiler warnings on Windows.Simon McVittie1-3/+3
2015-03-17Fix of 'warning: variable ‘..‘ set but not used [-Wunused-but-set-variabl...Ralf Habacker1-5/+3
2015-03-04fd-passing test: numbers of things are unsigned (-Wsign-compare)Simon McVittie1-2/+2
2015-03-04Fix of 'warning: unused variable ‘result‘ [-Wunused-variable]'.Ralf Habacker1-1/+0
2015-02-24monitor test: don't block in main context if we already have messagesSimon McVittie1-3/+6
2015-02-24test_init: convert SIGALRM into SIGABRT so we leave a core dump on timeoutSimon McVittie1-0/+17
2015-02-24Add a regression test for connecting to XDG_RUNTIME_DIR/bus by defaultSimon McVittie3-3/+90
2015-02-24Add regression test for unix:runtime=yesSimon McVittie1-0/+103
2015-02-24tests: reassure clang that oom() does in fact not returnSimon McVittie2-0/+4
2015-02-23tests: simplify Makefile.am now that libdbus is always dynamically linkedSimon McVittie1-25/+11
2015-02-20Fix static linking with mingwSimon McVittie2-0/+2
2015-02-20Link dbus-daemon and dbus-daemon-lauch-helper against libdbusBertrand SIMONNET2-34/+7
2015-02-20tests: always use libdbus-internal for main loop, never dbus-glibSimon McVittie4-101/+19
2015-02-18Add regression test for LinuxSecurityLabel credentialSimon McVittie1-1/+25
2015-02-16Add manual-paths test to the Autotools (mingw) build tooSimon McVittie1-0/+8
2015-02-12Add manual-paths test executable with cmake build support.Ralf Habacker1-0/+73
2015-02-11Reduce the number of fds the fdpass test usesSimon McVittie1-2/+23
2015-02-11Add test for windows sid.Ralf Habacker1-2/+22
2015-02-09Add a regression test for making systemd activation appear to failSimon McVittie1-0/+31
2015-02-05Add test-fdpass to the build, and make it compile againSimon McVittie2-1/+13
2015-02-05tests: make installable metadata Windows-friendly by using EXEEXTSimon McVittie1-2/+2
2015-02-05tests: make sure to specify CPPFLAGS where neededSimon McVittie1-0/+2
2015-02-04Add a common test_init() for GLib tests which prevents hanging foreverSimon McVittie16-29/+53
2015-02-04Add a regression test for being a new-style monitorSimon McVittie3-0/+1526
2015-02-03Treat root as a valid candidate for TEST_USER_MESimon McVittie2-15/+4
2015-02-03Add a regression test for systemd activationSimon McVittie8-0/+363
2015-02-03bus driver: factor out bus_driver_check_caller_is_privileged, and allow rootSimon McVittie1-3/+3
2015-02-03Add a test for uid-controlled permissionsSimon McVittie5-0/+311
2015-02-03Add infrastructure to run bits of tests under an alternative uidSimon McVittie4-11/+142