summaryrefslogtreecommitdiff
path: root/test/internals
Commit message (Expand)AuthorAgeFilesLines
* Add test for _dbus_string_skip_blank()Ralf Habacker2023-02-081-0/+45
* Add multithreaded unit test for DBusCounter to available build systemsRalf Habacker2023-01-051-0/+120
* Add SPDX license marker for the AFL-2.1 OR GPL-2.0-or-later licenseRalf Habacker2023-01-0422-0/+44
* 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: Add infrastructure to parse valid raw message blobsSimon McVittie2022-10-051-0/+4
* test: Use DBUS_TEST_SOCKET_DIR to create the test socketAlex Richardson2022-09-151-39/+81
* 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: fix unused variable warningsMarc-André Lureau2022-05-191-1/+1
* tests: Fix build warning "dereferencing type-punned pointer will break strict...Ralf Habacker2022-05-011-7/+22
* _dbus_string_test(): Fix fatal build error caused by "-Wstrict-aliasing"Ralf Habacker2022-04-211-1/+1
* test: Add basic test coverage for _dbus_close_all and friendsSimon McVittie2022-04-211-5/+137
* build: Define DBUS_INT64_MODIFIER, analogous to G_GINT64_MODIFIERSimon McVittie2022-04-192-5/+34
* desktop-file test: Free result on all code pathsRalf Habacker2020-04-271-1/+1
* test: Replace some _dbus_assert() with _dbus_test_check()Simon McVittie2020-04-202-163/+163
* test: Replace _dbus_assert_not_reached()Simon McVittie2020-04-201-2/+2
* test: Enable more tests when embedded tests are disabledSimon McVittie2020-04-202-9/+20
* Add a trivial sanity-check for the atomic primitivesRalf Habacker2019-12-131-0/+91
* Merge branch 'break-out-more-tests' into 'master'Simon McVittie2019-07-035-1/+975
|\
| * tests: Move userdb test out of libdbusSimon McVittie2019-07-031-1/+55
| * tests: Move mempool test out of libdbusSimon McVittie2019-07-032-0/+224
| * tests: Move address test out of libdbusSimon McVittie2019-07-032-0/+204
| * tests: Move _dbus_sha_test outside libdbusSimon McVittie2019-07-032-0/+492
* | tests: Improve messages when fd leaks are diagnosedSimon McVittie2019-07-021-9/+11
* | Move _dbus_check_fdleaks_* from dbus-message-util to testsSimon McVittie2019-07-021-0/+2
|/
* test: Add basic test coverage for DBUS_COOKIE_SHA1Simon McVittie2019-06-091-2/+71
* test-spawn-oom: Separate single spawn tests from oom relatedRalf Habacker2019-03-151-23/+63
* test: Move _dbus_list_test() hereSimon McVittie2019-01-211-0/+570
* test: Move _dbus_transport_unix_test() hereSimon McVittie2019-01-211-0/+28
* test: Move _dbus_server_test() hereSimon McVittie2019-01-211-0/+52
* test: Move _dbus_misc_test() hereSimon McVittie2019-01-211-0/+62
* test: Move _dbus_signature_test() hereSimon McVittie2019-01-211-1/+176
* test: Move sysdeps tests hereSimon McVittie2019-01-212-0/+157
* test: Move string tests (most of dbus-string-util.c) hereSimon McVittie2019-01-212-0/+882
* test: Move marshalling tests into test/Simon McVittie2019-01-217-0/+4182
* test: Move dbus-message-factory and most of dbus-message-util into test/Simon McVittie2019-01-215-0/+3090
* test: Move auth, credentials tests from libdbus-internal into test/Simon McVittie2019-01-216-0/+1416
* test: Unembed hash test from libdbus and move it into test/Simon McVittie2019-01-211-0/+486
* test: Split slow parts of the former test-dbus into their own executablesSimon McVittie2019-01-214-3/+117
* _dbus_test_main: Move to test-utilsSimon McVittie2019-01-212-2/+2
* test: Move libdbus embedded tests from dbus/ to test/Simon McVittie2019-01-211-0/+69
* Convert spawn test into a standalone test executableSimon McVittie2019-01-211-0/+304
* Increase the number of references/threads to be tested under Windows by defau...Ralf Habacker2018-12-141-2/+3
* Decrease the runtime of test refs under Windows by defaultRalf Habacker2018-12-141-5/+11
* Move _dbus_disable_crash_handling() back into test/ directorySimon McVittie2018-12-111-0/+1
* Skip server oom wildcard test on Windows to avoid firewall exception requestRalf Habacker2018-12-061-0/+9
* sysdeps test: Wait for spawned process to exitSimon McVittie2018-12-051-9/+54
* syslog test: Don't assert that we see plain LF newlinesSimon McVittie2018-12-051-6/+10
* Add a test for assertionsSimon McVittie2018-11-201-0/+235