summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-17 10:08:50 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-02-17 10:08:50 +0000
commit29be3f5734e5bfa79a62ea10f53e71e629a380c8 (patch)
treed1e73dcad8ecc76a255eda00d6d5368c32a3ac90 /tools/heapcheck
parent07afd7c54e974e537fd094f0f4c41784ab5919b1 (diff)
downloadchromium_src-29be3f5734e5bfa79a62ea10f53e71e629a380c8.zip
chromium_src-29be3f5734e5bfa79a62ea10f53e71e629a380c8.tar.gz
chromium_src-29be3f5734e5bfa79a62ea10f53e71e629a380c8.tar.bz2
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
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt11
1 files changed, 10 insertions, 1 deletions
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_*
+}