diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-26 11:44:44 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-26 11:44:44 +0000 |
commit | 17b9c1e027193799d193ff0c2a7698c195a4f4bb (patch) | |
tree | 2030bba5331b8fffc716293237a491795071856d /tools/valgrind/memcheck | |
parent | e94c4d967789a9563016480d4c744c95b70b2010 (diff) | |
download | chromium_src-17b9c1e027193799d193ff0c2a7698c195a4f4bb.zip chromium_src-17b9c1e027193799d193ff0c2a7698c195a4f4bb.tar.gz chromium_src-17b9c1e027193799d193ff0c2a7698c195a4f4bb.tar.bz2 |
Remove all suppressions for bug 62461
Looks like the bug was fixed, only the "Memcheck:Leak" (bug_62461h) is matched on the bots.
I'll put a narrower version of the 62461h suppression if the leak reports re-appear.
TBR=glider
BUG=62461
TEST=watch the memory waterfall
Review URL: http://codereview.chromium.org/5306008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67448 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/memcheck')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index dddfc5f..344ccfc 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -1135,87 +1135,6 @@ fun:CGBitmapContextCreate } { - bug_62461a - Memcheck:Addr4 - ... - fun:objc_msgSend* - ... - fun:-[NS* -} -{ - bug_62461b - Memcheck:Addr4 - ... - fun:objc_msgSend* - ... - fun:*Browser* -} -{ - bug_62461c - Memcheck:Addr4 - ... - fun:_cache* - ... - fun:-[NS* -} -{ - bug_62461d - Memcheck:Addr4 - ... - fun:_cache* - ... - fun:*Browser* -} -{ - bug_62461e - Memcheck:Addr4 - ... - fun:objc_msgSend - ... - fun:*NPAPI* -} -{ - bug_62461f - Memcheck:Addr4 - ... - fun:objc_msgSend - ... - fun:*history* -} -{ - bug_62461g - Memcheck:Addr4 - ... - fun:objc_msgSend - fun:_ZN4base3mac23ScopedNSAutoreleasePoolD2Ev -} -{ - bug_62461h - Memcheck:Leak - ... - fun:_cache* - ... - fun:-[NS* -} -{ - bug_62461i - Memcheck:Addr4 - ... - fun:_ZN3sql* - ... - fun:_ZN11WebDatabase* - ... - fun:_ZN14WebDataService* -} -{ - bug_62461j - Memcheck:Addr4 - fun:objc_msgSend - fun:_ZN18FileVersionInfoMac14GetStringValueEPKw - fun:_ZN18FileVersionInfoMac15product_versionEv - fun:_ZNK6chrome11VersionInfo7VersionEv -} -{ bug_63024a Memcheck:Cond fun:memcpy |