aboutsummaryrefslogtreecommitdiff
path: root/tests/test-machmsg.c
Commit message (Collapse)AuthorAgeFilesLines
* add rpc interrupted testLuca Dariz2024-08-221-0/+80
| | | | | | | | * tests/test-machmsg.c: add two use cases used by glibc during signal handling * tests/include/testlib.h * tests/testlib.c: add new wait_thread_terminated() helper Message-ID: <20240821163616.189307-3-luca@orpolo.org>
* tests/machmsg: check rx message size on different code pathsLuca Dariz2024-06-121-3/+114
| | | | | | | | * tests/test-machmsg.c: add more combinations to existing cases: - make tx and rx ports independent in the send/receive tests - add two more variants for send/receive tests, using two separate system calls, using different code paths in mach_msg(). Message-ID: <20240612062755.116308-2-luca@orpolo.org>
* add raw mach_msg testsLuca Dariz2024-01-131-0/+405
Message-ID: <20240111210907.419689-9-luca@orpolo.org>