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 7210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7221 { | 7221 { |
7222 bug_250533_b | 7222 bug_250533_b |
7223 Memcheck:Leak | 7223 Memcheck:Leak |
7224 fun:_Znw* | 7224 fun:_Znw* |
7225 ... | 7225 ... |
7226 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE | 7226 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE |
7227 fun:_ZN11jingle_glue26ProxyResolvingClientSocketC1EPN3net19ClientSocketFactor
yERK13scoped_refptrINS1_23URLRequestContextGetterEERKNS1_9SSLConfigERKNS1_12Host
PortPairE | 7227 fun:_ZN11jingle_glue26ProxyResolvingClientSocketC1EPN3net19ClientSocketFactor
yERK13scoped_refptrINS1_23URLRequestContextGetterEERKNS1_9SSLConfigERKNS1_12Host
PortPairE |
7228 fun:_ZN11jingle_glue23XmppClientSocketFactory27CreateTransportClientSocketERK
N3net12HostPortPairE | 7228 fun:_ZN11jingle_glue23XmppClientSocketFactory27CreateTransportClientSocketERK
N3net12HostPortPairE |
7229 fun:_ZN11jingle_glue17ChromeAsyncSocket7ConnectERKN9talk_base13SocketAddressE | 7229 fun:_ZN11jingle_glue17ChromeAsyncSocket7ConnectERKN9talk_base13SocketAddressE |
7230 } | 7230 } |
| 7231 { |
| 7232 bug_250666 |
| 7233 Memcheck:Leak |
| 7234 fun:_Znw* |
| 7235 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob
jects8LocationERKNS_8CallbackIFvvEEESA_ |
| 7236 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS
_8CallbackIFvvEEES9_ |
| 7237 fun:_ZN4base26PostTaskAndReplyWithResultI13scoped_refptrIN7history19URLIndexP
rivateDataEES4_EEbPNS_10TaskRunnerERKN15tracked_objects8LocationERKNS_8CallbackI
FT_vEEERKNSB_IFvT0_EEE |
| 7238 fun:_ZN7content13BrowserThread26PostTaskAndReplyWithResultI13scoped_refptrIN7
history19URLIndexPrivateDataEES5_EEbNS0_2IDERKN15tracked_objects8LocationERKN4ba
se8CallbackIFT_vEEERKNSC_IFvT0_EEE |
| 7239 fun:_ZN7history16InMemoryURLIndex28PostRestoreFromCacheFileTaskEv |
| 7240 fun:_ZN7history16InMemoryURLIndex4InitEv |
| 7241 fun:_ZN14HistoryService4InitERKN4base8FilePathEP15BookmarkServiceb |
| 7242 fun:_ZN14TestingProfile20CreateHistoryServiceEbb |
| 7243 fun:_ZN22HistoryURLProviderTest9SetUpImplEb |
| 7244 fun:_ZN22HistoryURLProviderTest5SetUpEv |
| 7245 } |
OLD | NEW |