Commit e255729f authored by glider@chromium.org's avatar glider@chromium.org

More memory suppressions:

 - suppress leaks in GetStoragePartitionFromConfig (issue 233532)
 - suppress leaks in DiskCacheBackendTest.SimpleDoom* (issue 233541)

BUG=233532,233541
TBR=oshima

Review URL: https://codereview.chromium.org/14241023

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195146 0039d316-1c4b-4281-b951-d872f2087c98
parent 462e52c6
......@@ -1883,3 +1883,22 @@
...
fun:extensions::WebstoreInlineInstallerTest_DomainVerification_Test::TestBody
}
{
bug_233532
Heapcheck:Leak
...
fun:GetStoragePartitionFromConfig
fun:content::BrowserContext::GetStoragePartition
fun:content::NavigationControllerImpl::GetSessionStorageNamespace
fun:content::RenderViewHostManager::Init
}
{
bug_233541
Heapcheck:Leak
...
fun:DiskCacheTestWithCache::CreateBackend
...
fun:DiskCacheTestWithCache::InitCache
fun:DiskCacheBackendTest_SimpleDoom*
}
......@@ -7065,3 +7065,12 @@
fun:_Znw*
fun:_ZN8chromeos52DeviceOAuth2TokenServiceTest_SaveEncryptedToken_Test8TestBodyEv
}
{
bug_233541
Memcheck:Leak
fun:_Znw*
fun:_ZN22DiskCacheTestWithCache13CreateBackendEjPN4base6ThreadE
fun:_ZN22DiskCacheTestWithCache13InitDiskCacheEv
fun:_ZN22DiskCacheTestWithCache9InitCacheEv
fun:*DiskCacheBackendTest_SimpleDoom*
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment