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 3676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3687 { | 3687 { |
3688 bug_49279 | 3688 bug_49279 |
3689 Memcheck:Leak | 3689 Memcheck:Leak |
3690 fun:_Znw* | 3690 fun:_Znw* |
3691 ... | 3691 ... |
3692 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile | 3692 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile |
3693 fun:_ZN12_GLOBAL__N_118FactoryForOriginalC2EP7ProfileRK8FilePathS5_i | 3693 fun:_ZN12_GLOBAL__N_118FactoryForOriginalC2EP7ProfileRK8FilePathS5_i |
3694 fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4
_i | 3694 fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4
_i |
3695 fun:_ZN11ProfileImpl17GetRequestContextEv | 3695 fun:_ZN11ProfileImpl17GetRequestContextEv |
3696 } | 3696 } |
| 3697 { |
| 3698 bug_49404a |
| 3699 Memcheck:Value4 |
| 3700 fun:modp_b64_encode |
| 3701 fun:_ZN4base12Base64EncodeERKSsPSs |
| 3702 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE
S6_RS5_PSs |
| 3703 fun:_ZN3net24HttpAuthHandlerNegotiate19DoGenerateAuthTokenEv |
| 3704 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi |
| 3705 fun:_ZN3net24HttpAuthHandlerNegotiate12OnIOCompleteEi |
| 3706 fun:_Z16DispatchToMethodIN3net24HttpAuthHandlerNegotiateEMS1_FviEiEvPT_T0_RK6
Tuple1IT1_E |
| 3707 fun:_ZN12CallbackImplIN3net24HttpAuthHandlerNegotiateEMS1_FviE6Tuple1IiEE13Ru
nWithParamsERKS5_ |
| 3708 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_ |
| 3709 fun:_ZN3net25SingleRequestHostResolver19OnResolveCompletionEi |
| 3710 fun:_Z16DispatchToMethodIN3net25SingleRequestHostResolverEMS1_FviEiEvPT_T0_RK
6Tuple1IT1_E |
| 3711 fun:_ZN12CallbackImplIN3net25SingleRequestHostResolverEMS1_FviE6Tuple1IiEE13R
unWithParamsERKS5_ |
| 3712 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_ |
| 3713 fun:_ZN3net16HostResolverImpl7Request10OnCompleteEiRKNS_11AddressListE |
| 3714 fun:_ZN3net16HostResolverImpl13OnJobCompleteEPNS0_3JobEiiRKNS_11AddressListE |
| 3715 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv |
| 3716 } |
| 3717 { |
| 3718 bug_49404b |
| 3719 Memcheck:Value4 |
| 3720 fun:modp_b64_encode |
| 3721 fun:_ZN4base12Base64EncodeERKSsPSs |
| 3722 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE
S6_RS5_PSs |
| 3723 ... |
| 3724 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi |
| 3725 fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImplEPKSbIwSt11char_t
raitsIwESaIwEES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs |
| 3726 fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwE
ES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs |
| 3727 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv |
| 3728 } |
OLD | NEW |