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

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

Issue 8552001: Fix memory leak in xkeyboard.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 years, 1 month 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 5193 matching lines...) Expand 10 before | Expand all | Expand 10 after
5204 fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IM17PluginLoaderPosix FvvE13scoped_refptrIS3_EEES5_E8DoInvokeEPNS0_18InvokerStorageBaseE 5204 fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IM17PluginLoaderPosix FvvE13scoped_refptrIS3_EEES5_E8DoInvokeEPNS0_18InvokerStorageBaseE
5205 } 5205 }
5206 { 5206 {
5207 bug_103192 5207 bug_103192
5208 Memcheck:Leak 5208 Memcheck:Leak
5209 fun:_Znw* 5209 fun:_Znw*
5210 fun:_ZN13PluginService10GetPluginsERKN4base8CallbackIFvRKSt6vectorIN6webkit13 WebPluginInfoESaIS4_EEEEE 5210 fun:_ZN13PluginService10GetPluginsERKN4base8CallbackIFvRKSt6vectorIN6webkit13 WebPluginInfoESaIS4_EEEEE
5211 fun:_ZN8chromeos12_GLOBAL__N_127GViewRequestInterceptorTest5SetUpEv 5211 fun:_ZN8chromeos12_GLOBAL__N_127GViewRequestInterceptorTest5SetUpEv
5212 } 5212 }
5213 { 5213 {
5214 bug_103433
5215 Memcheck:Leak
5216 fun:malloc
5217 ...
5218 fun:XGetAtomName
5219 fun:_ZN8chromeos12input_method9XKeyboard14GetNumLockMaskEv
5220 }
5221 {
5222 bug_103467 5214 bug_103467
5223 Memcheck:Cond 5215 Memcheck:Cond
5224 fun:_ZNK7WebCore12NamedNodeMap20mappedMapsEquivalentEPKS0_ 5216 fun:_ZNK7WebCore12NamedNodeMap20mappedMapsEquivalentEPKS0_
5225 fun:_ZNK7WebCore16CSSStyleSelector24canShareStyleWithElementEPNS_4NodeE 5217 fun:_ZNK7WebCore16CSSStyleSelector24canShareStyleWithElementEPNS_4NodeE
5226 fun:_ZNK7WebCore16CSSStyleSelector26findSiblingForStyleSharingEPNS_4NodeERj 5218 fun:_ZNK7WebCore16CSSStyleSelector26findSiblingForStyleSharingEPNS_4NodeERj
5227 } 5219 }
5228 5220
5229 #----------------------------------------------------------------------- 5221 #-----------------------------------------------------------------------
5230 # 4. These only occur on our Google workstations 5222 # 4. These only occur on our Google workstations
5231 { 5223 {
(...skipping 23 matching lines...) Expand all
5255 obj:/lib/libselinux.so.1 5247 obj:/lib/libselinux.so.1
5256 obj:/lib/libselinux.so.1 5248 obj:/lib/libselinux.so.1
5257 } 5249 }
5258 { 5250 {
5259 bug_todo_grep 5251 bug_todo_grep
5260 Memcheck:Leak 5252 Memcheck:Leak
5261 fun:malloc 5253 fun:malloc
5262 obj:/bin/grep 5254 obj:/bin/grep
5263 obj:/bin/grep 5255 obj:/bin/grep
5264 } 5256 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698