summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add test for _dbus_string_skip_blank()Ralf Habacker2023-02-084-0/+54
* gitlab-ci: build libdbus as subprojectDaniel Wagner2023-02-075-0/+72
* cmake: add missing test for header-fieldsRalf Habacker2023-02-061-0/+1
* Add multithreaded unit test for DBusCounter to available build systemsRalf Habacker2023-01-054-0/+142
* meson: Introduce message_bus and tools command line optionDaniel Wagner2023-01-042-28/+48
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-0434-0/+68
* Permit access to /tmp dbus socketDave Jones2023-01-031-0/+4
* Fix some stray filename references for GPL-2.0-or-laterSimon McVittie2022-11-291-1/+1
* Use 'continue' keyword in preference to 'goto' where possibleSimon McVittie2022-11-294-18/+25
* dbus-hash: Add (AFL-2.1 OR GPL-2.0-or-later) AND TCL SPDX license identifierSimon McVittie2022-11-291-0/+1
* test-exit: Add a permissive licenseSimon McVittie2022-10-121-0/+5
* test-threads-init: Add a permissive licenseSimon McVittie2022-10-121-0/+6
* manual-tcp: Add a permissive licenseSimon McVittie2022-10-121-0/+3
* manual-paths: Apply a permissive licenseSimon McVittie2022-10-121-0/+4
* manual-dir-iter: Apply a permissive licenseSimon McVittie2022-10-121-0/+4
* test-shutdown: Apply a permissive licenseSimon McVittie2022-10-121-0/+6
* test-ids: Apply a permissive licenseSimon McVittie2022-10-121-0/+5
* test-autolaunch: Add a permissive licenseSimon McVittie2022-10-121-0/+6
* launch-helper-for-tests: Add a permissive licenseSimon McVittie2022-10-121-1/+5
* test-autolaunch-win.c: Prevent assertion in dbus_message_unref()Ralf Habacker2022-10-121-1/+1
* test-autolaunch-win: Remove redundant check for ERROR messageSimon McVittie2022-10-111-21/+2
* test-autolaunch-win: Don't overwrite an error with another errorSimon McVittie2022-10-111-1/+0
* dbus/dbus-macros-internal, test/test-platform-mutex.c: Use upper case for SPD...Ralf Habacker2022-10-111-1/+1
* dbus-message: Report OOM as OOM, not InvalidArgsSimon McVittie2022-10-111-9/+0
* dbus-connection: Test built-in filtersKai A. Hiller2022-10-111-0/+87
* dbus-monitor: Disable automatic message filteringKai A. Hiller2022-10-111-1/+1
* test: Parse a message with a byteswapped Unix fd indexSimon McVittie2022-10-055-0/+48
* test: Add infrastructure to parse valid raw message blobsSimon McVittie2022-10-057-0/+194
* test: Add targeted tests for dbus/dbus#413, dbus/dbus#418Simon McVittie2022-10-051-3/+95
* test: Export G_TEST_BUILDDIR, G_TEST_SRCDIRSimon McVittie2022-10-052-0/+4
* test/data: Add messages that reproduce dbus/dbus#413, dbus/dbus#418Simon McVittie2022-10-0512-0/+194
* test-syntax: Exercise correctly- and incorrectly-nested structs, dictsSimon McVittie2022-10-051-0/+10
* 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