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

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

Issue 9699063: suppress memory leak from SelectFileDialogExtensionTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « tools/heapcheck/suppressions.txt ('k') | 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 5933 matching lines...) Expand 10 before | Expand all | Expand 10 after
5944 } 5944 }
5945 { 5945 {
5946 bug_118203 5946 bug_118203
5947 Memcheck:Leak 5947 Memcheck:Leak
5948 fun:_Znw* 5948 fun:_Znw*
5949 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St 4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E 5949 fun:_ZN12invalidation20NewPermanentCallbackINS_22InvalidationClientImplES1_St 4pairINS_6StatusESsEEEPN4base8CallbackIFvT1_EEEPT_MT0_FvS7_E
5950 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState BlobEv 5950 fun:_ZN12invalidation22InvalidationClientImpl34ScheduleStartAfterReadingState BlobEv
5951 fun:_ZN12invalidation22InvalidationClientImpl5StartEv 5951 fun:_ZN12invalidation22InvalidationClientImpl5StartEv
5952 fun:_ZN13sync_notifier24ChromeInvalidationClient5StartERKSsS2_S2_RKSt3mapIN8s yncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleI NS_26InvalidationVersionTrackerEEEPNS0_8ListenerEPNS_11StateWriterEN4base7WeakPt rIN4buzz23XmppTaskParentInterfaceEEE 5952 fun:_ZN13sync_notifier24ChromeInvalidationClient5StartERKSsS2_S2_RKSt3mapIN8s yncable9ModelTypeElSt4lessIS5_ESaISt4pairIKS5_lEEERKN12browser_sync10WeakHandleI NS_26InvalidationVersionTrackerEEEPNS0_8ListenerEPNS_11StateWriterEN4base7WeakPt rIN4buzz23XmppTaskParentInterfaceEEE
5953 } 5953 }
5954 {
5955 bug_118336
5956 Memcheck:Leak
5957 fun:_Znw*
5958 ...
5959 fun:_ZN47SelectFileDialogExtensionTest_SelfDeleting_Test8TestBodyEv
5960 }
5954 5961
5955 #----------------------------------------------------------------------- 5962 #-----------------------------------------------------------------------
5956 # 4. These only occur on our Google workstations 5963 # 4. These only occur on our Google workstations
5957 5964
5958 { 5965 {
5959 bug_todo_getdelim 5966 bug_todo_getdelim
5960 Memcheck:Leak 5967 Memcheck:Leak
5961 fun:malloc 5968 fun:malloc
5962 fun:getdelim 5969 fun:getdelim
5963 ... 5970 ...
(...skipping 16 matching lines...) Expand all
5980 obj:/bin/grep 5987 obj:/bin/grep
5981 obj:/bin/grep 5988 obj:/bin/grep
5982 } 5989 }
5983 { 5990 {
5984 bug_117789 5991 bug_117789
5985 Memcheck:Uninitialized 5992 Memcheck:Uninitialized
5986 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC ollectorEPKcS5_ 5993 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC ollectorEPKcS5_
5987 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc 5994 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc
5988 ... 5995 ...
5989 } 5996 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698