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

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

Issue 7837015: Valgrind: Remove suppression for bug 91491 which has been fixed. (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 5129 matching lines...) Expand 10 before | Expand all | Expand 10 after
5140 } 5140 }
5141 { 5141 {
5142 bug_91199 5142 bug_91199
5143 Memcheck:Leak 5143 Memcheck:Leak
5144 fun:_Znw* 5144 fun:_Znw*
5145 fun:_ZN19URLRequestChromeJob15GetResponseInfoEPN3net16HttpResponseInfoE 5145 fun:_ZN19URLRequestChromeJob15GetResponseInfoEPN3net16HttpResponseInfoE
5146 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv 5146 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
5147 fun:_ZN19URLRequestChromeJob10StartAsyncEv 5147 fun:_ZN19URLRequestChromeJob10StartAsyncEv
5148 } 5148 }
5149 { 5149 {
5150 bug_91491
5151 Memcheck:Leak
5152 fun:_Znw*
5153 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
5154 }
5155 {
5156 bug_91771_a 5150 bug_91771_a
5157 Memcheck:Value4 5151 Memcheck:Value4
5158 ... 5152 ...
5159 fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base 15DictionaryValueE 5153 fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base 15DictionaryValueE
5160 fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_T est8TestBodyEv 5154 fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_T est8TestBodyEv
5161 } 5155 }
5162 { 5156 {
5163 bug_91771_b 5157 bug_91771_b
5164 Memcheck:Cond 5158 Memcheck:Cond
5165 ... 5159 ...
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
5471 } 5465 }
5472 { 5466 {
5473 bug_todo_getdelim2 5467 bug_todo_getdelim2
5474 Memcheck:Leak 5468 Memcheck:Leak
5475 fun:malloc 5469 fun:malloc
5476 fun:getdelim 5470 fun:getdelim
5477 obj:/lib/libselinux.so.1 5471 obj:/lib/libselinux.so.1
5478 obj:/lib/libselinux.so.1 5472 obj:/lib/libselinux.so.1
5479 obj:/lib/libselinux.so.1 5473 obj:/lib/libselinux.so.1
5480 } 5474 }
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