OLD | NEW |
1 # There are four kinds of suppressions in this file. | 1 # There are four 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 6226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6237 Memcheck:Leak | 6237 Memcheck:Leak |
6238 fun:_Znw* | 6238 fun:_Znw* |
6239 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob
jects8LocationERKNS_8CallbackIFvvEEESA_ | 6239 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob
jects8LocationERKNS_8CallbackIFvvEEESA_ |
6240 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS
_8CallbackIFvvEEES9_b | 6240 fun:_ZN4base10WorkerPool16PostTaskAndReplyERKN15tracked_objects8LocationERKNS
_8CallbackIFvvEEES9_b |
6241 fun:_ZN3net16HostResolverImpl16LoopbackProbeJobC2ERKN4base7WeakPtrIS0_EE | 6241 fun:_ZN3net16HostResolverImpl16LoopbackProbeJobC2ERKN4base7WeakPtrIS0_EE |
6242 fun:_ZN3net16HostResolverImplC1ERKNS_12HostResolver7OptionsEPNS_6NetLogE | 6242 fun:_ZN3net16HostResolverImplC1ERKNS_12HostResolver7OptionsEPNS_6NetLogE |
6243 fun:_ZN8chromeos24HostResolverImplChromeOSC1E13scoped_refptrIN4base16MessageL
oopProxyEEPNS_19NetworkStateHandlerERKN3net12HostResolver7OptionsEPNS7_6NetLogE | 6243 fun:_ZN8chromeos24HostResolverImplChromeOSC1E13scoped_refptrIN4base16MessageL
oopProxyEEPNS_19NetworkStateHandlerERKN3net12HostResolver7OptionsEPNS7_6NetLogE |
6244 fun:_ZN8chromeos24HostResolverImplChromeOS25CreateHostResolverForTestE13scope
d_refptrIN4base16MessageLoopProxyEEPNS_19NetworkStateHandlerE | 6244 fun:_ZN8chromeos24HostResolverImplChromeOS25CreateHostResolverForTestE13scope
d_refptrIN4base16MessageLoopProxyEEPNS_19NetworkStateHandlerE |
6245 fun:_ZN28HostResolverImplChromeOSTest22InitializeHostResolverEv | 6245 fun:_ZN28HostResolverImplChromeOSTest22InitializeHostResolverEv |
6246 } | 6246 } |
| 6247 { |
| 6248 bug_394624 |
| 6249 Memcheck:Leak |
| 6250 ... |
| 6251 fun:_ZN3net24URLRequestJobFactoryImpl18SetProtocolHandlerERKSsPNS_20URLReques
tJobFactory15ProtocolHandlerE |
| 6252 ... |
| 6253 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv |
| 6254 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat
hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN5quota2
0SpecialStoragePolicyEE |
| 6255 } |
OLD | NEW |