summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/valgrind.sh
diff options
context:
space:
mode:
authordkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-03 19:54:28 +0000
committerdkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-03 19:54:28 +0000
commit0df8cc233dadf5c91442bd9273e2975838bbc0ea (patch)
tree6d511c34a5d4c75bdc7ad3a1ddaa97598929d5e1 /tools/valgrind/valgrind.sh
parentfd636146de8b34abae84089902d9c72eaeae3e31 (diff)
downloadchromium_src-0df8cc233dadf5c91442bd9273e2975838bbc0ea.zip
chromium_src-0df8cc233dadf5c91442bd9273e2975838bbc0ea.tar.gz
chromium_src-0df8cc233dadf5c91442bd9273e2975838bbc0ea.tar.bz2
Update to valgrind-3.5.0. From timur, http://codereview.chromium.org/190008
Also use it if present. Especially use its new xml suppression record if present, which is more correct than the one we synthesize. Also fix a warning about global use before declare in memcheck_analyze.py. Review URL: http://codereview.chromium.org/191006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25353 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/valgrind.sh')
-rwxr-xr-xtools/valgrind/valgrind.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/valgrind.sh b/tools/valgrind/valgrind.sh
index 33ae8a2..5db5bfd 100755
--- a/tools/valgrind/valgrind.sh
+++ b/tools/valgrind/valgrind.sh
@@ -72,7 +72,7 @@ if test x"$CHROME_VALGRIND_BIN" = x
then
# Figure out which valgrind is installed. Use most recent one.
# See build-valgrind-for-chromium.sh and its history for these constants.
- for SVNREV in '10771' '{2009-07-15}'
+ for SVNREV in '10880' '10771' '{2009-07-15}'
do
SHORTSVNREV=`echo $SVNREV | tr -d '{\-}'`
CHROME_VALGRIND_BIN=/usr/local/valgrind-$SHORTSVNREV/bin