]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Added an output variant for the pth_cancel_locked regression test.
authorBart Van Assche <bvanassche@acm.org>
Fri, 31 Jul 2009 18:49:29 +0000 (18:49 +0000)
committerBart Van Assche <bvanassche@acm.org>
Fri, 31 Jul 2009 18:49:29 +0000 (18:49 +0000)
commitf342398b6fd29a6a78c07555c75c70b53bef2108
treec9463d8e1e73632a26fd02c9272480c6b4ae15a2
parente42e9fb0e217473ec77486543f0152fa5c92ec16
Added an output variant for the pth_cancel_locked regression test.
Apparently when canceling a thread waiting inside pthread_cond_wait()
on Linux the specified mutex is left unlocked while on Darwin the
mutex specified in the pthread_cond_wait() call is reacquired before
the thread is terminated.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10682
drd/tests/Makefile.am
drd/tests/pth_cancel_locked.stderr.exp-darwin [new file with mode: 0644]