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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 11174006: Implement ScopedTestNSSDB instead of OpenTestNSSDB() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reland with suppression Created 8 years, 2 months 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 | « net/base/nss_cert_database_unittest.cc ('k') | 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 86a186b519425c586e09c2131e2942b02a2b4c14..39303b8a94acc7fac4be7e1d2c049190913d3780 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -247,6 +247,25 @@
fun:WebKit::WebLayerTreeViewImpl::composite
fun:ui::Compositor::Draw
}
+# There is not CloseTestNSSDB due to NSS bug 588269.
+# When NSS 3.14 is the minimum version required, this should be removed.
+# http://crbug.com/156433 .
+{
+ bug_156433_a
+ Heapcheck:Leak
+ fun:sqlite3MemMalloc
+ fun:crypto::::NSSInitSingleton::OpenUserDB
+ fun:crypto::::NSSInitSingleton::OpenTestNSSDB
+ fun:crypto::ScopedTestNSSDB::ScopedTestNSSDB
+}
+{
+ bug_156433_b
+ Heapcheck:Leak
+ fun:PORT_Alloc_Util
+ fun:crypto::::NSSInitSingleton::OpenUserDB
+ fun:crypto::::NSSInitSingleton::OpenTestNSSDB
+ fun:crypto::ScopedTestNSSDB::ScopedTestNSSDB
+}
#-----------------------------------------------------------------------
« no previous file with comments | « net/base/nss_cert_database_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698