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 3536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3547 Memcheck:Value4 | 3547 Memcheck:Value4 |
3548 fun:modp_b64_encode | 3548 fun:modp_b64_encode |
3549 fun:_ZN4base12Base64EncodeERKSsPSs | 3549 fun:_ZN4base12Base64EncodeERKSsPSs |
3550 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE
S6_RS5_PSs | 3550 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE
S6_RS5_PSs |
3551 ... | 3551 ... |
3552 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi | 3552 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi |
3553 fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImplEPKSbIwSt11char_t
raitsIwESaIwEES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs | 3553 fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImplEPKSbIwSt11char_t
raitsIwESaIwEES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs |
3554 fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwE
ES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs | 3554 fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwE
ES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs |
3555 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv | 3555 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv |
3556 } | 3556 } |
| 3557 { |
| 3558 bug_49828 |
| 3559 Memcheck:Leak |
| 3560 fun:_Znw* |
| 3561 ... |
| 3562 fun:*LoadTimingObserverTest*TestBodyEv |
| 3563 } |
OLD | NEW |