diff options
author | dkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-03 19:54:28 +0000 |
---|---|---|
committer | dkegel@google.com <dkegel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-03 19:54:28 +0000 |
commit | 0df8cc233dadf5c91442bd9273e2975838bbc0ea (patch) | |
tree | 6d511c34a5d4c75bdc7ad3a1ddaa97598929d5e1 /tools/valgrind/chrome_tests.sh | |
parent | fd636146de8b34abae84089902d9c72eaeae3e31 (diff) | |
download | chromium_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/chrome_tests.sh')
-rwxr-xr-x | tools/valgrind/chrome_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/chrome_tests.sh b/tools/valgrind/chrome_tests.sh index 666ff0c..cea7777 100755 --- a/tools/valgrind/chrome_tests.sh +++ b/tools/valgrind/chrome_tests.sh @@ -12,7 +12,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 |