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

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

Issue 7672013: Suppress more memory leaks in ResourceDispatcherHostTest tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 97109)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -5315,6 +5315,22 @@
fun:_ZN19DownloadManagerTestC2Ev
fun:_ZN*DownloadManagerTest_*
}
+{
+ bug_93006c
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN23DownloadResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
+ fun:_ZN23BufferedResourceHandler27UseAlternateResourceHandlerEiP15ResourceHandler
+ fun:_ZN23BufferedResourceHandler23CompleteResponseStartedEib
+ fun:_ZN23BufferedResourceHandler15OnReadCompletedEiPi
+ fun:_ZN22ResourceDispatcherHost12CompleteReadEPN3net10URLRequestEPi
+ fun:_ZN22ResourceDispatcherHost15OnReadCompletedEPN3net10URLRequestEi
+ fun:_ZN3net10URLRequest19NotifyReadCompletedEi
+ fun:_ZN3net13URLRequestJob18NotifyReadCompleteEi
+ fun:_ZN3net17URLRequestTestJob20ProcessNextOperationEv
+ fun:_ZN3net17URLRequestTestJob24ProcessOnePendingMessageEv
+ fun:_ZN56ResourceDispatcherHostTest_*8TestBodyEv
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
« 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