diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 15:01:36 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-15 15:01:36 +0000 |
commit | 516b8b33bbd75e10403f7fabe3cfaed11f265fa1 (patch) | |
tree | c1c855efc1e9c2984296849b6f5b9d1397f4e126 /tools/valgrind/memcheck_analyze.py | |
parent | 833b9979a7375a1787c28db54a9859cf73345e56 (diff) | |
download | chromium_src-516b8b33bbd75e10403f7fabe3cfaed11f265fa1.zip chromium_src-516b8b33bbd75e10403f7fabe3cfaed11f265fa1.tar.gz chromium_src-516b8b33bbd75e10403f7fabe3cfaed11f265fa1.tar.bz2 |
Widen one Valgrind suppression, add a few more for new bugs
Also, update the URL with info on suppressing Valgrind errors
BUG=107696,107698,107699
TBR=hbono
Review URL: http://codereview.chromium.org/8947020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114634 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/memcheck_analyze.py')
-rwxr-xr-x | tools/valgrind/memcheck_analyze.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck_analyze.py b/tools/valgrind/memcheck_analyze.py index b07c5d7..78902f9 100755 --- a/tools/valgrind/memcheck_analyze.py +++ b/tools/valgrind/memcheck_analyze.py @@ -267,7 +267,7 @@ class ValgrindError: output += "The report came from the `%s` test.\n" % self._testcase output += "Suppression (error hash=#%016X#):\n" % self.ErrorHash() output += (" For more info on using suppressions see " - "http://dev.chromium.org/developers/how-tos/using-valgrind#TOC-Suppressing-Errors") + "http://dev.chromium.org/developers/tree-sheriffs/sheriff-details-chromium/memory-sheriff#TOC-Suppressing-memory-reports") # Widen suppression slightly to make portable between mac and linux # TODO(timurrrr): Oops, these transformations should happen |