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 270031: Remove suppression for bug 22031.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 2 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 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 } 909 }
910 { 910 {
911 bug_22021 911 bug_22021
912 Memcheck:Leak 912 Memcheck:Leak
913 fun:malloc 913 fun:malloc
914 fun:_ZN3WTF10fastMallocE* 914 fun:_ZN3WTF10fastMallocE*
915 ... 915 ...
916 fun:_ZN7WebCore19V8EventListenerList3addEPNS_15V8EventListenerE 916 fun:_ZN7WebCore19V8EventListenerList3addEPNS_15V8EventListenerE
917 } 917 }
918 { 918 {
919 bug_22031
920 Memcheck:Param
921 write(buf)
922 ...
923 fun:_ZN3net10FileStream5WriteEPKciP14CallbackRunnerI6Tuple1IiEE
924 fun:_ZN14SessionBackend20AppendCommandsToFileEPN3net10FileStreamERKSt6vectorI P14SessionCommandSaIS5_EE
925 }
926 {
927 bug_22098 919 bug_22098
928 Memcheck:Leak 920 Memcheck:Leak
929 fun:_Znw* 921 fun:_Znw*
930 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil eDescriptorWatcherEPNS0_7WatcherE 922 fun:_ZN4base19MessagePumpLibevent19WatchFileDescriptorEibNS0_4ModeEPNS0_21Fil eDescriptorWatcherEPNS0_7WatcherE
931 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePum pLibevent21FileDescriptorWatcherEPNS2_7WatcherE 923 fun:_ZN16MessageLoopForIO19WatchFileDescriptorEibNS_4ModeEPN4base19MessagePum pLibevent21FileDescriptorWatcherEPNS2_7WatcherE
932 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv 924 fun:_ZN3IPC7Channel11ChannelImpl23ProcessOutgoingMessagesEv
933 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE 925 fun:_ZN3IPC7Channel11ChannelImpl4SendEPNS_7MessageE
934 fun:_ZN3IPC7Channel4SendEPNS_7MessageE 926 fun:_ZN3IPC7Channel4SendEPNS_7MessageE
935 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE 927 fun:_ZN3IPC12ChannelProxy7Context13OnSendMessageEPNS_7MessageE
936 fun:_ZN3IPC8SendTask3RunEv 928 fun:_ZN3IPC8SendTask3RunEv
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 fun:_ZN12RenderThread24OnControlMessageReceivedERKN3IPC7MessageE 1167 fun:_ZN12RenderThread24OnControlMessageReceivedERKN3IPC7MessageE
1176 fun:_ZN11ChildThread17OnMessageReceivedERKN3IPC7MessageE 1168 fun:_ZN11ChildThread17OnMessageReceivedERKN3IPC7MessageE
1177 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE 1169 fun:_ZN3IPC12ChannelProxy7Context17OnDispatchMessageERKNS_7MessageE
1178 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3 _EvPT_T0_RK6Tuple1IT1_E 1170 fun:_Z16DispatchToMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEES3 _EvPT_T0_RK6Tuple1IT1_E
1179 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu ple1IS3_EE3RunEv 1171 fun:_ZN14RunnableMethodIN3IPC12ChannelProxy7ContextEMS2_FvRKNS0_7MessageEE6Tu ple1IS3_EE3RunEv
1180 fun:_ZN11MessageLoop7RunTaskEP4Task 1172 fun:_ZN11MessageLoop7RunTaskEP4Task
1181 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 1173 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
1182 fun:_ZN11MessageLoop6DoWorkEv 1174 fun:_ZN11MessageLoop6DoWorkEv
1183 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 1175 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1184 } 1176 }
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