[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 4478 - trunk/subversion/libsvn_wc

From: <philip_at_codematters.co.uk>
Date: 2003-01-21 20:37:44 CET

Blair Zajac blair@orcaware.com writes:

 Is there an easy way that you found to run valgrind over
 Subversion and it's test suite?

No, there isn't. For the python tests I use a shared build and edit
the libtool script subversion/clients/cmdline/svn changing the exec
line from

    exec $program ${1+$@}

to

    exec valgrind -q --trace-children=yes $program ${1+$@}

For the tests using the C testharness I resort to invoking them
manually.

Note, I generally use an APR configured with --enable-pool-debugging
if I am running valgrind, without it APR's pool code will defeat most
of valgrind's checks.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:04:28 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.