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

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

Issue 7071036: Introduce the ANNOTATE_LEAKING_OBJECT_PTR annotation that can be used to mark (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« 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 three kinds of suppressions in this file. 1 # There are three 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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 Memcheck:Leak 866 Memcheck:Leak
867 fun:_Znw* 867 fun:_Znw*
868 ... 868 ...
869 fun:_ZN4base*Histogram10FactoryGet* 869 fun:_ZN4base*Histogram10FactoryGet*
870 } 870 }
871 { 871 {
872 # Histograms are used on un-joined threads, and can't be deleted atexit. 872 # Histograms are used on un-joined threads, and can't be deleted atexit.
873 Histograms via FactoryGet including Stats for disk_cache 873 Histograms via FactoryGet including Stats for disk_cache
874 Memcheck:Leak 874 Memcheck:Leak
875 fun:_Znw* 875 fun:_Znw*
876 fun:_ZN10disk_cache14StatsHistogram24StatsHistogramFactoryGet* 876 fun:_ZN10disk_cache14StatsHistogram10FactoryGet*
877 } 877 }
878 878
879 #----------------------------------------------------------------------- 879 #-----------------------------------------------------------------------
880 # 3. Suppressions for real chromium bugs that are not yet fixed. 880 # 3. Suppressions for real chromium bugs that are not yet fixed.
881 # These should all be in chromium's bug tracking system (but a few aren't yet). 881 # These should all be in chromium's bug tracking system (but a few aren't yet).
882 882
883 { 883 {
884 # Chromium flakily leaks tasks at shutdown, see 884 # Chromium flakily leaks tasks at shutdown, see
885 # http://crbug.com/6532 885 # http://crbug.com/6532
886 # http://codereview.chromium.org/20067 886 # http://codereview.chromium.org/20067
(...skipping 3809 matching lines...) Expand 10 before | Expand all | Expand 10 after
4696 } 4696 }
4697 { 4697 {
4698 bug_todo_getdelim2 4698 bug_todo_getdelim2
4699 Memcheck:Leak 4699 Memcheck:Leak
4700 fun:malloc 4700 fun:malloc
4701 fun:getdelim 4701 fun:getdelim
4702 obj:/lib/libselinux.so.1 4702 obj:/lib/libselinux.so.1
4703 obj:/lib/libselinux.so.1 4703 obj:/lib/libselinux.so.1
4704 obj:/lib/libselinux.so.1 4704 obj:/lib/libselinux.so.1
4705 } 4705 }
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