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

Unified Diff: tools/heapcheck/suppressions.txt

Issue 10155021: Widen a couple of suppression rules and add another rule. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 | « 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
===================================================================
--- tools/heapcheck/suppressions.txt (revision 133610)
+++ tools/heapcheck/suppressions.txt (working copy)
@@ -95,7 +95,7 @@
bug_51988_c
Heapcheck:Leak
...
- fun:crypto::OpenTestNSSDB
+ fun:crypto::Open*NSSDB
}
{
bug_51988_d
@@ -118,6 +118,13 @@
fun:net::CertDatabaseNSSTest::TearDown
}
{
+ bug_51988_g
+ Heapcheck:Leak
+ fun:sqlite3MemMalloc
+ ...
+ fun:net::CertDatabaseNSSTest::SetUp
+}
+{
bug_66941_a
Heapcheck:Leak
fun:PR_NewLock
@@ -143,7 +150,7 @@
{
bug_119677
Heapcheck:Leak
- fun:XRRRootToScreen
+ ...
fun:MonitorChangeObserverX11
fun:aura::Env::Init
fun:aura::Env::GetInstance
@@ -253,7 +260,6 @@
fun:InitSessionCacheLocks
fun:initSessionCacheLocksLazily
...
- fun:ssl_InitSessionCacheLocks
fun:lock_cache
fun:ssl_LookupSID
fun:ssl2_BeginClientHandshake
@@ -1089,7 +1095,6 @@
Heapcheck:Leak
fun:sqlite3MemMalloc
fun:net::CertDatabase::ListCerts
- fun:net::CertDatabaseNSSTest_ListCerts_Test::TestBody
}
{
bug_82974e
@@ -1817,3 +1822,10 @@
fun:FileSystem*URLRequestJobTest_InvalidURL_Test
fun:testing::internal::TestFactoryImpl::CreateTest
}
+{
+ bug_124758
+ Heapcheck:Leak
+ fun:sqlite3MemMalloc
+ fun:crypto::RSAPrivateKey::FindFromPublicKeyInfo
+ fun:crypto::RSAPrivateKeyNSSTest_*_Test::TestBody
+}
« 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