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

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

Issue 10392111: Use ByteStream in downloads system to decouple source and sink. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix old merge error. Created 8 years, 6 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
OLDNEW
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 3554 matching lines...) Expand 10 before | Expand all | Expand 10 after
3565 } 3565 }
3566 { 3566 {
3567 bug_93006b 3567 bug_93006b
3568 Memcheck:Leak 3568 Memcheck:Leak
3569 fun:_Znw* 3569 fun:_Znw*
3570 fun:_ZN15DownloadManager4InitEP7Profile 3570 fun:_ZN15DownloadManager4InitEP7Profile
3571 fun:_ZN19DownloadManagerTestC2Ev 3571 fun:_ZN19DownloadManagerTestC2Ev
3572 fun:_ZN*DownloadManagerTest_* 3572 fun:_ZN*DownloadManagerTest_*
3573 } 3573 }
3574 { 3574 {
3575 bug_93006c
3576 Memcheck:Leak
3577 fun:_Znw*
3578 fun:_ZN23DownloadResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3579 fun:_ZN23BufferedResourceHandler27UseAlternateResourceHandlerEiP15ResourceHan dler
3580 fun:_ZN23BufferedResourceHandler23CompleteResponseStartedEib
3581 fun:_ZN23BufferedResourceHandler15OnReadCompletedEiPi
3582 fun:_ZN22ResourceDispatcherHost12CompleteReadEPN3net10URLRequestEPi
3583 fun:_ZN22ResourceDispatcherHost15OnReadCompletedEPN3net10URLRequestEi
3584 fun:_ZN3net10URLRequest19NotifyReadCompletedEi
3585 fun:_ZN3net13URLRequestJob18NotifyReadCompleteEi
3586 fun:_ZN3net17URLRequestTestJob20ProcessNextOperationEv
3587 fun:_ZN3net17URLRequestTestJob24ProcessOnePendingMessageEv
3588 fun:_ZN56ResourceDispatcherHostTest_*8TestBodyEv
3589 }
3590 {
3591 bug_93250a 3575 bug_93250a
3592 Memcheck:Leak 3576 Memcheck:Leak
3593 fun:_Znw* 3577 fun:_Znw*
3594 ... 3578 ...
3595 fun:*SHA1Fingerprint* 3579 fun:*SHA1Fingerprint*
3596 fun:_ZN3net16CertVerifyResultaSERKS0_ 3580 fun:_ZN3net16CertVerifyResultaSERKS0_
3597 fun:_ZN3net12CertVerifier12HandleResultEPNS_15X509CertificateERKSsiiRKNS_16Ce rtVerifyResultE 3581 fun:_ZN3net12CertVerifier12HandleResultEPNS_15X509CertificateERKSsiiRKNS_16Ce rtVerifyResultE
3598 fun:_ZN3net18CertVerifierWorker7DoReplyEv 3582 fun:_ZN3net18CertVerifierWorker7DoReplyEv
3599 } 3583 }
3600 { 3584 {
(...skipping 1374 matching lines...) Expand 10 before | Expand all | Expand 10 after
4975 } 4959 }
4976 { 4960 {
4977 bug_111341 4961 bug_111341
4978 Memcheck:Leak 4962 Memcheck:Leak
4979 fun:malloc 4963 fun:malloc
4980 fun:_ZN3WTF10fastMallocEm 4964 fun:_ZN3WTF10fastMallocEm
4981 fun:_ZN7WebCore17ClipboardChromiumnwEm 4965 fun:_ZN7WebCore17ClipboardChromiumnwEm
4982 fun:_ZN7WebCore17ClipboardChromium6createENS_9Clipboard13ClipboardTypeEN3WTF1 0PassRefPtrINS_18ChromiumDataObjectEEENS_21ClipboardAccessPolicyEPNS_5FrameE 4966 fun:_ZN7WebCore17ClipboardChromium6createENS_9Clipboard13ClipboardTypeEN3WTF1 0PassRefPtrINS_18ChromiumDataObjectEEENS_21ClipboardAccessPolicyEPNS_5FrameE
4983 } 4967 }
4984 { 4968 {
4985 bug_111588
4986 Memcheck:Leak
4987 fun:_Znw*
4988 fun:_ZN23DownloadResourceHandler17OnResponseStartedEiPN7content16ResourceResp onseE
4989 fun:_ZN7content23BufferedResourceHandler33ForwardPendingEventsToNextHandlerEi
4990 fun:_ZN7content23BufferedResourceHandler27UseAlternateResourceHandlerEiP15Res ourceHandler
4991 fun:_ZN7content23BufferedResourceHandler23CompleteResponseStartedEi
4992 fun:_ZN7content23BufferedResourceHandler15OnReadCompletedEiPi
4993 fun:_ZN22ResourceDispatcherHost12CompleteReadEPN3net10URLRequestEPi
4994 fun:_ZN22ResourceDispatcherHost15OnReadCompletedEPN3net10URLRequestEi
4995 fun:_ZN3net10URLRequest19NotifyReadCompletedEi
4996 fun:_ZN3net13URLRequestJob18NotifyReadCompleteEi
4997 fun:_ZN3net17URLRequestTestJob20ProcessNextOperationEv
4998 fun:_ZN3net17URLRequestTestJob24ProcessOnePendingMessageEv
4999 fun:_ZN56ResourceDispatcherHostTest_*_Test8TestBodyEv
5000 }
5001 {
5002 bug_111669 4969 bug_111669
5003 Memcheck:Leak 4970 Memcheck:Leak
5004 fun:_Znw* 4971 fun:_Znw*
5005 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi 4972 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi
5006 } 4973 }
5007 { 4974 {
5008 bug_111922 4975 bug_111922
5009 Memcheck:Leak 4976 Memcheck:Leak
5010 fun:_Znw* 4977 fun:_Znw*
5011 fun:_ZN9first_run8internal15LoadMasterPrefsEP8FilePath 4978 fun:_ZN9first_run8internal15LoadMasterPrefsEP8FilePath
(...skipping 808 matching lines...) Expand 10 before | Expand all | Expand 10 after
5820 obj:/lib/libselinux.so.1 5787 obj:/lib/libselinux.so.1
5821 obj:/lib/libselinux.so.1 5788 obj:/lib/libselinux.so.1
5822 } 5789 }
5823 { 5790 {
5824 bug_todo_grep 5791 bug_todo_grep
5825 Memcheck:Leak 5792 Memcheck:Leak
5826 fun:malloc 5793 fun:malloc
5827 obj:/bin/grep 5794 obj:/bin/grep
5828 obj:/bin/grep 5795 obj:/bin/grep
5829 } 5796 }
OLDNEW
« net/url_request/url_request_test_job.cc ('K') | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698