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

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

Issue 7785002: Suppressing leak in ClientSessionTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 | « tools/heapcheck/suppressions.txt ('k') | 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 5341 matching lines...) Expand 10 before | Expand all | Expand 10 after
5352 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParams 5352 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParams
5353 fun:ChromeMain 5353 fun:ChromeMain
5354 fun:main 5354 fun:main
5355 } 5355 }
5356 { 5356 {
5357 bug_94195 5357 bug_94195
5358 Memcheck:Leak 5358 Memcheck:Leak
5359 ... 5359 ...
5360 fun:_ZN12GpuBlacklist16LoadGpuBlacklistERKSsNS_8OsFilterE 5360 fun:_ZN12GpuBlacklist16LoadGpuBlacklistERKSsNS_8OsFilterE
5361 } 5361 }
5362
5363 { 5362 {
5364 bug_94345 5363 bug_94345
5365 Memcheck:Leak 5364 Memcheck:Leak
5366 fun:_Znw* 5365 fun:_Znw*
5367 fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv 5366 fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv
5368 fun:_ZN4base15SupportsWeakPtrI16ObserverListBaseIN11MessageLoop12TaskObserver EEE9AsWeakPtrEv 5367 fun:_ZN4base15SupportsWeakPtrI16ObserverListBaseIN11MessageLoop12TaskObserver EEE9AsWeakPtrEv
5369 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE8IteratorC1ERS2_ 5368 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE8IteratorC1ERS2_
5370 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE 5369 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE
5371 } 5370 }
5372
5373 { 5371 {
5374 bug_94664 5372 bug_94664
5375 Memcheck:Cond 5373 Memcheck:Cond
5376 fun:_ZN16BookmarksHandler6LoadedEP13BookmarkModelb 5374 fun:_ZN16BookmarksHandler6LoadedEP13BookmarkModelb
5377 fun:_ZN13BookmarkModel11DoneLoadingEP19BookmarkLoadDetails 5375 fun:_ZN13BookmarkModel11DoneLoadingEP19BookmarkLoadDetails
5378 fun:_ZN15BookmarkStorage14OnLoadFinishedEbRK8FilePath 5376 fun:_ZN15BookmarkStorage14OnLoadFinishedEbRK8FilePath
5379 } 5377 }
5378 {
5379 bug_94764
5380 Memcheck:Leak
5381 fun:_Znw*
5382 fun:_ZN8remoting13ClientSession11UnpressKeysEv
5383 fun:_ZN8remoting34ClientSessionTest_UnpressKeys_Test8TestBodyEv
5384 }
5380 5385
5381 #----------------------------------------------------------------------- 5386 #-----------------------------------------------------------------------
5382 # 4. These only occur on our Google workstations 5387 # 4. These only occur on our Google workstations
5383 { 5388 {
5384 bug_todo_freeres 5389 bug_todo_freeres
5385 Memcheck:Free 5390 Memcheck:Free
5386 fun:free 5391 fun:free
5387 fun:__libc_freeres 5392 fun:__libc_freeres
5388 fun:_vgnU_freeres 5393 fun:_vgnU_freeres
5389 fun:_Exit 5394 fun:_Exit
(...skipping 10 matching lines...) Expand all
5400 } 5405 }
5401 { 5406 {
5402 bug_todo_getdelim2 5407 bug_todo_getdelim2
5403 Memcheck:Leak 5408 Memcheck:Leak
5404 fun:malloc 5409 fun:malloc
5405 fun:getdelim 5410 fun:getdelim
5406 obj:/lib/libselinux.so.1 5411 obj:/lib/libselinux.so.1
5407 obj:/lib/libselinux.so.1 5412 obj:/lib/libselinux.so.1
5408 obj:/lib/libselinux.so.1 5413 obj:/lib/libselinux.so.1
5409 } 5414 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698