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

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

Issue 2808078: Update suppression for issue 49404 and 50630. (Closed) Base URL: http://src.chromium.org/git/chromium.git
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
« 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 3489 matching lines...) Expand 10 before | Expand all | Expand 10 after
3500 bug_49279 3500 bug_49279
3501 Memcheck:Leak 3501 Memcheck:Leak
3502 fun:_Znw* 3502 fun:_Znw*
3503 ... 3503 ...
3504 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile 3504 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
3505 fun:_ZN12_GLOBAL__N_118FactoryForOriginalC2EP7ProfileRK8FilePathS5_i 3505 fun:_ZN12_GLOBAL__N_118FactoryForOriginalC2EP7ProfileRK8FilePathS5_i
3506 fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4 _i 3506 fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4 _i
3507 fun:_ZN11ProfileImpl17GetRequestContextEv 3507 fun:_ZN11ProfileImpl17GetRequestContextEv
3508 } 3508 }
3509 { 3509 {
3510 bug_49404a 3510 # Valgrind does not like using a std::string after resize() w/o initialiing.
3511 bug_49404
3511 Memcheck:Value4 3512 Memcheck:Value4
3512 fun:modp_b64_encode 3513 fun:modp_b64_encode
3513 fun:_ZN4base12Base64EncodeERKSsPSs 3514 fun:_ZN4base12Base64EncodeERKSsPSs
3514 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthToken*
3515 fun:_ZN3net24HttpAuthHandlerNegotiate19DoGenerateAuthTokenEv
3516 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi
3517 fun:_ZN3net24HttpAuthHandlerNegotiate12OnIOCompleteEi
3518 fun:_Z16DispatchToMethodIN3net24HttpAuthHandlerNegotiateEMS1_FviEiEvPT_T0_RK6 Tuple1IT1_E
3519 fun:_ZN12CallbackImplIN3net24HttpAuthHandlerNegotiateEMS1_FviE6Tuple1IiEE13Ru nWithParamsERKS5_
3520 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
3521 fun:_ZN3net25SingleRequestHostResolver19OnResolveCompletionEi
3522 fun:_Z16DispatchToMethodIN3net25SingleRequestHostResolverEMS1_FviEiEvPT_T0_RK 6Tuple1IT1_E
3523 fun:_ZN12CallbackImplIN3net25SingleRequestHostResolverEMS1_FviE6Tuple1IiEE13R unWithParamsERKS5_
3524 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
3525 fun:_ZN3net16HostResolverImpl7Request10OnCompleteEiRKNS_11AddressListE
3526 fun:_ZN3net16HostResolverImpl13OnJobCompleteEPNS0_3JobEiiRKNS_11AddressListE
3527 fun:_ZN3net16HostResolverImpl3Job16OnLookupCompleteEv
3528 }
3529 {
3530 bug_49404b
3531 Memcheck:Value4
3532 fun:modp_b64_encode
3533 fun:_ZN4base12Base64EncodeERKSsPSs
3534 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE S6_RS5_PSs
3535 ...
3536 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi
3537 fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImpl*
3538 fun:_ZN3net15HttpAuthHandler17GenerateAuthToken*
3539 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv
3540 } 3515 }
3541 { 3516 {
3542 bug_50056 3517 bug_50056
3543 Memcheck:Leak 3518 Memcheck:Leak
3544 fun:_Znw* 3519 fun:_Znw*
3545 fun:_Z11NewCallbackI22ContentSettingsHandlerPK5ValueEPN9Callback1IT0_E4TypeEP T_MS9_FvS5_E 3520 fun:_Z11NewCallbackI22ContentSettingsHandlerPK5ValueEPN9Callback1IT0_E4TypeEP T_MS9_FvS5_E
3546 fun:_ZN22ContentSettingsHandler16RegisterMessagesEv 3521 fun:_ZN22ContentSettingsHandler16RegisterMessagesEv
3547 fun:_ZN17DOMMessageHandler6AttachEP5DOMUI 3522 fun:_ZN17DOMMessageHandler6AttachEP5DOMUI
3548 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI Handler 3523 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI Handler
3549 fun:_ZN9OptionsUIC1EP11TabContents 3524 fun:_ZN9OptionsUIC1EP11TabContents
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
3602 fun:_Z16DispatchToMethodIN3net16HostResolverImpl3JobEMS2_FvvEEvPT_T0_RK6Tuple 0 3577 fun:_Z16DispatchToMethodIN3net16HostResolverImpl3JobEMS2_FvvEEvPT_T0_RK6Tuple 0
3603 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvvE6Tuple0E3RunEv 3578 fun:_ZN14RunnableMethodIN3net16HostResolverImpl3JobEMS2_FvvE6Tuple0E3RunEv
3604 } 3579 }
3605 { 3580 {
3606 bug_50583 3581 bug_50583
3607 Memcheck:Leak 3582 Memcheck:Leak
3608 fun:_Znw* 3583 fun:_Znw*
3609 fun:_ZN64_GLOBAL__N_net_base_cookie_monster_unittest.cc_00000000_C9F6D94420Ad dKeyedCookieToListERKSsS1_RKN4base4TimeEPSt6vectorISt4pairISsPN3net13CookieMonst er15CanonicalCookieEESaISC_EE 3584 fun:_ZN64_GLOBAL__N_net_base_cookie_monster_unittest.cc_00000000_C9F6D94420Ad dKeyedCookieToListERKSsS1_RKN4base4TimeEPSt6vectorISt4pairISsPN3net13CookieMonst er15CanonicalCookieEESaISC_EE
3610 fun:_ZN3net55CookieMonsterTest_DontImportDuplicateCreationTimes_Test8TestBody Ev 3585 fun:_ZN3net55CookieMonsterTest_DontImportDuplicateCreationTimes_Test8TestBody Ev
3611 } 3586 }
3612 {
3613 bug_50630
3614 Memcheck:Value4
3615 fun:modp_b64_encode
3616 fun:_ZN4base12Base64EncodeERKSsPSs
3617 fun:_Z24ConvertSkBitmapToDataURLRK8SkBitmap
3618 fun:_ZN22InternetOptionsHandler10GetNetworkERKSsRK8SkBitmapS1_bbib
3619 ...
3620 fun:_ZN22InternetOptionsHandler18GetLocalizedValuesEP15DictionaryValue
3621 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI Handler
3622 fun:_ZN9OptionsUIC1EP11TabContents
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