From: Bart Van Assche Date: Sun, 26 Apr 2009 07:51:57 +0000 (+0000) Subject: Only run the pth_create_glibc_2_0 regression test if glibc supports pthread_create... X-Git-Tag: svn/VALGRIND_3_5_0~768 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29d318a45ccba5a5fc0c07aca37f2c2cd00039f6;p=thirdparty%2Fvalgrind.git Only run the pth_create_glibc_2_0 regression test if glibc supports pthread_create@GLIBC2.0. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9637 --- diff --git a/drd/tests/pth_create_glibc_2_0.vgtest b/drd/tests/pth_create_glibc_2_0.vgtest index fc1a88b058..873925d901 100644 --- a/drd/tests/pth_create_glibc_2_0.vgtest +++ b/drd/tests/pth_create_glibc_2_0.vgtest @@ -1,3 +1,3 @@ -prereq: ./supported_libpthread +prereq: test -e pth_create_glibc_2_0 && ./supported_libpthread vgopts: --var-info=yes --check-stack-var=yes prog: pth_create_glibc_2_0