From: Bart Van Assche Date: Sat, 4 Jul 2009 12:17:58 +0000 (+0000) Subject: Enabled the DRD command line flags --var-info=yes and --check-stack-var=yes for the... X-Git-Tag: svn/VALGRIND_3_5_0~439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3878443ab3bf42b6d7a48cd43374b37bc7ca40c7;p=thirdparty%2Fvalgrind.git Enabled the DRD command line flags --var-info=yes and --check-stack-var=yes for the pth_cancel_locked regression test. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10407 --- diff --git a/drd/tests/pth_cancel_locked.vgtest b/drd/tests/pth_cancel_locked.vgtest index b09e38e241..0228d56ba0 100644 --- a/drd/tests/pth_cancel_locked.vgtest +++ b/drd/tests/pth_cancel_locked.vgtest @@ -1,2 +1,3 @@ prereq: ./supported_libpthread +vgopts: --var-info=yes --check-stack-var=yes prog: pth_cancel_locked