]> git.ipfire.org Git - thirdparty/valgrind.git/commit
drd: Add a test program that interrupts pthread_mutex_lock()
authorBart Van Assche <bvanassche@acm.org>
Sat, 20 Nov 2021 21:59:22 +0000 (13:59 -0800)
committerBart Van Assche <bvanassche@acm.org>
Sat, 20 Nov 2021 22:28:05 +0000 (14:28 -0800)
commitbf0579a44a448eebfdd4af1c6f309221b8662633
tree003178028ee2529495da353e615549c1fd382b7f
parent8ad4c01880670b66d7b89fb0984bab2d26162ab8
drd: Add a test program that interrupts pthread_mutex_lock()

This test fails, probably due to differences between native signal handling
and signal handling in the Valgrind core.
drd/tests/Makefile.am
drd/tests/pth_mutex_signal.c [new file with mode: 0644]
drd/tests/pth_mutex_signal.stderr.exp [new file with mode: 0644]
drd/tests/pth_mutex_signal.vgtest [new file with mode: 0644]