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

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: Incorporated comments. 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 3547 matching lines...) Expand 10 before | Expand all | Expand 10 after
3558 } 3558 }
3559 { 3559 {
3560 bug_93006b 3560 bug_93006b
3561 Memcheck:Leak 3561 Memcheck:Leak
3562 fun:_Znw* 3562 fun:_Znw*
3563 fun:_ZN15DownloadManager4InitEP7Profile 3563 fun:_ZN15DownloadManager4InitEP7Profile
3564 fun:_ZN19DownloadManagerTestC2Ev 3564 fun:_ZN19DownloadManagerTestC2Ev
3565 fun:_ZN*DownloadManagerTest_* 3565 fun:_ZN*DownloadManagerTest_*
3566 } 3566 }
3567 { 3567 {
3568 bug_93006c
3569 Memcheck:Leak
3570 fun:_Znw*
3571 fun:_ZN23DownloadResourceHandler10OnWillReadEiPPN3net8IOBufferEPii
3572 fun:_ZN23BufferedResourceHandler27UseAlternateResourceHandlerEiP15ResourceHan dler
3573 fun:_ZN23BufferedResourceHandler23CompleteResponseStartedEib
3574 fun:_ZN23BufferedResourceHandler15OnReadCompletedEiPi
3575 fun:_ZN22ResourceDispatcherHost12CompleteReadEPN3net10URLRequestEPi
3576 fun:_ZN22ResourceDispatcherHost15OnReadCompletedEPN3net10URLRequestEi
3577 fun:_ZN3net10URLRequest19NotifyReadCompletedEi
3578 fun:_ZN3net13URLRequestJob18NotifyReadCompleteEi
3579 fun:_ZN3net17URLRequestTestJob20ProcessNextOperationEv
3580 fun:_ZN3net17URLRequestTestJob24ProcessOnePendingMessageEv
3581 fun:_ZN56ResourceDispatcherHostTest_*8TestBodyEv
3582 }
3583 {
3584 bug_93250a 3568 bug_93250a
3585 Memcheck:Leak 3569 Memcheck:Leak
3586 fun:_Znw* 3570 fun:_Znw*
3587 ... 3571 ...
3588 fun:*SHA1Fingerprint* 3572 fun:*SHA1Fingerprint*
3589 fun:_ZN3net16CertVerifyResultaSERKS0_ 3573 fun:_ZN3net16CertVerifyResultaSERKS0_
3590 fun:_ZN3net12CertVerifier12HandleResultEPNS_15X509CertificateERKSsiiRKNS_16Ce rtVerifyResultE 3574 fun:_ZN3net12CertVerifier12HandleResultEPNS_15X509CertificateERKSsiiRKNS_16Ce rtVerifyResultE
3591 fun:_ZN3net18CertVerifierWorker7DoReplyEv 3575 fun:_ZN3net18CertVerifierWorker7DoReplyEv
3592 } 3576 }
3593 { 3577 {
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
4962 } 4946 }
4963 { 4947 {
4964 bug_111341 4948 bug_111341
4965 Memcheck:Leak 4949 Memcheck:Leak
4966 fun:malloc 4950 fun:malloc
4967 fun:_ZN3WTF10fastMallocEm 4951 fun:_ZN3WTF10fastMallocEm
4968 fun:_ZN7WebCore17ClipboardChromiumnwEm 4952 fun:_ZN7WebCore17ClipboardChromiumnwEm
4969 fun:_ZN7WebCore17ClipboardChromium6createENS_9Clipboard13ClipboardTypeEN3WTF1 0PassRefPtrINS_18ChromiumDataObjectEEENS_21ClipboardAccessPolicyEPNS_5FrameE 4953 fun:_ZN7WebCore17ClipboardChromium6createENS_9Clipboard13ClipboardTypeEN3WTF1 0PassRefPtrINS_18ChromiumDataObjectEEENS_21ClipboardAccessPolicyEPNS_5FrameE
4970 } 4954 }
4971 { 4955 {
4972 bug_111588
4973 Memcheck:Leak
4974 fun:_Znw*
4975 fun:_ZN23DownloadResourceHandler17OnResponseStartedEiPN7content16ResourceResp onseE
4976 fun:_ZN7content23BufferedResourceHandler33ForwardPendingEventsToNextHandlerEi
4977 fun:_ZN7content23BufferedResourceHandler27UseAlternateResourceHandlerEiP15Res ourceHandler
4978 fun:_ZN7content23BufferedResourceHandler23CompleteResponseStartedEi
4979 fun:_ZN7content23BufferedResourceHandler15OnReadCompletedEiPi
4980 fun:_ZN22ResourceDispatcherHost12CompleteReadEPN3net10URLRequestEPi
4981 fun:_ZN22ResourceDispatcherHost15OnReadCompletedEPN3net10URLRequestEi
4982 fun:_ZN3net10URLRequest19NotifyReadCompletedEi
4983 fun:_ZN3net13URLRequestJob18NotifyReadCompleteEi
4984 fun:_ZN3net17URLRequestTestJob20ProcessNextOperationEv
4985 fun:_ZN3net17URLRequestTestJob24ProcessOnePendingMessageEv
4986 fun:_ZN56ResourceDispatcherHostTest_*_Test8TestBodyEv
4987 }
4988 {
4989 bug_111669 4956 bug_111669
4990 Memcheck:Leak 4957 Memcheck:Leak
4991 fun:_Znw* 4958 fun:_Znw*
4992 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi 4959 fun:_ZN8appcache17AppCacheDiskCache10ActiveCall17OnAsyncCompletionEi
4993 } 4960 }
4994 { 4961 {
4995 bug_111922 4962 bug_111922
4996 Memcheck:Leak 4963 Memcheck:Leak
4997 fun:_Znw* 4964 fun:_Znw*
4998 fun:_ZN9first_run8internal15LoadMasterPrefsEP8FilePath 4965 fun:_ZN9first_run8internal15LoadMasterPrefsEP8FilePath
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
5813 obj:/lib/libselinux.so.1 5780 obj:/lib/libselinux.so.1
5814 obj:/lib/libselinux.so.1 5781 obj:/lib/libselinux.so.1
5815 } 5782 }
5816 { 5783 {
5817 bug_todo_grep 5784 bug_todo_grep
5818 Memcheck:Leak 5785 Memcheck:Leak
5819 fun:malloc 5786 fun:malloc
5820 obj:/bin/grep 5787 obj:/bin/grep
5821 obj:/bin/grep 5788 obj:/bin/grep
5822 } 5789 }
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