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

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

Issue 385087: Updated suppression signature to reflect changed method params. (Closed)
Patch Set: Created 11 years, 1 month 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 | 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 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 fun:_ZN3net13TCPConnectJob6DoLoopEi 939 fun:_ZN3net13TCPConnectJob6DoLoopEi
940 fun:_ZN3net13TCPConnectJob12OnIOCompleteEi 940 fun:_ZN3net13TCPConnectJob12OnIOCompleteEi
941 ... 941 ...
942 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv 942 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv
943 } 943 }
944 { 944 {
945 bug_22923 945 bug_22923
946 Memcheck:Leak 946 Memcheck:Leak
947 fun:_Znw* 947 fun:_Znw*
948 ... 948 ...
949 fun:_ZN13WorkerService12CreateWorkerERK4GURLbRKSbItN4base20string16_char_trai tsESaItEEiiPN3IPC7Message6SenderEii 949 fun:_ZN13WorkerService12CreateWorkerERK4GURLbRKSbItN4base20string16_char_trai tsESaItEEiiPN3IPC7Message6SenderEi
950 fun:_ZN21ResourceMessageFilter14OnCreateWorkerERK4GURLbRKSbItN4base20string16 _char_traitsESaItEEiPi 950 fun:_ZN21ResourceMessageFilter14OnCreateWorkerERK4GURLbRKSbItN4base20string16 _char_traitsESaItEEiPi
951 fun:_Z16DispatchToMethodI21ResourceMessageFilterMS0_FvRK4GURLbRKSbItN4base20s tring16_char_traitsESaItEEiPiES1_bS7_iiEvPT_T0_RK6Tuple4IT1_T2_T3_T4_EP6Tuple1IT 5_E 951 fun:_Z16DispatchToMethodI21ResourceMessageFilterMS0_FvRK4GURLbRKSbItN4base20s tring16_char_traitsESaItEEiPiES1_bS7_iiEvPT_T0_RK6Tuple4IT1_T2_T3_T4_EP6Tuple1IT 5_E
952 } 952 }
953 { 953 {
954 bug_22932 954 bug_22932
955 Memcheck:Leak 955 Memcheck:Leak
956 fun:_Znw* 956 fun:_Znw*
957 fun:_ZN7WebCore26PlatformMessagePortChannel19postMessageToRemoteEN3WTF10PassO wnPtrINS_18MessagePortChannel9EventDataEEE 957 fun:_ZN7WebCore26PlatformMessagePortChannel19postMessageToRemoteEN3WTF10PassO wnPtrINS_18MessagePortChannel9EventDataEEE
958 fun:_ZN7WebCore18MessagePortChannel19postMessageToRemoteEN3WTF10PassOwnPtrINS 0_9EventDataEEE 958 fun:_ZN7WebCore18MessagePortChannel19postMessageToRemoteEN3WTF10PassOwnPtrINS 0_9EventDataEEE
959 fun:* 959 fun:*
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 { 1144 {
1145 bug_27318 1145 bug_27318
1146 Memcheck:Cond 1146 Memcheck:Cond
1147 fun:_ZN21MessagePortDispatcher7ObserveE16NotificationTypeRK18NotificationSour ceRK19NotificationDetails 1147 fun:_ZN21MessagePortDispatcher7ObserveE16NotificationTypeRK18NotificationSour ceRK19NotificationDetails
1148 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails 1148 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails
1149 fun:_ZN17WorkerProcessHostD0Ev 1149 fun:_ZN17WorkerProcessHostD0Ev
1150 fun:_ZN16ChildProcessHost11OnChildDiedEv 1150 fun:_ZN16ChildProcessHost11OnChildDiedEv
1151 fun:_ZN16ChildProcessHost12ListenerHook14OnChannelErrorEv 1151 fun:_ZN16ChildProcessHost12ListenerHook14OnChannelErrorEv
1152 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi 1152 fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
1153 } 1153 }
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