Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

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

Issue 6136006: Fix leak in PrerenderResourceHandlerTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | 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 3550 matching lines...) Expand 10 before | Expand all | Expand 10 after
3561 fun:_ZN3net17HttpStreamRequest7RunLoopEi 3561 fun:_ZN3net17HttpStreamRequest7RunLoopEi
3562 fun:_ZN3net17HttpStreamRequest13StartInternalEPKNS_15HttpRequestInfoEPNS_9SSL ConfigEPNS_9ProxyInfoERKNS_11BoundNetLogE 3562 fun:_ZN3net17HttpStreamRequest13StartInternalEPKNS_15HttpRequestInfoEPNS_9SSL ConfigEPNS_9ProxyInfoERKNS_11BoundNetLogE
3563 fun:_ZN3net17HttpStreamRequest5StartEPKNS_15HttpRequestInfoEPNS_9SSLConfigEPN S_9ProxyInfoEPNS_13StreamRequest8DelegateERKNS_11BoundNetLogE 3563 fun:_ZN3net17HttpStreamRequest5StartEPKNS_15HttpRequestInfoEPNS_9SSLConfigEPN S_9ProxyInfoEPNS_13StreamRequest8DelegateERKNS_11BoundNetLogE
3564 fun:_ZN3net17HttpStreamFactory13RequestStreamEPKNS_15HttpRequestInfoEPNS_9SSL ConfigEPNS_9ProxyInfoEPNS_18HttpNetworkSessionEPNS_13StreamRequest8DelegateERKNS _11BoundNetLogE 3564 fun:_ZN3net17HttpStreamFactory13RequestStreamEPKNS_15HttpRequestInfoEPNS_9SSL ConfigEPNS_9ProxyInfoEPNS_18HttpNetworkSessionEPNS_13StreamRequest8DelegateERKNS _11BoundNetLogE
3565 fun:_ZN3net22HttpNetworkTransaction14DoCreateStreamEv 3565 fun:_ZN3net22HttpNetworkTransaction14DoCreateStreamEv
3566 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi 3566 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
3567 fun:_ZN3net22HttpNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR unnerI6Tuple1IiEERKNS_11BoundNetLogE 3567 fun:_ZN3net22HttpNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR unnerI6Tuple1IiEERKNS_11BoundNetLogE
3568 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv 3568 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv
3569 } 3569 }
3570 { 3570 {
3571 bug_69414
3572 Memcheck:Leak
3573 fun:_Znw*
3574 fun:_ZN28PrerenderResourceHandlerTestC2Ev
3575 }
3576 {
3577 Bug_69919 3571 Bug_69919
3578 Memcheck:Leak 3572 Memcheck:Leak
3579 fun:calloc 3573 fun:calloc
3580 ... 3574 ...
3581 fun:_ZN3gfx15OSMesaGLContext10InitializeEjPNS_9GLContextE 3575 fun:_ZN3gfx15OSMesaGLContext10InitializeEjPNS_9GLContextE
3582 fun:_ZN3gfx9GLContext24CreateOffscreenGLContextEPS0_ 3576 fun:_ZN3gfx9GLContext24CreateOffscreenGLContextEPS0_
3583 fun:*InitializeGLContextEv 3577 fun:*InitializeGLContextEv
3584 } 3578 }
3585 { 3579 {
3586 Bug_69934_a 3580 Bug_69934_a
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
3626 fun:PR_CallOnce 3620 fun:PR_CallOnce
3627 fun:ssl_InitSessionCacheLocks 3621 fun:ssl_InitSessionCacheLocks
3628 fun:lock_cache 3622 fun:lock_cache
3629 fun:ssl_LookupSID 3623 fun:ssl_LookupSID
3630 fun:ssl2_BeginClientHandshake 3624 fun:ssl2_BeginClientHandshake
3631 fun:ssl_Do1stHandshake 3625 fun:ssl_Do1stHandshake
3632 fun:SSL_ForceHandshake 3626 fun:SSL_ForceHandshake
3633 fun:_ZN3net18SSLClientSocketNSS11DoHandshakeEv 3627 fun:_ZN3net18SSLClientSocketNSS11DoHandshakeEv
3634 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi 3628 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
3635 } 3629 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698