Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 2223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2234 fun:malloc | 2234 fun:malloc |
| 2235 ... | 2235 ... |
| 2236 fun:_ZN3WTF13wtfThreadDataEv | 2236 fun:_ZN3WTF13wtfThreadDataEv |
| 2237 fun:_ZN3WTF11stringTableEv | 2237 fun:_ZN3WTF11stringTableEv |
| 2238 ... | 2238 ... |
| 2239 fun:_ZN6WebKit10initializeEPNS_12WebKitClientE | 2239 fun:_ZN6WebKit10initializeEPNS_12WebKitClientE |
| 2240 fun:_ZN12WebKitThread20InternalWebKitThread4InitEv | 2240 fun:_ZN12WebKitThread20InternalWebKitThread4InitEv |
| 2241 fun:_ZN4base6Thread10ThreadMainEv | 2241 fun:_ZN4base6Thread10ThreadMainEv |
| 2242 } | 2242 } |
| 2243 { | 2243 { |
| 2244 bug_46161 | |
| 2245 Memcheck:Leak | |
| 2246 fun:_Znw* | |
| 2247 fun:*DnsReloadTimer7ExpiredEv | |
| 2248 fun:_ZN3net24DnsReloadTimerHasExpiredEv | |
| 2249 fun:_ZN3net22SystemHostResolverProcERKSsNS_13AddressFamilyEiPNS_11AddressList EPi | |
| 2250 fun:_ZN3net*15ResolveAddrInfoEPNS_16HostResolverProc* | |
| 2251 fun:_ZN3net16HostResolverImpl3Job8DoLookup* | |
| 2252 fun:_Z16DispatchToMethodIN3net16HostResolverImpl* | |
| 2253 fun:_ZN14RunnableMethodIN3net16HostResolverImpl* | |
| 2254 } | |
| 2255 { | |
| 2256 bug_46250 | 2244 bug_46250 |
| 2257 Memcheck:Leak | 2245 Memcheck:Leak |
| 2258 fun:_Znw* | 2246 fun:_Znw* |
| 2259 fun:_ZN9__gnu_cxx13new_allocatorIPN11MessageLoop12TaskObserverEE8allocateEjPK v | 2247 fun:_ZN9__gnu_cxx13new_allocatorIPN11MessageLoop12TaskObserverEE8allocateEjPK v |
| 2260 fun:_ZNSt12_Vector_baseIPN11MessageLoop12TaskObserverESaIS2_EE11_M_allocateEj | 2248 fun:_ZNSt12_Vector_baseIPN11MessageLoop12TaskObserverESaIS2_EE11_M_allocateEj |
| 2261 fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE13_M_insert_auxEN9__gn u_cxx17__normal_iteratorIPS2_S4_EERKS2_ | 2249 fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE13_M_insert_auxEN9__gn u_cxx17__normal_iteratorIPS2_S4_EERKS2_ |
| 2262 fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE9push_backERKS2_ | 2250 fun:_ZNSt6vectorIPN11MessageLoop12TaskObserverESaIS2_EE9push_backERKS2_ |
| 2263 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE11AddObserverEPS1_ | 2251 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE11AddObserverEPS1_ |
| 2264 fun:_ZN11MessageLoop15AddTaskObserverEPNS_12TaskObserverE | 2252 fun:_ZN11MessageLoop15AddTaskObserverEPNS_12TaskObserverE |
| 2265 fun:*IOJankObserver21AttachToCurrentThreadEv | 2253 fun:*IOJankObserver21AttachToCurrentThreadEv |
| (...skipping 2579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4845 } | 4833 } |
| 4846 { | 4834 { |
| 4847 bug_89311 | 4835 bug_89311 |
| 4848 Memcheck:Leak | 4836 Memcheck:Leak |
| 4849 fun:_Znw* | 4837 fun:_Znw* |
| 4850 ... | 4838 ... |
| 4851 fun:_ZN3net16HttpStreamParser22DoParseResponseHeadersEi | 4839 fun:_ZN3net16HttpStreamParser22DoParseResponseHeadersEi |
| 4852 fun:_ZN3net16HttpStreamParser20ParseResponseHeadersEv | 4840 fun:_ZN3net16HttpStreamParser20ParseResponseHeadersEv |
| 4853 fun:_ZN3net16HttpStreamParser21DoReadHeadersCompleteEi | 4841 fun:_ZN3net16HttpStreamParser21DoReadHeadersCompleteEi |
| 4854 } | 4842 } |
| 4843 { | |
| 4844 bug_89553 | |
| 4845 Memcheck:Leak | |
| 4846 fun:_Znw* | |
| 4847 fun:_ZN12_GLOBAL__N_111DnsReloader11MaybeReloadEv | |
|
eroman
2011/07/25 20:13:03
good catch on updating these!
| |
| 4848 fun:_ZN3net22DnsReloaderMaybeReloadEv | |
| 4849 fun:_ZN3net22SystemHostResolverProcERKSsNS_13AddressFamilyEiPNS_11AddressList EPi | |
| 4850 ... | |
| 4851 fun:_ZN3net*15ResolveAddrInfoEPNS_16HostResolverProc* | |
| 4852 fun:_ZN3net16HostResolverImpl3Job8DoLookup* | |
| 4853 fun:_Z16DispatchToMethodIN3net16HostResolverImpl* | |
| 4854 fun:_ZN14RunnableMethodIN3net16HostResolverImpl* | |
| 4855 } | |
| 4855 | 4856 |
| 4856 #----------------------------------------------------------------------- | 4857 #----------------------------------------------------------------------- |
| 4857 # These only occur on our Google workstations | 4858 # These only occur on our Google workstations |
| 4858 { | 4859 { |
| 4859 bug_todo_freeres | 4860 bug_todo_freeres |
| 4860 Memcheck:Free | 4861 Memcheck:Free |
| 4861 fun:free | 4862 fun:free |
| 4862 fun:__libc_freeres | 4863 fun:__libc_freeres |
| 4863 fun:_vgnU_freeres | 4864 fun:_vgnU_freeres |
| 4864 fun:_Exit | 4865 fun:_Exit |
| (...skipping 11 matching lines...) Expand all Loading... | |
| 4876 { | 4877 { |
| 4877 bug_todo_getdelim2 | 4878 bug_todo_getdelim2 |
| 4878 Memcheck:Leak | 4879 Memcheck:Leak |
| 4879 fun:malloc | 4880 fun:malloc |
| 4880 fun:getdelim | 4881 fun:getdelim |
| 4881 obj:/lib/libselinux.so.1 | 4882 obj:/lib/libselinux.so.1 |
| 4882 obj:/lib/libselinux.so.1 | 4883 obj:/lib/libselinux.so.1 |
| 4883 obj:/lib/libselinux.so.1 | 4884 obj:/lib/libselinux.so.1 |
| 4884 } | 4885 } |
| 4885 | 4886 |
| OLD | NEW |