Chromium Code Reviews

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

Issue 6899038: Widen suppression for MalwareDetailsTest::HttpCache further. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« 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 4318 matching lines...)
4329 Memcheck:Leak 4329 Memcheck:Leak
4330 ... 4330 ...
4331 fun:_Znw* 4331 fun:_Znw*
4332 fun:_ZN14TestingProfile20CreateRequestContextEv 4332 fun:_ZN14TestingProfile20CreateRequestContextEv
4333 fun:_ZN42MalwareDetailsTest_HTTPCacheNoEntries_Test8TestBodyEv 4333 fun:_ZN42MalwareDetailsTest_HTTPCacheNoEntries_Test8TestBodyEv
4334 } 4334 }
4335 { 4335 {
4336 bug_79865c 4336 bug_79865c
4337 Memcheck:Leak 4337 Memcheck:Leak
4338 fun:_Znw* 4338 fun:_Znw*
4339 fun:_ZN3net23ClientSocketPoolManagerC1EPNS_6NetLogEPNS_19ClientSocketFactoryE PNS_12HostResolverEPNS_12CertVerifierEPNS_13DnsRRResolverEPNS_24DnsCertProvenanc eCheckerEPNS_18SSLHostInfoFactoryEPNS_12ProxyServiceEPNS_16SSLConfigServiceE
4340 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE
4341 fun:_ZN21TestURLRequestContext4InitEv
4342 fun:_ZN21TestURLRequestContextC1Ev
4343 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
4344 fun:_ZN33MalwareDetailsTest_HTTPCache_Test8TestBodyEv
4345 }
4346 {
4347 bug_79865d
4348 Memcheck:Leak
4349 fun:_Znw*
4350 ... 4339 ...
4351 fun:_ZN3net15SpdySessionPoolC2EPNS_12HostResolverEPNS_16SSLConfigServiceE
4352 fun:_ZN3net15SpdySessionPoolC1EPNS_12HostResolverEPNS_16SSLConfigServiceE
4353 fun:_ZN3net18HttpNetworkSessionC2ERKNS0_6ParamsE
4354 fun:_ZN3net18HttpNetworkSessionC1ERKNS0_6ParamsE
4355 fun:_ZN21TestURLRequestContext4InitEv 4340 fun:_ZN21TestURLRequestContext4InitEv
4356 fun:_ZN21TestURLRequestContextC2Ev 4341 fun:_ZN21TestURLRequestContextC2Ev
4357 fun:_ZN21TestURLRequestContextC1Ev 4342 fun:_ZN21TestURLRequestContextC1Ev
4358 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv 4343 fun:_ZN27TestURLRequestContextGetter20GetURLRequestContextEv
4359 fun:_ZN33MalwareDetailsTest_HTTPCache_Test8TestBodyEv 4344 fun:_ZN33MalwareDetailsTest_HTTPCache_Test8TestBodyEv
4360 } 4345 }
4361 { 4346 {
4362 bug_79933 4347 bug_79933
4363 Memcheck:Leak 4348 Memcheck:Leak
4364 fun:_Znw* 4349 fun:_Znw*
(...skipping 97 matching lines...)
4462 } 4447 }
4463 { 4448 {
4464 bug_todo_getdelim 4449 bug_todo_getdelim
4465 Memcheck:Leak 4450 Memcheck:Leak
4466 fun:malloc 4451 fun:malloc
4467 fun:getdelim 4452 fun:getdelim
4468 ... 4453 ...
4469 fun:call_init 4454 fun:call_init
4470 fun:_dl_init 4455 fun:_dl_init
4471 } 4456 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine