From 2e3d3b636d1aeffc3ed4166ab7eca71fe497fb28 Mon Sep 17 00:00:00 2001 From: "timurrrr@chromium.org" Date: Fri, 20 Aug 2010 10:46:16 +0000 Subject: Widen the suppression for bug 50936 once again; suppress memory leaks in RenderProcessHost BUG=50936,52834 Review URL: http://codereview.chromium.org/3116028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56844 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/memcheck/suppressions.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index e78fe43..a7c0b81 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3738,7 +3738,9 @@ ... fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile fun:*FactoryForOffTheRecordC*EP7Profile + ... fun:_ZN29ChromeURLRequestContextGetter18CreateOffTheRecordEP7Profile + ... fun:_ZN23OffTheRecordProfileImpl*Profile fun:_ZN7Profile25CreateOffTheRecordProfileEv fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv @@ -4178,3 +4180,16 @@ fun:_ZN11MessageLoop11RunInternalEv fun:_ZN11MessageLoop10RunHandlerEv } +{ + bug_52834 + Memcheck:Leak + fun:_Znw* + ... + fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics0EEC1Ev + fun:_ZN17RenderProcessHostC2EP7Profile + ... + fun:_ZN21MockRenderProcessHostC1EP7Profile + fun:_ZNK28MockRenderProcessHostFactory23CreateRenderProcessHostEP7Profile + fun:_ZN12SiteInstance10GetProcessEv + fun:_ZN14RenderViewHostC2EP12SiteInstanceP22RenderViewHostDelegateix +} -- cgit v1.1