summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authortyoshino@chromium.org <tyoshino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 13:55:02 +0000
committertyoshino@chromium.org <tyoshino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-16 13:55:02 +0000
commitf8efd95f9652964bc214367648c5dfbce8ae9d30 (patch)
treec759517e0d0d76a6840ff820529b2c30cb502844 /tools/heapcheck
parenta37e57ab57d28d3cb961767ee0a3f513ab537065 (diff)
downloadchromium_src-f8efd95f9652964bc214367648c5dfbce8ae9d30.zip
chromium_src-f8efd95f9652964bc214367648c5dfbce8ae9d30.tar.gz
chromium_src-f8efd95f9652964bc214367648c5dfbce8ae9d30.tar.bz2
Suppress disk_cache related leaks found by heapchecker
BUG=49300 TEST=none Review URL: http://codereview.chromium.org/3012005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index c82b046..74cc4d1 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -871,3 +871,23 @@
fun:Value::CreateStringValue
fun:ExtensionPrefStoreTest_*_Test::TestBody
}
+{
+ bug_49300_a
+ Heapcheck:Leak
+ fun:disk_cache::StorageBlock::AllocateData
+ fun:disk_cache::StorageBlock::Data
+}
+{
+ bug_49300_b
+ Heapcheck:Leak
+ fun:disk_cache::BackendImpl::CreateEntryImpl
+ fun:disk_cache::BackendImpl::SyncCreateEntry
+ fun:disk_cache::BackendIO::ExecuteBackendOperation
+}
+{
+ bug_49300_c
+ Heapcheck:Leak
+ ...
+ fun:disk_cache::BackendImpl::NewEntry
+ fun:disk_cache::BackendImpl::MatchEntry
+}