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

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

Issue 6966028: Valgrind: Slightly 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 4620 matching lines...) Expand 10 before | Expand all | Expand 10 after
4631 fun:_ZNK2v88internal9SparseSet8ContainsEi 4631 fun:_ZNK2v88internal9SparseSet8ContainsEi
4632 fun:_ZN2v88internal9SparseSet3AddEi 4632 fun:_ZN2v88internal9SparseSet3AddEi
4633 ... 4633 ...
4634 fun:_ZN2v88internal20HGlobalValueNumberer41CollectSideEffectsOnPathsToDominat edBlockEPNS0_11HBasicBlockES3_ 4634 fun:_ZN2v88internal20HGlobalValueNumberer41CollectSideEffectsOnPathsToDominat edBlockEPNS0_11HBasicBlockES3_
4635 fun:_ZN2v88internal20HGlobalValueNumberer12AnalyzeBlockEPNS0_11HBasicBlockEPN S0_9HValueMapE 4635 fun:_ZN2v88internal20HGlobalValueNumberer12AnalyzeBlockEPNS0_11HBasicBlockEPN S0_9HValueMapE
4636 } 4636 }
4637 { 4637 {
4638 bug_83638 4638 bug_83638
4639 Memcheck:Leak 4639 Memcheck:Leak
4640 fun:_Znw* 4640 fun:_Znw*
4641 fun:_ZN43DownloadManagerTest_*_Test8TestBodyEv 4641 fun:*DownloadManagerTest_*_Test8TestBodyEv
4642 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEE T0_PT_MS4_FS3_vEPKc 4642 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEE T0_PT_MS4_FS3_vEPKc
4643 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_ PT_MS4_FS3_vEPKc 4643 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_ PT_MS4_FS3_vEPKc
4644 4644
4645 } 4645 }
4646 #----------------------------------------------------------------------- 4646 #-----------------------------------------------------------------------
4647 # These only occur on our Google workstations 4647 # These only occur on our Google workstations
4648 { 4648 {
4649 bug_todo_freeres 4649 bug_todo_freeres
4650 Memcheck:Free 4650 Memcheck:Free
4651 fun:free 4651 fun:free
4652 fun:__libc_freeres 4652 fun:__libc_freeres
4653 fun:_vgnU_freeres 4653 fun:_vgnU_freeres
4654 fun:_Exit 4654 fun:_Exit
4655 fun:exit 4655 fun:exit
4656 } 4656 }
4657 { 4657 {
4658 bug_todo_getdelim 4658 bug_todo_getdelim
4659 Memcheck:Leak 4659 Memcheck:Leak
4660 fun:malloc 4660 fun:malloc
4661 fun:getdelim 4661 fun:getdelim
4662 ... 4662 ...
4663 fun:call_init 4663 fun:call_init
4664 fun:_dl_init 4664 fun:_dl_init
4665 } 4665 }
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