summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* gitlab-ci: update FreeBSD CI image to 13.1Alex Richardson2022-09-211-2/+2
* test: Use DBUS_TEST_SOCKET_DIR to create the test socketAlex Richardson2022-09-151-39/+81
* test: Don't use strict TAP parsing on WindowsSimon McVittie2022-09-121-0/+3
* build: Only work around Meson 0.63.0 bugs for version 0.63.0Simon McVittie2022-09-121-1/+1
* test/fdpass.c: skip test that fails on FreeBSD 13.0Alex Richardson2022-08-101-0/+9
* test-utils-glibc.c: Fix -Werror,-Wmissing-noreturn on FreeBSDAlex Richardson2022-08-101-4/+8
* test-utils-glib.c: Avoid using a non-portable errno valueAlex Richardson2022-08-101-1/+1
* Use project relative paths in CMake filesJordan Williams2022-07-251-3/+3
* test/bus: Break up dispatch test into three separate testsSimon McVittie2022-07-186-19/+148
* test/bus: Factor out common setup/teardown codeSimon McVittie2022-07-188-102/+97
* test: Skip tests that involve switching uid if unable to do soSimon McVittie2022-07-181-0/+62
* gitlab: skip failing runtime directory check, add FIXMEMarc-André Lureau2022-07-151-0/+4
* test: enable AF_UNIX server-oom test on !unixMarc-André Lureau2022-07-151-2/+4
* test/server-oom: do not hardcode /tmpMarc-André Lureau2022-07-151-1/+9
* test: enable AF_UNIX relay tests on !unixMarc-André Lureau2022-07-151-5/+4
* test/relay: do not hardcode /tmp on !unixMarc-André Lureau2022-07-151-3/+11
* test: enable AF_UNIX loopback tests on !unixMarc-André Lureau2022-07-151-11/+4
* tests/loopback: do not hardcode /tmp for !unixMarc-André Lureau2022-07-151-11/+30
* test: fix loopback AF_UNIX tests to work on WindowsMarc-André Lureau2022-07-151-6/+6
* test: enable AF_UNIX corrupt test on !unixMarc-André Lureau2022-07-151-7/+4
* tests/corrupt: do not hardcode /tmp on !unixMarc-André Lureau2022-07-151-2/+11
* test: add test_check_af_unix_works()Marc-André Lureau2022-07-152-0/+20
* test-privserver: Exit if DBusLoop cannot be allocatedSimon McVittie2022-07-151-0/+3
* test-privserver: Move cleanup of DBusLoop into test_service_data_free()Simon McVittie2022-07-151-11/+7
* test-privserver: Don't leak a copy of the server addressSimon McVittie2022-07-151-1/+8
* test: Work around TAP test regression in Meson 0.63.0Simon McVittie2022-07-152-4/+11
* test: Don't prepend test- to the names of manual testsSimon McVittie2022-07-131-5/+11
* autotools: dist listen-autolaunch-win.conf.in as wellMarc-André Lureau2022-07-131-0/+1
* meson: add test-autolaunch-winMarc-André Lureau2022-07-132-1/+7
* test: Set PATH or WINEPATH to find dbus-daemon.exe in build-time testsSimon McVittie2022-07-131-0/+15
* test: Extend some timeoutsSimon McVittie2022-07-132-6/+30
* test: Group together tests that run the dbus-daemonSimon McVittie2022-07-131-0/+11
* test: Add missing session.conf, system.conf to Meson buildSimon McVittie2022-07-131-0/+19
* test: Install transient-services.sh into a subdirectorySimon McVittie2022-07-131-12/+26
* test: libdbus-testutils depends on GIO, not just GLibSimon McVittie2022-07-131-0/+1
* test: Make environment variables consistent with AutotoolsSimon McVittie2022-07-131-3/+2
* test: Correct generation of .test metadataSimon McVittie2022-07-131-6/+19
* test: Allow for scripts that don't get installedSimon McVittie2022-07-131-1/+2
* test: Don't run integration tests at build-timeSimon McVittie2022-07-131-10/+18
* build: Propagate some comments from Autotools build into MesonSimon McVittie2022-07-131-1/+7
* build: Add machine-readable licensing markers to the Meson build systemSimon McVittie2022-07-134-0/+4
* test: Try to create temporary XDG_RUNTIME_DIR with correct modeSimon McVittie2022-07-133-2/+18
* build: Distribute Meson build system in release tarballsSimon McVittie2022-07-132-0/+8
* test/data: Generate a separate installable set of data filesSimon McVittie2022-07-132-7/+51
* test: Avoid arbitrary Python injection if compiled in a path with quotesSimon McVittie2022-07-131-1/+3
* test: Disable sanitizers for test-segfaultSimon McVittie2022-07-131-3/+2
* test: Expect TAP output for tests in name-testSimon McVittie2022-07-131-0/+1
* test: Don't run test-autolaunch directlySimon McVittie2022-07-131-0/+5
* test: Sort test executablesSimon McVittie2022-07-131-1/+1
* Add Meson build systemFélix Piédallu2022-07-137-6/+940