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

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

Issue 2756005: Add 3 new suppressions to get CrOs Valgrind green. (Closed)
Patch Set: Created 10 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
« 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 3083 matching lines...) Expand 10 before | Expand all | Expand 10 after
3094 } 3094 }
3095 3095
3096 { 3096 {
3097 bug_46144 3097 bug_46144
3098 Memcheck:Leak 3098 Memcheck:Leak
3099 fun:malloc 3099 fun:malloc
3100 fun:_ZN3WTF10fastMallocEj 3100 fun:_ZN3WTF10fastMallocEj
3101 fun:_ZN3WTF13FastAllocBasenwEj 3101 fun:_ZN3WTF13FastAllocBasenwEj
3102 fun:_ZN3WTF20ThreadIdentifierData10initializeEj 3102 fun:_ZN3WTF20ThreadIdentifierData10initializeEj
3103 } 3103 }
3104
3105 {
3106 bug_46163
3107 Memcheck:Leak
3108 fun:_Znw*
3109 fun:_ZN4base19MessagePumpLibevent3RunEPNS_11MessagePump8DelegateE
3110 fun:_ZN11MessageLoop11RunInternalEv
3111 fun:_ZN11MessageLoop10RunHandlerEv
3112 }
3113
3114 {
3115 bug_46162
3116 Memcheck:Leak
3117 fun:malloc
3118 fun:_ZN3WTF10fastMallocEj
3119 fun:_ZN3WTF13FastAllocBasenwEj
3120 fun:_ZN3WTF14ThreadSpecificINS_13WTFThreadDataEE3setEPS1_
3121 fun:_ZN3WTF14ThreadSpecificINS_13WTFThreadDataEEcvPS1_Ev
3122 fun:_ZN3WTF14ThreadSpecificINS_13WTFThreadDataEEdeEv
3123 fun:_ZN3WTF13wtfThreadDataEv
3124 fun:_ZN7WebCore11stringTableEv
3125 fun:_ZN7WebCore12AtomicString3addEPKc
3126 fun:_ZN7WebCore12AtomicStringC1EPKc
3127 fun:_ZN7WebCore12AtomicString4initEv
3128 fun:_ZN6WebKit10initializeEPNS_12WebKitClientE
3129 fun:_ZN12WebKitThread20InternalWebKitThread4InitEv
3130 fun:_ZN4base6Thread10ThreadMainEv
3131 }
3132
3133 {
3134 bug_46161
3135 Memcheck:Leak
3136 fun:_Znw*
3137 fun:_ZN3net14DnsReloadTimer7ExpiredEv
3138 fun:_ZN3net22SystemHostResolverProcERKSsNS_13AddressFamilyEiPNS_11AddressList EPi
3139 fun:_ZN3net15ResolveAddrInfoEPNS_16HostResolverProcERKSsNS_13AddressFamilyEiP NS_11AddressListEPi
3140 fun:_ZN3net16HostResolverImpl3Job8DoLookupEv
3141 fun:_Z16DispatchToMethodIN3net16HostResolverImpl3JobEMS2_FvvEEvPT_T0_RK6Tuple 0
3142 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvvE6Tuple0E3RunEv
3143 }
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