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

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

Issue 3192018: Widen a suppression for a memory leak in remoting tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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 3476 matching lines...) Expand 10 before | Expand all | Expand 10 after
3487 fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE 3487 fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE
3488 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv 3488 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
3489 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi 3489 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
3490 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou tBlockingEiPS0_ 3490 fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithou tBlockingEiPS0_
3491 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv 3491 fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv
3492 } 3492 }
3493 { 3493 {
3494 bug_46678 3494 bug_46678
3495 Memcheck:Leak 3495 Memcheck:Leak
3496 fun:_Znw* 3496 fun:_Znw*
3497 fun:_Z11NewCallbackIN8remoting14SessionManagerEPNS0_11HostMessageEiEPN9Callba ck2IT0_T1_E4TypeEPT_MSA_FvS5_S6_E 3497 fun:_Z11NewCallbackIN8remoting14SessionManager*
3498 fun:_ZN8remoting14SessionManager8DoEncodeE13scoped_refptrINS_11CaptureDataEE 3498 fun:_ZN8remoting14SessionManager8DoEncodeE13scoped_refptrINS_11CaptureDataEE
3499 fun:_Z16DispatchToMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0 _11CaptureDataEEES4_EvPT_T0_RK6Tuple1IT1_E 3499 fun:_Z16DispatchToMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0 _11CaptureDataEEES4_EvPT_T0_RK6Tuple1IT1_E
3500 fun:_ZN14RunnableMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0_ 11CaptureDataEEE6Tuple1IS4_EE3RunEv 3500 fun:_ZN14RunnableMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0_ 11CaptureDataEEE6Tuple1IS4_EE3RunEv
3501 fun:_ZN11MessageLoop7RunTaskEP4Task 3501 fun:_ZN11MessageLoop7RunTaskEP4Task
3502 ... 3502 ...
3503 fun:_ZN8remoting38SessionManagerTest_OneRecordCycle_Test8TestBodyEv 3503 fun:_ZN8remoting38SessionManagerTest_OneRecordCycle_Test8TestBodyEv
3504 } 3504 }
3505 { 3505 {
3506 bug_47331_part_1 3506 bug_47331_part_1
3507 Memcheck:Leak 3507 Memcheck:Leak
(...skipping 717 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 }
OLDNEW
« 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