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

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

Issue 7008022: Widen suppression (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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 4584 matching lines...) Expand 10 before | Expand all | Expand 10 after
4595 fun:_ZNK4base20RefCountedThreadSafeIN3net16HostResolverImpl3JobENS_33DefaultR efCountedThreadSafeTraitsIS3_EEE7ReleaseEv 4595 fun:_ZNK4base20RefCountedThreadSafeIN3net16HostResolverImpl3JobENS_33DefaultR efCountedThreadSafeTraitsIS3_EEE7ReleaseEv
4596 fun:_ZN20RunnableMethodTraitsIN3net16HostResolverImpl3JobEE13ReleaseCalleeEPS 2_ 4596 fun:_ZN20RunnableMethodTraitsIN3net16HostResolverImpl3JobEE13ReleaseCalleeEPS 2_
4597 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKN4base9TimeTicksE jE6Tuple2IS4_jEE13ReleaseCalleeEv 4597 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKN4base9TimeTicksE jE6Tuple2IS4_jEE13ReleaseCalleeEv
4598 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKN4base9TimeTicksE jE6Tuple2IS4_jEED0Ev 4598 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKN4base9TimeTicksE jE6Tuple2IS4_jEED0Ev
4599 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv 4599 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv
4600 } 4600 }
4601 { 4601 {
4602 bug_83949 4602 bug_83949
4603 Memcheck:Leak 4603 Memcheck:Leak
4604 fun:_Znw* 4604 fun:_Znw*
4605 ...
4605 fun:_ZN13P2PSocketHost6CreateEPN3IPC7Message6SenderEii13P2PSocketType 4606 fun:_ZN13P2PSocketHost6CreateEPN3IPC7Message6SenderEii13P2PSocketType
4606 fun:_ZN23P2PSocketDispatcherHost14OnCreateSocketERKN3IPC7MessageE13P2PSocketT ypeiRKN3net10IPEndPointES8_ 4607 fun:_ZN23P2PSocketDispatcherHost14OnCreateSocketERKN3IPC7MessageE13P2PSocketT ypeiRKN3net10IPEndPointES8_
4607 fun:_ZN3IPC16MessageWithTupleI6Tuple4I13P2PSocketTypeiN3net10IPEndPointES4_EE 8DispatchI23P2PSocketDispatcherHostS8_S2_iRKS4_SA_EEbPKNS_7MessageEPT_PT0_MSE_Fv RSC_T1_T2_T3_T4_E 4608 fun:_ZN3IPC16MessageWithTupleI6Tuple4I13P2PSocketTypeiN3net10IPEndPointES4_EE 8DispatchI23P2PSocketDispatcherHostS8_S2_iRKS4_SA_EEbPKNS_7MessageEPT_PT0_MSE_Fv RSC_T1_T2_T3_T4_E
4608 fun:_ZN23P2PSocketDispatcherHost17OnMessageReceivedERKN3IPC7MessageEPb 4609 fun:_ZN23P2PSocketDispatcherHost17OnMessageReceivedERKN3IPC7MessageEPb
4609 fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE 4610 fun:_ZN20BrowserMessageFilter15DispatchMessageERKN3IPC7MessageE
4610 fun:_ZN20BrowserMessageFilter17OnMessageReceivedERKN3IPC7MessageE 4611 fun:_ZN20BrowserMessageFilter17OnMessageReceivedERKN3IPC7MessageE
4611 fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE 4612 fun:_ZN3IPC12ChannelProxy7Context10TryFiltersERKNS_7MessageE
4612 fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE 4613 fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE
4613 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv 4614 fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
4614 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi 4615 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
4615 } 4616 }
4617
4616 #----------------------------------------------------------------------- 4618 #-----------------------------------------------------------------------
4617 # These only occur on our Google workstations 4619 # These only occur on our Google workstations
4618 { 4620 {
4619 bug_todo_freeres 4621 bug_todo_freeres
4620 Memcheck:Free 4622 Memcheck:Free
4621 fun:free 4623 fun:free
4622 fun:__libc_freeres 4624 fun:__libc_freeres
4623 fun:_vgnU_freeres 4625 fun:_vgnU_freeres
4624 fun:_Exit 4626 fun:_Exit
4625 fun:exit 4627 fun:exit
4626 } 4628 }
4627 { 4629 {
4628 bug_todo_getdelim 4630 bug_todo_getdelim
4629 Memcheck:Leak 4631 Memcheck:Leak
4630 fun:malloc 4632 fun:malloc
4631 fun:getdelim 4633 fun:getdelim
4632 ... 4634 ...
4633 fun:call_init 4635 fun:call_init
4634 fun:_dl_init 4636 fun:_dl_init
4635 } 4637 }
4636 { 4638 {
4637 bug_todo_getdelim2 4639 bug_todo_getdelim2
4638 Memcheck:Leak 4640 Memcheck:Leak
4639 fun:malloc 4641 fun:malloc
4640 fun:getdelim 4642 fun:getdelim
4641 obj:/lib/libselinux.so.1 4643 obj:/lib/libselinux.so.1
4642 obj:/lib/libselinux.so.1 4644 obj:/lib/libselinux.so.1
4643 obj:/lib/libselinux.so.1 4645 obj:/lib/libselinux.so.1
4644 } 4646 }
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