Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(59)

Unified Diff: tools/heapcheck/suppressions.txt

Issue 5904002: Add heapcheck suppression for NSS trust leak. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/heapcheck/suppressions.txt
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index db9bc559746ee3163747965056019c50c9c7604d..1d674e5f1208ad6e916cdbd30988ee950cda23fe 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -101,7 +101,25 @@
fun:base::OpenTestNSSDB
fun:net::CertDatabaseNSSTest::SetUp
}
-
+{
+ bug_66941_a
+ Heapcheck:Leak
+ fun:PR_NewLock
wtc 2010/12/17 02:46:59 The suppressions should all include CERT_ChangeCer
Ryan Sleevi 2010/12/17 02:50:17 wtc: Unfortunately, heapcheck wasn't picking up CE
+ fun:net::TestRootCerts::*
+}
+{
+ bug_66941_b
+ Heapcheck:Leak
+ fun:nss_ZAlloc
+ fun:net::TestRootCerts::*
+}
+{
+ bug_66941_c
+ Heapcheck:Leak
+ fun:PL_ArenaAllocate
+ fun:net::TestRootCerts::*
+}
+
#-----------------------------------------------------------------------
# 2. intentional unit test errors, or stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698