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

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

Issue 10827132: Remove an unnecessary leak annotation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 | « base/metrics/statistics_recorder.cc ('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 953 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 } 964 }
965 { 965 {
966 # Histograms are used on un-joined threads, and can't be deleted atexit. 966 # Histograms are used on un-joined threads, and can't be deleted atexit.
967 Histograms via FactoryGet including Stats for disk_cache 967 Histograms via FactoryGet including Stats for disk_cache
968 Memcheck:Leak 968 Memcheck:Leak
969 fun:_Znw* 969 fun:_Znw*
970 ... 970 ...
971 fun:_ZN10disk_cache14StatsHistogram10FactoryGet* 971 fun:_ZN10disk_cache14StatsHistogram10FactoryGet*
972 } 972 }
973 { 973 {
974 Intentional leak for Histogram (in StatisticsRecorderTest, NotInitialized).
975 Memcheck:Leak
976 fun:_Znw*
977 fun:_ZN4base42StatisticsRecorderTest_NotInitialized_Test8TestBodyEv
978 }
979 {
980 Intentional leak for list<const BucketRanges*>(in StatisticsRecorderTest, Reg isterBucketRanges).
981 Memcheck:Leak
982 fun:_Znw*
983 fun:_ZN4base18StatisticsRecorder31RegisterOrDeleteDuplicateRangesEPKNS_12Buck etRangesE
984 fun:_ZN4base48StatisticsRecorderTest_RegisterBucketRanges_Test8TestBodyEv
985 }
986 {
974 # See http://code.google.com/p/chromium/issues/detail?id=70062#c8 987 # See http://code.google.com/p/chromium/issues/detail?id=70062#c8
975 bug_70062 (Intentional) 988 bug_70062 (Intentional)
976 Memcheck:Leak 989 Memcheck:Leak
977 ... 990 ...
978 fun:InitSessionCacheLocks 991 fun:InitSessionCacheLocks
979 fun:initSessionCacheLocksLazily 992 fun:initSessionCacheLocksLazily
980 ... 993 ...
981 fun:ssl_InitSessionCacheLocks 994 fun:ssl_InitSessionCacheLocks
982 } 995 }
983 { 996 {
(...skipping 4858 matching lines...) Expand 10 before | Expand all | Expand 10 after
5842 obj:/lib/libselinux.so.1 5855 obj:/lib/libselinux.so.1
5843 obj:/lib/libselinux.so.1 5856 obj:/lib/libselinux.so.1
5844 } 5857 }
5845 { 5858 {
5846 bug_todo_grep 5859 bug_todo_grep
5847 Memcheck:Leak 5860 Memcheck:Leak
5848 fun:malloc 5861 fun:malloc
5849 obj:/bin/grep 5862 obj:/bin/grep
5850 obj:/bin/grep 5863 obj:/bin/grep
5851 } 5864 }
OLDNEW
« no previous file with comments | « base/metrics/statistics_recorder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698