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

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

Issue 7789015: Valgrind: Remove suppressions for bug 91771, 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 5135 matching lines...) Expand 10 before | Expand all | Expand 10 after
5146 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv 5146 fun:_ZN3net13URLRequestJob21NotifyHeadersCompleteEv
5147 fun:_ZN19URLRequestChromeJob10StartAsyncEv 5147 fun:_ZN19URLRequestChromeJob10StartAsyncEv
5148 } 5148 }
5149 { 5149 {
5150 bug_91491 5150 bug_91491
5151 Memcheck:Leak 5151 Memcheck:Leak
5152 fun:_Znw* 5152 fun:_Znw*
5153 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv 5153 fun:_ZN16CrxUpdateService19ProcessPendingItemsEv
5154 } 5154 }
5155 { 5155 {
5156 bug_91771_a
5157 Memcheck:Value4
5158 ...
5159 fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base 15DictionaryValueE
5160 fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_T est8TestBodyEv
5161 }
5162 {
5163 bug_91771_b
5164 Memcheck:Cond
5165 ...
5166 fun:_ZN12sync_ui_util25ConstructAboutInformationEP18ProfileSyncServicePN4base 15DictionaryValueE
5167 fun:_ZN71SyncUIUtilTest_ConstructAboutInformationWithUnrecoverableErrorTest_T est8TestBodyEv
5168 }
5169 {
5170 bug_92123 5156 bug_92123
5171 Memcheck:Leak 5157 Memcheck:Leak
5172 fun:_Znw* 5158 fun:_Znw*
5173 fun:_ZN11MessageLoop10DeleteSoonIN4base20MessageLoopProxyImplEEEvRKN15tracked _objects8LocationEPKT_ 5159 fun:_ZN11MessageLoop10DeleteSoonIN4base20MessageLoopProxyImplEEEvRKN15tracked _objects8LocationEPKT_
5174 fun:_ZNK4base20MessageLoopProxyImpl10OnDestructEv 5160 fun:_ZNK4base20MessageLoopProxyImpl10OnDestructEv
5175 fun:_ZN4base22MessageLoopProxyTraits8DestructEPKNS_16MessageLoopProxyE 5161 fun:_ZN4base22MessageLoopProxyTraits8DestructEPKNS_16MessageLoopProxyE
5176 fun:_ZNK4base20RefCountedThreadSafeINS_16MessageLoopProxyENS_22MessageLoopPro xyTraitsEE7ReleaseEv 5162 fun:_ZNK4base20RefCountedThreadSafeINS_16MessageLoopProxyENS_22MessageLoopPro xyTraitsEE7ReleaseEv
5177 fun:_ZN13scoped_refptrIN4base16MessageLoopProxyEED1Ev 5163 fun:_ZN13scoped_refptrIN4base16MessageLoopProxyEED1Ev
5178 fun:_ZN3net16HostResolverImpl3JobD1Ev 5164 fun:_ZN3net16HostResolverImpl3JobD1Ev
5179 fun:_ZN4base20RefCountedThreadSafeIN3net16HostResolverImpl3JobENS_33DefaultRe fCountedThreadSafeTraitsIS3_EEE14DeleteInternalEPKS3_ 5165 fun:_ZN4base20RefCountedThreadSafeIN3net16HostResolverImpl3JobENS_33DefaultRe fCountedThreadSafeTraitsIS3_EEE14DeleteInternalEPKS3_
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
5471 } 5457 }
5472 { 5458 {
5473 bug_todo_getdelim2 5459 bug_todo_getdelim2
5474 Memcheck:Leak 5460 Memcheck:Leak
5475 fun:malloc 5461 fun:malloc
5476 fun:getdelim 5462 fun:getdelim
5477 obj:/lib/libselinux.so.1 5463 obj:/lib/libselinux.so.1
5478 obj:/lib/libselinux.so.1 5464 obj:/lib/libselinux.so.1
5479 obj:/lib/libselinux.so.1 5465 obj:/lib/libselinux.so.1
5480 } 5466 }
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