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

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

Issue 7611004: Valgrind: Suppress a leak in BrowserAccessibilityManager::Create. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 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 5243 matching lines...) Expand 10 before | Expand all | Expand 10 after
5254 fun:_ZN5ppapi10VarTracker7VarInfoD1Ev 5254 fun:_ZN5ppapi10VarTracker7VarInfoD1Ev
5255 fun:_ZNSt4pairIKiN5ppapi10VarTracker7VarInfo* 5255 fun:_ZNSt4pairIKiN5ppapi10VarTracker7VarInfo*
5256 ... 5256 ...
5257 fun:_ZN9__gnu_cxx8hash_mapIiN5ppapi10VarTracker7VarInfoENS_4hashIiEESt8equal_ toIiESaIS3_EED1Ev 5257 fun:_ZN9__gnu_cxx8hash_mapIiN5ppapi10VarTracker7VarInfoENS_4hashIiEESt8equal_ toIiESaIS3_EED1Ev
5258 fun:_ZN5ppapi10VarTracker* 5258 fun:_ZN5ppapi10VarTracker*
5259 ... 5259 ...
5260 fun:_ZN6webkit5ppapi15ResourceTracker* 5260 fun:_ZN6webkit5ppapi15ResourceTracker*
5261 ... 5261 ...
5262 fun:_ZN6webkit5ppapi19ResourceTrackerTest* 5262 fun:_ZN6webkit5ppapi19ResourceTrackerTest*
5263 } 5263 }
5264 {
5265 bug_92396
5266 Memcheck:Leak
5267 fun:_Znw*
5268 fun:_ZN27BrowserAccessibilityManager6CreateEP6NSViewRKN11webkit_glue16WebAcce ssibilityEP28BrowserAccessibilityDelegateP27BrowserAccessibilityFactory
5269 fun:_ZN27BrowserAccessibilityManager19CreateEmptyDocumentEP6NSViewN11webkit_g lue16WebAccessibility5StateEP28BrowserAccessibilityDelegateP27BrowserAccessibili tyFactory
5270 fun:_ZN60BrowserAccessibilityManagerTest_TestCreateEmptyDocument_Test8TestBod yEv
5271 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEE T0_PT_MS4_FS3_vEPKc
5272 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_ PT_MS4_FS3_vEPKc
5273 }
5264 5274
5265 #----------------------------------------------------------------------- 5275 #-----------------------------------------------------------------------
5266 # These only occur on our Google workstations 5276 # These only occur on our Google workstations
5267 { 5277 {
5268 bug_todo_freeres 5278 bug_todo_freeres
5269 Memcheck:Free 5279 Memcheck:Free
5270 fun:free 5280 fun:free
5271 fun:__libc_freeres 5281 fun:__libc_freeres
5272 fun:_vgnU_freeres 5282 fun:_vgnU_freeres
5273 fun:_Exit 5283 fun:_Exit
(...skipping 10 matching lines...) Expand all
5284 } 5294 }
5285 { 5295 {
5286 bug_todo_getdelim2 5296 bug_todo_getdelim2
5287 Memcheck:Leak 5297 Memcheck:Leak
5288 fun:malloc 5298 fun:malloc
5289 fun:getdelim 5299 fun:getdelim
5290 obj:/lib/libselinux.so.1 5300 obj:/lib/libselinux.so.1
5291 obj:/lib/libselinux.so.1 5301 obj:/lib/libselinux.so.1
5292 obj:/lib/libselinux.so.1 5302 obj:/lib/libselinux.so.1
5293 } 5303 }
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