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

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

Issue 7799010: Suppressing cond error in BookmarksHandler::Loaded (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 | « 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 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.
11 #
12 # 4. issues that happen only on Google workstations.
11 #----------------------------------------------------------------------- 13 #-----------------------------------------------------------------------
12 14
13 # 1. third party stuff we have no control over 15 # 1. third party stuff we have no control over
14 { 16 {
15 Uninitialized value in deflate 17 Uninitialized value in deflate
16 Memcheck:Cond 18 Memcheck:Cond
17 ... 19 ...
18 fun:MOZ_Z_deflate 20 fun:MOZ_Z_deflate
19 } 21 }
20 { 22 {
(...skipping 5341 matching lines...) Expand 10 before | Expand all | Expand 10 after
5362 { 5364 {
5363 bug_94345 5365 bug_94345
5364 Memcheck:Leak 5366 Memcheck:Leak
5365 fun:_Znw* 5367 fun:_Znw*
5366 fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv 5368 fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv
5367 fun:_ZN4base15SupportsWeakPtrI16ObserverListBaseIN11MessageLoop12TaskObserver EEE9AsWeakPtrEv 5369 fun:_ZN4base15SupportsWeakPtrI16ObserverListBaseIN11MessageLoop12TaskObserver EEE9AsWeakPtrEv
5368 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE8IteratorC1ERS2_ 5370 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE8IteratorC1ERS2_
5369 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE 5371 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE
5370 } 5372 }
5371 5373
5374 {
5375 bug_94664
5376 Memcheck:Cond
5377 fun:_ZN16BookmarksHandler6LoadedEP13BookmarkModelb
5378 fun:_ZN13BookmarkModel11DoneLoadingEP19BookmarkLoadDetails
5379 fun:_ZN15BookmarkStorage14OnLoadFinishedEbRK8FilePath
5380 }
5381
5372 #----------------------------------------------------------------------- 5382 #-----------------------------------------------------------------------
5373 # These only occur on our Google workstations 5383 # 4. These only occur on our Google workstations
5374 { 5384 {
5375 bug_todo_freeres 5385 bug_todo_freeres
5376 Memcheck:Free 5386 Memcheck:Free
5377 fun:free 5387 fun:free
5378 fun:__libc_freeres 5388 fun:__libc_freeres
5379 fun:_vgnU_freeres 5389 fun:_vgnU_freeres
5380 fun:_Exit 5390 fun:_Exit
5381 fun:exit 5391 fun:exit
5382 } 5392 }
5383 { 5393 {
5384 bug_todo_getdelim 5394 bug_todo_getdelim
5385 Memcheck:Leak 5395 Memcheck:Leak
5386 fun:malloc 5396 fun:malloc
5387 fun:getdelim 5397 fun:getdelim
5388 ... 5398 ...
5389 fun:call_init 5399 fun:call_init
5390 fun:_dl_init 5400 fun:_dl_init
5391 } 5401 }
5392 { 5402 {
5393 bug_todo_getdelim2 5403 bug_todo_getdelim2
5394 Memcheck:Leak 5404 Memcheck:Leak
5395 fun:malloc 5405 fun:malloc
5396 fun:getdelim 5406 fun:getdelim
5397 obj:/lib/libselinux.so.1 5407 obj:/lib/libselinux.so.1
5398 obj:/lib/libselinux.so.1 5408 obj:/lib/libselinux.so.1
5399 obj:/lib/libselinux.so.1 5409 obj:/lib/libselinux.so.1
5400 } 5410 }
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