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

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

Issue 9480016: Fix memory leak in SequencedWorkerPool (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments, add suppression removal 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
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 5912 matching lines...) Expand 10 before | Expand all | Expand 10 after
5923 bug_115808_a 5923 bug_115808_a
5924 Memcheck:Uninitialized 5924 Memcheck:Uninitialized
5925 fun:_ZN7WebCore18HarfBuzzShaperBase25determineWordBreakSpacingEv 5925 fun:_ZN7WebCore18HarfBuzzShaperBase25determineWordBreakSpacingEv
5926 } 5926 }
5927 { 5927 {
5928 bug_115808_b 5928 bug_115808_b
5929 Memcheck:Uninitialized 5929 Memcheck:Uninitialized
5930 fun:_ZN7WebCore18HarfBuzzShaperBase10setPaddingEi 5930 fun:_ZN7WebCore18HarfBuzzShaperBase10setPaddingEi
5931 fun:_ZN7WebCore21ComplexTextController* 5931 fun:_ZN7WebCore21ComplexTextController*
5932 } 5932 }
5933 { 5933
5934 bug_115987
5935 Memcheck:Leak
5936 fun:_Znw*
5937 fun:_ZN4base12_GLOBAL__N_123SequencedWorkerPoolTestC2Ev
5938 fun:_ZN4base*SequencedWorkerPoolTest_*
5939 fun:_ZN7testing8internal15TestFactoryImplIN4base*SequencedWorkerPoolTest_*
5940 }
5941 5934
5942 #----------------------------------------------------------------------- 5935 #-----------------------------------------------------------------------
5943 # 4. These only occur on our Google workstations 5936 # 4. These only occur on our Google workstations
5944 5937
5945 { 5938 {
5946 bug_todo_getdelim 5939 bug_todo_getdelim
5947 Memcheck:Leak 5940 Memcheck:Leak
5948 fun:malloc 5941 fun:malloc
5949 fun:getdelim 5942 fun:getdelim
5950 ... 5943 ...
5951 fun:call_init 5944 fun:call_init
5952 fun:_dl_init 5945 fun:_dl_init
5953 } 5946 }
5954 { 5947 {
5955 bug_todo_getdelim2 5948 bug_todo_getdelim2
5956 Memcheck:Leak 5949 Memcheck:Leak
5957 fun:malloc 5950 fun:malloc
5958 fun:getdelim 5951 fun:getdelim
5959 obj:/lib/libselinux.so.1 5952 obj:/lib/libselinux.so.1
5960 obj:/lib/libselinux.so.1 5953 obj:/lib/libselinux.so.1
5961 obj:/lib/libselinux.so.1 5954 obj:/lib/libselinux.so.1
5962 } 5955 }
5963 { 5956 {
5964 bug_todo_grep 5957 bug_todo_grep
5965 Memcheck:Leak 5958 Memcheck:Leak
5966 fun:malloc 5959 fun:malloc
5967 obj:/bin/grep 5960 obj:/bin/grep
5968 obj:/bin/grep 5961 obj:/bin/grep
5969 } 5962 }
OLDNEW
« no previous file with comments | « tools/valgrind/drmemory/suppressions_full.txt ('k') | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698