From 29be3f5734e5bfa79a62ea10f53e71e629a380c8 Mon Sep 17 00:00:00 2001 From: "timurrrr@chromium.org" Date: Thu, 17 Feb 2011 10:08:50 +0000 Subject: More Heapchecker suppressions for the leaks in ExtensionSpecialStoragePolicy BUG=73268 TBR=michaeln TEST=heapchecker bot goes green Review URL: http://codereview.chromium.org/6507038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75246 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 93faa7a..2143e26 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1251,10 +1251,19 @@ fun:media::PipelineImpl::InitializeTask } { - bug_73268 + bug_73268a Heapcheck:Leak ... fun:ExtensionSpecialStoragePolicy::SpecialCollection::Contains fun:ExtensionSpecialStoragePolicy::IsStorage* fun:ExtensionSpecialStoragePolicyTest_*_Test::TestBody } +{ + bug_73268b + Heapcheck:Leak + ... + fun:bool ::InitCanonical + fun:GURL + ... + fun:ExtensionSpecialStoragePolicyTest_* +} -- cgit v1.1