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

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

Issue 509016: Refactored code to allow associating workers with multiple renderers. (Closed)
Patch Set: Disabled overly-aggressive assertion in ResourceDispatcherHost. Created 10 years, 10 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 | « chrome/worker/worker_uitest.cc ('k') | 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 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
1039 fun:_ZN3net13TCPConnectJob6DoLoopEi 1039 fun:_ZN3net13TCPConnectJob6DoLoopEi
1040 fun:_ZN3net13TCPConnectJob12OnIOCompleteEi 1040 fun:_ZN3net13TCPConnectJob12OnIOCompleteEi
1041 ... 1041 ...
1042 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv 1042 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv
1043 } 1043 }
1044 { 1044 {
1045 bug_22923 1045 bug_22923
1046 Memcheck:Leak 1046 Memcheck:Leak
1047 fun:_Znw* 1047 fun:_Znw*
1048 ... 1048 ...
1049 fun:_ZN13WorkerService12CreateWorkerERK4GURLbbRKSbItN4base20string16_char_tra itsESaItEEiiPN3IPC7Message6SenderEi 1049 fun:_ZN13WorkerService12CreateWorker*
1050 fun:_ZN21ResourceMessageFilter14OnCreateWorkerERK4GURLbRKSbItN4base20string16 _char_traitsESaItEEiPi 1050 fun:_ZN21ResourceMessageFilter14OnCreateWorker*
1051 fun:_Z16DispatchToMethodI21ResourceMessageFilterMS0_FvRK4GURLbRKSbItN4base20s tring16_char_traitsESaItEEiPiES1_bS7_iiEvPT_T0_RK6Tuple4IT1_T2_T3_T4_EP6Tuple1IT 5_E 1051 fun:_Z16DispatchToMethodI21ResourceMessageFilter*
1052 } 1052 }
1053 { 1053 {
1054 bug_22932 1054 bug_22932
1055 Memcheck:Leak 1055 Memcheck:Leak
1056 fun:_Znw* 1056 fun:_Znw*
1057 fun:_ZN7WebCore26PlatformMessagePortChannel19postMessageToRemoteEN3WTF10PassO wnPtrINS_18MessagePortChannel9EventDataEEE 1057 fun:_ZN7WebCore26PlatformMessagePortChannel19postMessageToRemoteEN3WTF10PassO wnPtrINS_18MessagePortChannel9EventDataEEE
1058 fun:_ZN7WebCore18MessagePortChannel19postMessageToRemoteEN3WTF10PassOwnPtrINS 0_9EventDataEEE 1058 fun:_ZN7WebCore18MessagePortChannel19postMessageToRemoteEN3WTF10PassOwnPtrINS 0_9EventDataEEE
1059 } 1059 }
1060 { 1060 {
1061 bug_23104 1061 bug_23104
(...skipping 1147 matching lines...) Expand 10 before | Expand all | Expand 10 after
2209 obj:* 2209 obj:*
2210 obj:* 2210 obj:*
2211 obj:* 2211 obj:*
2212 obj:* 2212 obj:*
2213 obj:* 2213 obj:*
2214 obj:* 2214 obj:*
2215 fun:find_objects 2215 fun:find_objects
2216 fun:find_objects_by_template 2216 fun:find_objects_by_template
2217 fun:nssToken_FindCertificatesBySubject 2217 fun:nssToken_FindCertificatesBySubject
2218 } 2218 }
OLDNEW
« no previous file with comments | « chrome/worker/worker_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698