summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-23 17:51:38 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-23 17:51:38 +0000
commit57c74c84262d3a216be530d281b0dd530ccde406 (patch)
tree295c8650c1ece9e9113ffe16f49eea0c2d0b42df /tools
parent0e28ef06edf54b80309ad26c5fb3b780388dc8ea (diff)
downloadchromium_src-57c74c84262d3a216be530d281b0dd530ccde406.zip
chromium_src-57c74c84262d3a216be530d281b0dd530ccde406.tar.gz
chromium_src-57c74c84262d3a216be530d281b0dd530ccde406.tar.bz2
Suppression expected leak in ProxyConfigServiceLinux.
BUG=None TEST=OminiboxTest (and a couple of others) were reporting this in valgrind test. They should be gone with this patch. Review URL: http://codereview.chromium.org/414067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32805 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 5e01210..593ef54 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -420,6 +420,17 @@
fun:_ZN9TestSuite3RunEv
fun:main
}
+{
+ # A callback object that may or may not be called on exit.
+ # See comments in ProxyConfigServiceLinux::Delegate::PostDestroyTask (proxy_config_service_linux.cc)
+ intentional_NewRunnableMethod_ProxyConfigServiceLinux_Delegate_CancelableTask_Leak
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_Z17NewRunnableMethodIN3net23ProxyConfigServiceLinux8DelegateEMS2_FvvEEP14CancelableTaskPT_T0_
+ fun:_ZN3net23ProxyConfigServiceLinux8Delegate15PostDestroyTaskEv
+ fun:_ZN3net23ProxyConfigServiceLinuxD0Ev
+}
+
#-----------------------------------------------------------------------
# 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).