summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-19 04:57:56 +0000
committerhbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-01-19 04:57:56 +0000
commit694fbeec4cd2731d83e2cf1c48777c2237f44b4d (patch)
tree840ea63d4aa22ba3c42934297a8aefa8c4472255 /tools/heapcheck
parent71caca8bbfc5a04147af70b5638556f34d622667 (diff)
downloadchromium_src-694fbeec4cd2731d83e2cf1c48777c2237f44b4d.zip
chromium_src-694fbeec4cd2731d83e2cf1c48777c2237f44b4d.tar.gz
chromium_src-694fbeec4cd2731d83e2cf1c48777c2237f44b4d.tar.bz2
Suppresses the leaks for Bug 70062
This change just suppresses the leaks for Bug 70062. (Unfortunately, I'm not totally sure why these leaks happen on these bots because "net/socket/ssl_client_socket_nss.cc" has not been changed these days. Since the only change under 'net/socket' is r71739 <http://crrev.com/71739>, it emerged these leaks?) TBR=thestig,timurrrr BUG=70062 TEST=make the "Linux Tests (valgrind)(3)" bot and the "Chromium OS UI (valgrind)(3)" bot green. Review URL: http://codereview.chromium.org/6290007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71763 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index ee28fd4..d04ce62 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1191,3 +1191,11 @@
...
fun:*PrerenderResourceHandlerTest*
}
+{
+ Bug_70062
+ Heapcheck:Leak
+ fun:PR_NewLock
+ fun:InitSessionCacheLocks
+ fun:initSessionCacheLocksLazily
+ fun:PR_CallOnce
+}