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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 3126030: Memory leak in remoting::SessionManagerTest_OneRecordCycle_Test (Closed)
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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are three kinds of suppressions in this file. 1 # There are three kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 4214 matching lines...) Expand 10 before | Expand all | Expand 10 after
4225 fun:_ZN3net8internal26ClientSocketPoolBaseHelper20CancelAllConnectJobsEv 4225 fun:_ZN3net8internal26ClientSocketPoolBaseHelper20CancelAllConnectJobsEv
4226 fun:_ZN3net8internal26ClientSocketPoolBaseHelperD0Ev 4226 fun:_ZN3net8internal26ClientSocketPoolBaseHelperD0Ev
4227 fun:_ZN4base10RefCountedIN3net8internal26ClientSocketPoolBaseHelperEE7Release Ev 4227 fun:_ZN4base10RefCountedIN3net8internal26ClientSocketPoolBaseHelperEE7Release Ev
4228 ... 4228 ...
4229 fun:_ZN13scoped_refptrIN3net8internal26ClientSocketPoolBaseHelperEED*Ev 4229 fun:_ZN13scoped_refptrIN3net8internal26ClientSocketPoolBaseHelperEED*Ev
4230 ... 4230 ...
4231 fun:_ZN3net20ClientSocketPoolBaseINS_15TCPSocketParamsEED*Ev 4231 fun:_ZN3net20ClientSocketPoolBaseINS_15TCPSocketParamsEED*Ev
4232 fun:_ZN3net19TCPClientSocketPoolD0Ev 4232 fun:_ZN3net19TCPClientSocketPoolD0Ev
4233 fun:_ZN4base10RefCountedIN3net16ClientSocketPoolEE7ReleaseEv 4233 fun:_ZN4base10RefCountedIN3net16ClientSocketPoolEE7ReleaseEv
4234 } 4234 }
4235 {
4236 bug_53277
4237 Memcheck:Leak
4238 fun:_Znw*
4239 fun:_Z11NewCallbackIN8remoting14SessionManagerEPNS0_21ChromotingHostMessageEi EPN9Callback2IT0_T1_E4TypeEPT_MSA_FvS5_S6_E
4240 fun:_ZN8remoting14SessionManager8DoEncodeE13scoped_refptrINS_11CaptureDataEE
4241 fun:_Z16DispatchToMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0 _11CaptureDataEEES4_EvPT_T0_RK6Tuple1IT1_E
4242 fun:_ZN14RunnableMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0_ 11CaptureDataEEE6Tuple1IS4_EE3RunEv
4243 fun:_ZN11MessageLoop7RunTaskEP4Task
4244 ...
4245 fun:_ZN8remoting38SessionManagerTest_OneRecordCycle_Test8TestBodyEv
4246 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698