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

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

Issue 7606022: Leaks in ppapi::VarTracker (Closed) Base URL: svn://svn.chromium.org/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 5264 matching lines...) Expand 10 before | Expand all | Expand 10 after
5275 ... 5275 ...
5276 fun:_ZN10scoped_ptrIN13safe_browsing28PhishingTermFeatureExtractorEED1Ev 5276 fun:_ZN10scoped_ptrIN13safe_browsing28PhishingTermFeatureExtractorEED1Ev
5277 fun:_ZN13safe_browsing32PhishingTermFeatureExtractorTestD2Ev 5277 fun:_ZN13safe_browsing32PhishingTermFeatureExtractorTestD2Ev
5278 fun:_ZN13safe_browsing50PhishingTermFeatureExtractorTest_Continuation_TestD0E v 5278 fun:_ZN13safe_browsing50PhishingTermFeatureExtractorTest_Continuation_TestD0E v
5279 fun:_ZN7testing4Test11DeleteSelf_Ev 5279 fun:_ZN7testing4Test11DeleteSelf_Ev
5280 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEE T0_PT_MS4_FS3_vEPKc 5280 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEE T0_PT_MS4_FS3_vEPKc
5281 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_ PT_MS4_FS3_vEPKc 5281 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_ PT_MS4_FS3_vEPKc
5282 fun:_ZN7testing8TestInfo3RunEv 5282 fun:_ZN7testing8TestInfo3RunEv
5283 fun:_ZN7testing8TestCase3RunEv 5283 fun:_ZN7testing8TestCase3RunEv
5284 } 5284 }
5285 {
5286 bug_92279
5287 Memcheck:Addr4
5288 fun:_NPN_ReleaseObject
5289 fun:_ZN6WebKit11WebBindings13releaseObjectEP8NPObject
5290 fun:_ZN5ppapi11NPObjectVarD0Ev
5291 fun:_ZNK4base10RefCountedIN5ppapi3VarEE7ReleaseEv
5292 fun:_ZN13scoped_refptrIN5ppapi3Var*
5293 ...
5294 fun:_ZN5ppapi10VarTracker7VarInfoD1Ev
5295 fun:_ZNSt4pairIKiN5ppapi10VarTracker7VarInfo*
5296 ...
5297 fun:_ZN9__gnu_cxx8hash_mapIiN5ppapi10VarTracker7VarInfoENS_4hashIiEESt8equal_ toIiESaIS3_EED1Ev
5298 fun:_ZN5ppapi10VarTracker*
5299 ...
5300 fun:_ZN6webkit5ppapi15ResourceTracker*
5301 ...
5302 fun:_ZN6webkit5ppapi19ResourceTrackerTest*
5303 }
5285 5304
5286 #----------------------------------------------------------------------- 5305 #-----------------------------------------------------------------------
5287 # These only occur on our Google workstations 5306 # These only occur on our Google workstations
5288 { 5307 {
5289 bug_todo_freeres 5308 bug_todo_freeres
5290 Memcheck:Free 5309 Memcheck:Free
5291 fun:free 5310 fun:free
5292 fun:__libc_freeres 5311 fun:__libc_freeres
5293 fun:_vgnU_freeres 5312 fun:_vgnU_freeres
5294 fun:_Exit 5313 fun:_Exit
(...skipping 10 matching lines...) Expand all
5305 } 5324 }
5306 { 5325 {
5307 bug_todo_getdelim2 5326 bug_todo_getdelim2
5308 Memcheck:Leak 5327 Memcheck:Leak
5309 fun:malloc 5328 fun:malloc
5310 fun:getdelim 5329 fun:getdelim
5311 obj:/lib/libselinux.so.1 5330 obj:/lib/libselinux.so.1
5312 obj:/lib/libselinux.so.1 5331 obj:/lib/libselinux.so.1
5313 obj:/lib/libselinux.so.1 5332 obj:/lib/libselinux.so.1
5314 } 5333 }
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