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

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

Issue 7837016: Valgrind: Remove the suppression for bug 91157 since the method has been removed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « 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 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 5102 matching lines...) Expand 10 before | Expand all | Expand 10 after
5113 { 5113 {
5114 bug_90973 5114 bug_90973
5115 Memcheck:Leak 5115 Memcheck:Leak
5116 fun:_Znw* 5116 fun:_Znw*
5117 fun:_ZN3net9HttpCache11CreateEntryERKSsPPNS0_11ActiveEntryEPNS0_11Transaction E 5117 fun:_ZN3net9HttpCache11CreateEntryERKSsPPNS0_11ActiveEntryEPNS0_11Transaction E
5118 fun:_ZN3net9HttpCache11Transaction13DoCreateEntryEv 5118 fun:_ZN3net9HttpCache11Transaction13DoCreateEntryEv
5119 fun:_ZN3net9HttpCache11Transaction6DoLoopEi 5119 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
5120 fun:_ZN3net9HttpCache11Transaction12OnIOCompleteEi 5120 fun:_ZN3net9HttpCache11Transaction12OnIOCompleteEi
5121 } 5121 }
5122 { 5122 {
5123 bug_91157
5124 Memcheck:Leak
5125 fun:_Znw*
5126 fun:_ZN15DownloadManager24OnPathExistenceAvailableEiRK17DownloadStateInfo
5127 fun:_Z16DispatchToMethodI15DownloadManagerMS0_FviRK17DownloadStateInfoEiS1_Ev PT_T0_RK6Tuple2IT1_T2_E
5128 fun:_ZN14RunnableMethodI15DownloadManagerMS0_FviRK17DownloadStateInfoE6Tuple2 IiS1_EE3RunEv
5129 fun:_ZN4base6subtle18TaskClosureAdapter3RunEv
5130 fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IMNS_6subtle18TaskClo sureAdapterEFvvEPS4_EES6_E8DoInvokeEPNS0_18InvokerStorageBaseE
5131 fun:_ZNK4base8CallbackIFvvEE3RunEv
5132 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE
5133 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
5134 fun:_ZN11MessageLoop6DoWorkEv
5135 }
5136 {
5137 bug_91179 5123 bug_91179
5138 Memcheck:Addr1 5124 Memcheck:Addr1
5139 fun:_ZN8chromeos21ParallelAuthenticator7ResolveEv 5125 fun:_ZN8chromeos21ParallelAuthenticator7ResolveEv
5140 } 5126 }
5141 { 5127 {
5142 bug_91199 5128 bug_91199
5143 Memcheck:Leak 5129 Memcheck:Leak
5144 fun:_Znw* 5130 fun:_Znw*
5145 fun:_ZN19URLRequestChromeJob15GetResponseInfoEPN3net16HttpResponseInfoE 5131 fun:_ZN19URLRequestChromeJob15GetResponseInfoEPN3net16HttpResponseInfoE
5146 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv 5132 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
5457 } 5443 }
5458 { 5444 {
5459 bug_todo_getdelim2 5445 bug_todo_getdelim2
5460 Memcheck:Leak 5446 Memcheck:Leak
5461 fun:malloc 5447 fun:malloc
5462 fun:getdelim 5448 fun:getdelim
5463 obj:/lib/libselinux.so.1 5449 obj:/lib/libselinux.so.1
5464 obj:/lib/libselinux.so.1 5450 obj:/lib/libselinux.so.1
5465 obj:/lib/libselinux.so.1 5451 obj:/lib/libselinux.so.1
5466 } 5452 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698