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

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

Issue 7647017: Suppress a couple of new Valgrind leaks, remove the suppression for a Dr. Memory bug recently fixed (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 | « tools/valgrind/drmemory/suppressions.txt ('k') | 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 96759)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -884,7 +884,6 @@
{
bug_87500_a
Memcheck:Leak
- fun:_Zn*
...
fun:_ZN10disk_cache9BackendIO23ExecuteBackendOperationEv
fun:_ZN10disk_cache9BackendIO16ExecuteOperationEv
@@ -4799,7 +4798,7 @@
bug_89304
Memcheck:Leak
fun:_Znw*
- fun:_ZN3net20ClientSocketPoolBaseINS_21*SocketParamsEE13RequestSocketERKSsRK13scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
+ ...
fun:_ZN3net20ClientSocketPoolBaseINS_15*SocketParamsEE13RequestSocketERKSsRK13scoped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
fun:_ZN3net19*SocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE
fun:_ZN3net18ClientSocketHandle4Init*
@@ -5272,6 +5271,29 @@
fun:_ZN5views18AcceleratorHandler8DispatchEP9_GdkEvent
fun:_ZN4base14MessagePumpGtk14DispatchEventsEP9_GdkEvent
}
+{
+ bug_92876a
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3net18SSLClientSocketNSS10BufferSendEv
+ fun:_ZN3net18SSLClientSocketNSS13DoTransportIOEv
+ fun:_ZN3net18SSLClientSocketNSS11DoWriteLoopEi
+ fun:_ZN3net18SSLClientSocketNSS5WriteEPNS_8IOBufferEiP14CallbackRunnerI6Tuple1IiEE
+ fun:_ZN3net11SpdySession11WriteSocketEv
+}
+{
+ bug_92876b
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN3net18SSLClientSocketNSS10BufferSendEv
+ fun:_ZN3net18SSLClientSocketNSS13DoTransportIOEv
+ fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
+ fun:_ZN3net18SSLClientSocketNSS7ConnectEP14CallbackRunnerI6Tuple1IiEE
+ fun:_ZN3net13SSLConnectJob12DoSSLConnectEv
+ fun:_ZN3net13SSLConnectJob6DoLoopEi
+ fun:_ZN3net13SSLConnectJob12OnIOCompleteEi
+ fun:_Z16DispatchToMethodIN3net13SSLConnectJobEMS1_FviEiEvPT_T0_RK6Tuple1IT1_E
+}
#-----------------------------------------------------------------------
# These only occur on our Google workstations
« no previous file with comments | « tools/valgrind/drmemory/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698