summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-07 09:05:29 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-07 09:05:29 +0000
commit7d943060708624af74a6d589ad3cd26b2a4abdd9 (patch)
tree0153fd776e7fdb05209b1bd435dcf9c79a290818 /tools/heapcheck
parent8ee0492feeb4f8b10b965eb0603531acf51fec23 (diff)
downloadchromium_src-7d943060708624af74a6d589ad3cd26b2a4abdd9.zip
chromium_src-7d943060708624af74a6d589ad3cd26b2a4abdd9.tar.gz
chromium_src-7d943060708624af74a6d589ad3cd26b2a4abdd9.tar.bz2
Heapcheck: Suppress leaks in TestBrowserThreadBundle.
BUG=247525 NOTRY=true TBR=ajwong Review URL: https://chromiumcodereview.appspot.com/16571013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204774 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 813cbe0..6c2064f 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -1974,3 +1974,11 @@
...
fun:extensions::ActivityDatabase::Init
}
+{
+ bug_247525
+ Heapcheck:Leak
+ ...
+ fun:appcache::AppCacheStorageImpl::Initialize
+ fun:appcache::AppCacheService::Initialize
+ fun:content::ChromeAppCacheService::InitializeOnIOThread
+}