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

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

Issue 3066016: Widen bug_49404b suppression as well (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 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 3516 matching lines...) Expand 10 before | Expand all | Expand 10 after
3527 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv 3527 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv
3528 } 3528 }
3529 { 3529 {
3530 bug_49404b 3530 bug_49404b
3531 Memcheck:Value4 3531 Memcheck:Value4
3532 fun:modp_b64_encode 3532 fun:modp_b64_encode
3533 fun:_ZN4base12Base64EncodeERKSsPSs 3533 fun:_ZN4base12Base64EncodeERKSsPSs
3534 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE S6_RS5_PSs 3534 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE S6_RS5_PSs
3535 ... 3535 ...
3536 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi 3536 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi
3537 fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImplEPKSbIwSt11char_t raitsIwESaIwEES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs 3537 fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImpl*
3538 fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwE ES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs 3538 fun:_ZN3net15HttpAuthHandler17GenerateAuthToken*
3539 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv 3539 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv
3540 } 3540 }
3541 { 3541 {
3542 bug_50056 3542 bug_50056
3543 Memcheck:Leak 3543 Memcheck:Leak
3544 fun:_Znw* 3544 fun:_Znw*
3545 fun:_Z11NewCallbackI22ContentSettingsHandlerPK5ValueEPN9Callback1IT0_E4TypeEP T_MS9_FvS5_E 3545 fun:_Z11NewCallbackI22ContentSettingsHandlerPK5ValueEPN9Callback1IT0_E4TypeEP T_MS9_FvS5_E
3546 fun:_ZN22ContentSettingsHandler16RegisterMessagesEv 3546 fun:_ZN22ContentSettingsHandler16RegisterMessagesEv
3547 fun:_ZN17DOMMessageHandler6AttachEP5DOMUI 3547 fun:_ZN17DOMMessageHandler6AttachEP5DOMUI
3548 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI Handler 3548 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI Handler
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
3614 Memcheck:Value4 3614 Memcheck:Value4
3615 fun:modp_b64_encode 3615 fun:modp_b64_encode
3616 fun:_ZN4base12Base64EncodeERKSsPSs 3616 fun:_ZN4base12Base64EncodeERKSsPSs
3617 fun:_Z24ConvertSkBitmapToDataURLRK8SkBitmap 3617 fun:_Z24ConvertSkBitmapToDataURLRK8SkBitmap
3618 fun:_ZN22InternetOptionsHandler10GetNetworkERKSsRK8SkBitmapS1_bbib 3618 fun:_ZN22InternetOptionsHandler10GetNetworkERKSsRK8SkBitmapS1_bbib
3619 ... 3619 ...
3620 fun:_ZN22InternetOptionsHandler18GetLocalizedValuesEP15DictionaryValue 3620 fun:_ZN22InternetOptionsHandler18GetLocalizedValuesEP15DictionaryValue
3621 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI Handler 3621 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI Handler
3622 fun:_ZN9OptionsUIC1EP11TabContents 3622 fun:_ZN9OptionsUIC1EP11TabContents
3623 } 3623 }
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