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

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

Issue 10836071: Suppress uninits after the recent Skia roll (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 | « 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 1030 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 fun:_ZN12_GLOBAL__N_111DnsReloader11MaybeReloadEv 1041 fun:_ZN12_GLOBAL__N_111DnsReloader11MaybeReloadEv
1042 } 1042 }
1043 { 1043 {
1044 # Intentional - atomic strings and hash map in WebCore::nameToPseudoTypeMap() (CSSSelector.cpp) are to be leaked 1044 # Intentional - atomic strings and hash map in WebCore::nameToPseudoTypeMap() (CSSSelector.cpp) are to be leaked
1045 bug_108516 1045 bug_108516
1046 Memcheck:Leak 1046 Memcheck:Leak
1047 fun:_Znw* 1047 fun:_Znw*
1048 fun:_ZN7WebCoreL19nameToPseudoTypeMapEv 1048 fun:_ZN7WebCoreL19nameToPseudoTypeMapEv
1049 } 1049 }
1050 { 1050 {
1051 bug_79322_a (Intentional) 1051 bug_79322 (Intentional)
1052 Memcheck:Leak 1052 Memcheck:Leak
1053 fun:_Znw* 1053 fun:_Znw*
1054 fun:_ZN4base42StatisticsRecorderTest_NotInitialized_Test8TestBodyEv 1054 ...
1055 fun:_ZN4base*StatisticsRecorderTest_*_Test8TestBodyEv
1055 } 1056 }
1056 {
1057 bug_79322_b (Intentional)
1058 Memcheck:Leak
1059 fun:_Znw*
1060 fun:_ZN4base18StatisticsRecorder31RegisterOrDeleteDuplicateRangesEPKNS_12Buck etRangesE
1061 fun:_ZN4base48StatisticsRecorderTest_RegisterBucketRanges_Test8TestBodyEv
1062 }
1063
1064 1057
1065 #----------------------------------------------------------------------- 1058 #-----------------------------------------------------------------------
1066 # 3. Suppressions for real chromium bugs that are not yet fixed. 1059 # 3. Suppressions for real chromium bugs that are not yet fixed.
1067 # These should all be in chromium's bug tracking system (but a few aren't yet). 1060 # These should all be in chromium's bug tracking system (but a few aren't yet).
1068 1061
1069 { 1062 {
1070 # Chromium flakily leaks tasks at shutdown, see 1063 # Chromium flakily leaks tasks at shutdown, see
1071 # http://crbug.com/6532 1064 # http://crbug.com/6532
1072 # http://codereview.chromium.org/20067 1065 # http://codereview.chromium.org/20067
1073 # http://codereview.chromium.org/42083 1066 # http://codereview.chromium.org/42083
(...skipping 4773 matching lines...) Expand 10 before | Expand all | Expand 10 after
5847 fun:_ZN3gpu12GpuScheduler10PutChangedEv 5840 fun:_ZN3gpu12GpuScheduler10PutChangedEv
5848 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv 5841 fun:_ZN6webkit3gpu18GLInProcessContext12PumpCommandsEv
5849 } 5842 }
5850 { 5843 {
5851 bug_140041 5844 bug_140041
5852 Memcheck:Leak 5845 Memcheck:Leak
5853 fun:_Znw* 5846 fun:_Znw*
5854 fun:_ZN15WebsiteSettings11OnUIClosingEv 5847 fun:_ZN15WebsiteSettings11OnUIClosingEv
5855 fun:_ZN36WebsiteSettingsTest_ShowInfoBar_Test8TestBodyEv 5848 fun:_ZN36WebsiteSettingsTest_ShowInfoBar_Test8TestBodyEv
5856 } 5849 }
5850 {
5851 bug_140196
5852 Memcheck:Uninitialized
5853 fun:_ZNK12SkDescriptor6equalsERKS_
5854 fun:_ZN12SkGlyphCache10VisitCacheEPK12SkDescriptorPFbPKS_PvES5_
5855 ...
5856 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
5857 }
5857 5858
5858 #----------------------------------------------------------------------- 5859 #-----------------------------------------------------------------------
5859 # 4. These only occur on our Google workstations 5860 # 4. These only occur on our Google workstations
5860 5861
5861 { 5862 {
5862 bug_todo_getdelim 5863 bug_todo_getdelim
5863 Memcheck:Leak 5864 Memcheck:Leak
5864 fun:malloc 5865 fun:malloc
5865 fun:getdelim 5866 fun:getdelim
5866 ... 5867 ...
5867 fun:call_init 5868 fun:call_init
5868 fun:_dl_init 5869 fun:_dl_init
5869 } 5870 }
5870 { 5871 {
5871 bug_todo_getdelim2 5872 bug_todo_getdelim2
5872 Memcheck:Leak 5873 Memcheck:Leak
5873 fun:malloc 5874 fun:malloc
5874 fun:getdelim 5875 fun:getdelim
5875 obj:/lib/libselinux.so.1 5876 obj:/lib/libselinux.so.1
5876 obj:/lib/libselinux.so.1 5877 obj:/lib/libselinux.so.1
5877 obj:/lib/libselinux.so.1 5878 obj:/lib/libselinux.so.1
5878 } 5879 }
5879 { 5880 {
5880 bug_todo_grep 5881 bug_todo_grep
5881 Memcheck:Leak 5882 Memcheck:Leak
5882 fun:malloc 5883 fun:malloc
5883 obj:/bin/grep 5884 obj:/bin/grep
5884 obj:/bin/grep 5885 obj:/bin/grep
5885 } 5886 }
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