summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt20
1 files changed, 19 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index db9bc55..1d674e5 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
+ 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