summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-16 14:56:14 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-16 14:56:14 +0000
commit559d13230b4afa7d162758c527245ca42ce0ca07 (patch)
tree3d92652295127e3686be1b2bc70a4bf3cdef8350 /tools
parent62745ce54f24215dc60fa5388d7b3c60b051cb6b (diff)
downloadchromium_src-559d13230b4afa7d162758c527245ca42ce0ca07.zip
chromium_src-559d13230b4afa7d162758c527245ca42ce0ca07.tar.gz
chromium_src-559d13230b4afa7d162758c527245ca42ce0ca07.tar.bz2
Suppress intentional LeakyLazyInstance memory leaks and getdelim Lucid leaks
BUG=82715 TBR=glider Review URL: http://codereview.chromium.org/7010006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85485 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index ce3364a..fdaca40 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -119,6 +119,11 @@
fun:PL_ArenaAllocate
fun:net::TestRootCerts::*
}
+{
+ bug_todo_getdelim_lucid
+ Heapcheck:Leak
+ fun:_IO_getdelim
+}
#-----------------------------------------------------------------------
# 2. intentional unit test errors, or stuff that is somehow a false positive
@@ -181,6 +186,13 @@
fun:basic_string
fun:disk_cache::Stats::Init
}
+{
+ Intentional LeakyLazyInstanceTraits leaks
+ Heapcheck:Leak
+ ...
+ fun:base::LeakyLazyInstanceTraits::New
+ fun:base::LazyInstance::Pointer
+}
#-----------------------------------------------------------------------
# 3. Suppressions for real chromium bugs that are not yet fixed.
# These should all be in chromium's bug tracking system (but a few aren't yet).