|
From: <sv...@va...> - 2009-04-26 07:52:00
|
Author: bart Date: 2009-04-26 08:51:57 +0100 (Sun, 26 Apr 2009) New Revision: 9637 Log: Only run the pth_create_glibc_2_0 regression test if glibc supports pthread_create@GLIBC2.0. Modified: trunk/drd/tests/pth_create_glibc_2_0.vgtest Modified: trunk/drd/tests/pth_create_glibc_2_0.vgtest =================================================================== --- trunk/drd/tests/pth_create_glibc_2_0.vgtest 2009-04-26 07:47:00 UTC (rev 9636) +++ trunk/drd/tests/pth_create_glibc_2_0.vgtest 2009-04-26 07:51:57 UTC (rev 9637) @@ -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 |