summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Link dbus-daemon and dbus-daemon-lauch-helper against libdbusBertrand SIMONNET2015-02-202-34/+7
* | tests: always use libdbus-internal for main loop, never dbus-glibSimon McVittie2015-02-204-101/+19
* | Add regression test for LinuxSecurityLabel credentialSimon McVittie2015-02-181-1/+25
* | Add manual-paths test to the Autotools (mingw) build tooSimon McVittie2015-02-161-0/+8
* | Add manual-paths test executable with cmake build support.Ralf Habacker2015-02-121-0/+73
* | Reduce the number of fds the fdpass test usesSimon McVittie2015-02-111-2/+23
* | Add test for windows sid.Ralf Habacker2015-02-111-2/+22
* | Add a regression test for making systemd activation appear to failSimon McVittie2015-02-091-0/+31
* | Add test-fdpass to the build, and make it compile againSimon McVittie2015-02-052-1/+13
* | tests: make installable metadata Windows-friendly by using EXEEXTSimon McVittie2015-02-051-2/+2
* | tests: make sure to specify CPPFLAGS where neededSimon McVittie2015-02-051-0/+2
* | Add a common test_init() for GLib tests which prevents hanging foreverSimon McVittie2015-02-0416-29/+53
* | Add a regression test for being a new-style monitorSimon McVittie2015-02-043-0/+1526
* | Treat root as a valid candidate for TEST_USER_MESimon McVittie2015-02-032-15/+4
* | Add a regression test for systemd activationSimon McVittie2015-02-038-0/+363
* | bus driver: factor out bus_driver_check_caller_is_privileged, and allow rootSimon McVittie2015-02-031-3/+3
* | Add a test for uid-controlled permissionsSimon McVittie2015-02-035-0/+311