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

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

Issue 7066001: Valgrind: Suppress memory errors from the V8 3.3.9.3 upgrade. (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 4598 matching lines...) Expand 10 before | Expand all | Expand 10 after
4609 } 4609 }
4610 { 4610 {
4611 bug_83609 4611 bug_83609
4612 Memcheck:Leak 4612 Memcheck:Leak
4613 fun:_Znw* 4613 fun:_Znw*
4614 fun:_ZN4base4BindIMN12_GLOBAL__N_118TaskClosureAdapterEFvvEPS2_EENS_8internal 20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_ 4614 fun:_ZN4base4BindIMN12_GLOBAL__N_118TaskClosureAdapterEFvvEPS2_EENS_8internal 20InvokerStorageHolderINS6_15InvokerStorage1IT_T0_EEEES9_RKSA_
4615 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx 4615 fun:_ZN11MessageLoop15PostDelayedTaskERKN15tracked_objects8LocationEP4Taskx
4616 fun:_ZN13BrowserThread14PostTaskHelperENS_2IDERKN15tracked_objects8LocationEP 4Taskxb 4616 fun:_ZN13BrowserThread14PostTaskHelperENS_2IDERKN15tracked_objects8LocationEP 4Taskxb
4617 fun:_ZN13BrowserThread8PostTaskENS_2IDERKN15tracked_objects8LocationEP4Task 4617 fun:_ZN13BrowserThread8PostTaskENS_2IDERKN15tracked_objects8LocationEP4Task
4618 } 4618 }
4619 {
4620 bug_83626a
4621 Memcheck:Cond
4622 fun:_ZNK2v88internal9SparseSet8ContainsEi
4623 fun:_ZN2v88internal9SparseSet3AddEi
4624 ...
4625 fun:_ZN2v88internal20HGlobalValueNumberer41CollectSideEffectsOnPathsToDominat edBlockEPNS0_11HBasicBlockES3_
4626 fun:_ZN2v88internal20HGlobalValueNumberer12AnalyzeBlockEPNS0_11HBasicBlockEPN S0_9HValueMapE
4627 }
4628 {
4629 bug_83626b
4630 Memcheck:Value4
4631 fun:_ZNK2v88internal9SparseSet8ContainsEi
4632 fun:_ZN2v88internal9SparseSet3AddEi
4633 ...
4634 fun:_ZN2v88internal20HGlobalValueNumberer41CollectSideEffectsOnPathsToDominat edBlockEPNS0_11HBasicBlockES3_
4635 fun:_ZN2v88internal20HGlobalValueNumberer12AnalyzeBlockEPNS0_11HBasicBlockEPN S0_9HValueMapE
4636 }
4619 #----------------------------------------------------------------------- 4637 #-----------------------------------------------------------------------
4620 # These only occur on our Google workstations 4638 # These only occur on our Google workstations
4621 { 4639 {
4622 bug_todo_freeres 4640 bug_todo_freeres
4623 Memcheck:Free 4641 Memcheck:Free
4624 fun:free 4642 fun:free
4625 fun:__libc_freeres 4643 fun:__libc_freeres
4626 fun:_vgnU_freeres 4644 fun:_vgnU_freeres
4627 fun:_Exit 4645 fun:_Exit
4628 fun:exit 4646 fun:exit
4629 } 4647 }
4630 { 4648 {
4631 bug_todo_getdelim 4649 bug_todo_getdelim
4632 Memcheck:Leak 4650 Memcheck:Leak
4633 fun:malloc 4651 fun:malloc
4634 fun:getdelim 4652 fun:getdelim
4635 ... 4653 ...
4636 fun:call_init 4654 fun:call_init
4637 fun:_dl_init 4655 fun:_dl_init
4638 } 4656 }
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