OLD | NEW |
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 4616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4627 } | 4627 } |
4628 { | 4628 { |
4629 bug_83626b | 4629 bug_83626b |
4630 Memcheck:Value4 | 4630 Memcheck:Value4 |
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 { | |
4638 bug_83638 | |
4639 Memcheck:Leak | |
4640 fun:_Znw* | |
4641 fun:_ZN43DownloadManagerTest_*_Test8TestBodyEv | |
4642 fun:_ZN7testing8internal38HandleSehExceptionsInMethodIfSupportedINS_4TestEvEE
T0_PT_MS4_FS3_vEPKc | |
4643 fun:_ZN7testing8internal35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_
PT_MS4_FS3_vEPKc | |
4644 | |
4645 } | |
4646 #----------------------------------------------------------------------- | 4637 #----------------------------------------------------------------------- |
4647 # These only occur on our Google workstations | 4638 # These only occur on our Google workstations |
4648 { | 4639 { |
4649 bug_todo_freeres | 4640 bug_todo_freeres |
4650 Memcheck:Free | 4641 Memcheck:Free |
4651 fun:free | 4642 fun:free |
4652 fun:__libc_freeres | 4643 fun:__libc_freeres |
4653 fun:_vgnU_freeres | 4644 fun:_vgnU_freeres |
4654 fun:_Exit | 4645 fun:_Exit |
4655 fun:exit | 4646 fun:exit |
4656 } | 4647 } |
4657 { | 4648 { |
4658 bug_todo_getdelim | 4649 bug_todo_getdelim |
4659 Memcheck:Leak | 4650 Memcheck:Leak |
4660 fun:malloc | 4651 fun:malloc |
4661 fun:getdelim | 4652 fun:getdelim |
4662 ... | 4653 ... |
4663 fun:call_init | 4654 fun:call_init |
4664 fun:_dl_init | 4655 fun:_dl_init |
4665 } | 4656 } |
OLD | NEW |