]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add libc_test to workaround pth_cond_destroy_busy test hangs.
authorMark Wielaard <mark@klomp.org>
Fri, 21 Oct 2016 00:02:10 +0000 (00:02 +0000)
committerMark Wielaard <mark@klomp.org>
Fri, 21 Oct 2016 00:02:10 +0000 (00:02 +0000)
commitee8cfbc434de21cd92e64de28696ab7df5848dc0
tree9cff5b6435ca4ea4515b4ed06f6bf5eb9924f39f
parent47edddaabac0a40ccec8d9a5aa4d70c5890c8daa
Add libc_test to workaround pth_cond_destroy_busy test hangs.

This is a workaround for bug #371396. It adds a new test program
that can be used skip tests given a specific libc implementation
and optionally a specific minimum version. Currently only glibc
is recognized. This is used for the drd and helgrind tests
pth_cond_destroy_busy to be skipped on glibc 2.24.90+.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16097
drd/tests/pth_cond_destroy_busy.vgtest
helgrind/tests/pth_cond_destroy_busy.vgtest
tests/Makefile.am
tests/libc_test.c [new file with mode: 0644]