| 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 4625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4636 } | 4636 } |
| 4637 { | 4637 { |
| 4638 bug_83638 | 4638 bug_83638 |
| 4639 Memcheck:Leak | 4639 Memcheck:Leak |
| 4640 fun:_Znw* | 4640 fun:_Znw* |
| 4641 fun:*DownloadManagerTest_*_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 { |
| 4647 bug_83835 |
| 4648 Memcheck:Leak |
| 4649 fun:_Znw* |
| 4650 fun:_ZN11MessageLoop10DeleteSoonIN4base20MessageLoopProxyImplEEEvRKN15tracked
_objects8LocationEPKT_ |
| 4651 fun:_ZNK4base20MessageLoopProxyImpl10OnDestructEv |
| 4652 fun:_ZN4base22MessageLoopProxyTraits8DestructEPKNS_16MessageLoopProxyE |
| 4653 fun:_ZNK4base20RefCountedThreadSafeINS_16MessageLoopProxyENS_22MessageLoopPro
xyTraitsEE7ReleaseEv |
| 4654 fun:_ZN13scoped_refptrIN4base16MessageLoopProxyEED1Ev |
| 4655 fun:_ZN3net16HostResolverImpl3JobD1Ev |
| 4656 fun:_ZN4base20RefCountedThreadSafeIN3net16HostResolverImpl3JobENS_33DefaultRe
fCountedThreadSafeTraitsIS3_EEE14DeleteInternalEPKS3_ |
| 4657 fun:_ZN4base33DefaultRefCountedThreadSafeTraitsIN3net16HostResolverImpl3JobEE
8DestructEPKS3_ |
| 4658 fun:_ZNK4base20RefCountedThreadSafeIN3net16HostResolverImpl3JobENS_33DefaultR
efCountedThreadSafeTraitsIS3_EEE7ReleaseEv |
| 4659 fun:_ZN20RunnableMethodTraitsIN3net16HostResolverImpl3JobEE13ReleaseCalleeEPS
2_ |
| 4660 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKN4base9TimeTicksE
jE6Tuple2IS4_jEE13ReleaseCalleeEv |
| 4661 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvRKN4base9TimeTicksE
jE6Tuple2IS4_jEED0Ev |
| 4662 fun:_ZN4base12_GLOBAL__N_112WorkerThread10ThreadMainEv |
| 4663 } |
| 4646 #----------------------------------------------------------------------- | 4664 #----------------------------------------------------------------------- |
| 4647 # These only occur on our Google workstations | 4665 # These only occur on our Google workstations |
| 4648 { | 4666 { |
| 4649 bug_todo_freeres | 4667 bug_todo_freeres |
| 4650 Memcheck:Free | 4668 Memcheck:Free |
| 4651 fun:free | 4669 fun:free |
| 4652 fun:__libc_freeres | 4670 fun:__libc_freeres |
| 4653 fun:_vgnU_freeres | 4671 fun:_vgnU_freeres |
| 4654 fun:_Exit | 4672 fun:_Exit |
| 4655 fun:exit | 4673 fun:exit |
| 4656 } | 4674 } |
| 4657 { | 4675 { |
| 4658 bug_todo_getdelim | 4676 bug_todo_getdelim |
| 4659 Memcheck:Leak | 4677 Memcheck:Leak |
| 4660 fun:malloc | 4678 fun:malloc |
| 4661 fun:getdelim | 4679 fun:getdelim |
| 4662 ... | 4680 ... |
| 4663 fun:call_init | 4681 fun:call_init |
| 4664 fun:_dl_init | 4682 fun:_dl_init |
| 4665 } | 4683 } |
| OLD | NEW |