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

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

Issue 7051029: Valgrind: Widen a suppression. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 4567 matching lines...) Expand 10 before | Expand all | Expand 10 after
4578 ... 4578 ...
4579 fun:_ZN8chromeos12OwnerManagerD0Ev 4579 fun:_ZN8chromeos12OwnerManagerD0Ev
4580 fun:_ZN4base20RefCountedThreadSafeIN8chromeos12OwnerManagerENS_33DefaultRefCo untedThreadSafeTraitsIS2_EEE14DeleteInternalEPKS2_ 4580 fun:_ZN4base20RefCountedThreadSafeIN8chromeos12OwnerManagerENS_33DefaultRefCo untedThreadSafeTraitsIS2_EEE14DeleteInternalEPKS2_
4581 fun:_ZN4base33DefaultRefCountedThreadSafeTraitsIN8chromeos12OwnerManagerEE8De structEPKS2_ 4581 fun:_ZN4base33DefaultRefCountedThreadSafeTraitsIN8chromeos12OwnerManagerEE8De structEPKS2_
4582 fun:_ZNK4base20RefCountedThreadSafeIN8chromeos12OwnerManagerENS_33DefaultRefC ountedThreadSafeTraitsIS2_EEE7ReleaseEv 4582 fun:_ZNK4base20RefCountedThreadSafeIN8chromeos12OwnerManagerENS_33DefaultRefC ountedThreadSafeTraitsIS2_EEE7ReleaseEv
4583 } 4583 }
4584 { 4584 {
4585 bug_83343 4585 bug_83343
4586 Memcheck:Leak 4586 Memcheck:Leak
4587 fun:_Znw* 4587 fun:_Znw*
4588 ...
4588 fun:_ZN13ThreadWatcher13StartWatchingERKN13BrowserThread2IDERKSsRKN4base9Time DeltaES9_ 4589 fun:_ZN13ThreadWatcher13StartWatchingERKN13BrowserThread2IDERKSsRKN4base9Time DeltaES9_
4589 fun:_ZN17ThreadWatcherList16StartWatchingAllEv 4590 fun:_ZN17ThreadWatcherList16StartWatchingAllEv
4590 fun:_Z18DispatchToFunctionIPFvvEEvT_RK6Tuple0 4591 fun:_Z18DispatchToFunctionIPFvvEEvT_RK6Tuple0
4591 fun:_ZN16RunnableFunctionIPFvvE6Tuple0E3RunEv 4592 fun:_ZN16RunnableFunctionIPFvvE6Tuple0E3RunEv
4592 fun:_ZN12_GLOBAL__N_118TaskClosureAdapter3RunEv 4593 fun:_ZN12_GLOBAL__N_118TaskClosureAdapter3RunEv
4593 fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IMN12_GLOBAL__N_118Ta skClosureAdapterEFvvEPS4_EES6_E8DoInvokeEPNS0_18InvokerStorageBaseE 4594 fun:_ZN4base8internal8Invoker1ILb0ENS0_15InvokerStorage1IMN12_GLOBAL__N_118Ta skClosureAdapterEFvvEPS4_EES6_E8DoInvokeEPNS0_18InvokerStorageBaseE
4594 fun:_ZNK4base8CallbackIFvvEE3RunEv 4595 fun:_ZNK4base8CallbackIFvvEE3RunEv
4595 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE 4596 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE
4596 } 4597 }
4597 { 4598 {
(...skipping 22 matching lines...) Expand all
4620 } 4621 }
4621 { 4622 {
4622 bug_todo_getdelim 4623 bug_todo_getdelim
4623 Memcheck:Leak 4624 Memcheck:Leak
4624 fun:malloc 4625 fun:malloc
4625 fun:getdelim 4626 fun:getdelim
4626 ... 4627 ...
4627 fun:call_init 4628 fun:call_init
4628 fun:_dl_init 4629 fun:_dl_init
4629 } 4630 }
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