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 4232 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4243 } | 4243 } |
4244 { | 4244 { |
4245 bug_81796 | 4245 bug_81796 |
4246 Memcheck:Leak | 4246 Memcheck:Leak |
4247 fun:_Znw* | 4247 fun:_Znw* |
4248 fun:_ZN4base16MessageLoopProxy22currentEv | 4248 fun:_ZN4base16MessageLoopProxy22currentEv |
4249 fun:_ZN3IPC12ChannelProxy7ContextC1EPNS_7Channel8ListenerEPN4base16MessageLoo
pProxyE | 4249 fun:_ZN3IPC12ChannelProxy7ContextC1EPNS_7Channel8ListenerEPN4base16MessageLoo
pProxyE |
4250 fun:_ZN3IPC12ChannelProxyC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Liste
nerEPN4base16MessageLoopProxyE | 4250 fun:_ZN3IPC12ChannelProxyC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Liste
nerEPN4base16MessageLoopProxyE |
4251 } | 4251 } |
4252 { | 4252 { |
4253 bug_89300 | |
4254 Memcheck:Leak | |
4255 fun:_Znw* | |
4256 ... | |
4257 fun:_ZN8IOThread31RegisterURLRequestContextGetterEP29ChromeURLRequestContextG
etter | |
4258 fun:_ZN29ChromeURLRequestContextGetter20GetURLRequestContextEv | |
4259 fun:_ZL23AddDataSourceOnIOThread13scoped_refptrIN3net23URLRequestContextGette
rEES_IN20ChromeURLDataManager10DataSourceEE | |
4260 } | |
4261 { | |
4262 bug_89304 | 4253 bug_89304 |
4263 Memcheck:Leak | 4254 Memcheck:Leak |
4264 fun:_Znw* | 4255 fun:_Znw* |
4265 ... | 4256 ... |
4266 fun:_ZN3net20ClientSocketPoolBaseINS_*SocketParamsEE13RequestSocketERKSsRK13s
coped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunner
I6Tuple1IiEERKNS_11BoundNetLogE | 4257 fun:_ZN3net20ClientSocketPoolBaseINS_*SocketParamsEE13RequestSocketERKSsRK13s
coped_refptrIS1_ENS_15RequestPriorityEPNS_18ClientSocketHandleEP14CallbackRunner
I6Tuple1IiEERKNS_11BoundNetLogE |
4267 fun:_ZN3net*SocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18Clien
tSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE | 4258 fun:_ZN3net*SocketPool13RequestSocketERKSsPKvNS_15RequestPriorityEPNS_18Clien
tSocketHandleEP14CallbackRunnerI6Tuple1IiEERKNS_11BoundNetLogE |
4268 fun:_ZN3net18ClientSocketHandle4Init* | 4259 fun:_ZN3net18ClientSocketHandle4Init* |
4269 ... | 4260 ... |
4270 fun:_ZN3net23ClientSocketPoolManager30InitSocketHandleForHttpRequestERK4GURLR
KNS_18HttpRequestHeadersEiNS_15RequestPriorityEPNS_18HttpNetworkSessionERKNS_9Pr
oxyInfoEbbRKNS_9SSLConfigESF_RKNS_11BoundNetLogEPNS_18ClientSocketHandleEP14Call
backRunnerI6Tuple1IiEE | 4261 fun:_ZN3net23ClientSocketPoolManager30InitSocketHandleForHttpRequestERK4GURLR
KNS_18HttpRequestHeadersEiNS_15RequestPriorityEPNS_18HttpNetworkSessionERKNS_9Pr
oxyInfoEbbRKNS_9SSLConfigESF_RKNS_11BoundNetLogEPNS_18ClientSocketHandleEP14Call
backRunnerI6Tuple1IiEE |
4271 fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv | 4262 fun:_ZN3net21HttpStreamFactoryImpl3Job16DoInitConnectionEv |
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5058 } | 5049 } |
5059 { | 5050 { |
5060 bug_todo_getdelim2 | 5051 bug_todo_getdelim2 |
5061 Memcheck:Leak | 5052 Memcheck:Leak |
5062 fun:malloc | 5053 fun:malloc |
5063 fun:getdelim | 5054 fun:getdelim |
5064 obj:/lib/libselinux.so.1 | 5055 obj:/lib/libselinux.so.1 |
5065 obj:/lib/libselinux.so.1 | 5056 obj:/lib/libselinux.so.1 |
5066 obj:/lib/libselinux.so.1 | 5057 obj:/lib/libselinux.so.1 |
5067 } | 5058 } |
OLD | NEW |