summaryrefslogtreecommitdiff
path: root/tests/test-machmsg.c
AgeCommit message (Collapse)Author
2024-08-22add rpc interrupted testLuca Dariz
* 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>
2024-06-12tests/machmsg: check rx message size on different code pathsLuca Dariz
* 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>
2024-01-13add raw mach_msg testsLuca Dariz
Message-ID: <20240111210907.419689-9-luca@orpolo.org>