Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 3116028: Widen the suppression for bug 50936 once again; suppress memory leaks in Rend... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 56843)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -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
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698