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

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

Issue 2809060: Remove valgrind supressions for TemplateURLPrepopulateData::MakePrepopulatedT... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 5 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 | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | 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 3624 matching lines...) Expand 10 before | Expand all | Expand 10 after
3635 { 3635 {
3636 bug_48998 3636 bug_48998
3637 Memcheck:Leak 3637 Memcheck:Leak
3638 fun:_Znw* 3638 fun:_Znw*
3639 fun:_ZN21BrowserMainPartsPosix16TemporaryPosix_1Ev 3639 fun:_ZN21BrowserMainPartsPosix16TemporaryPosix_1Ev
3640 fun:_Z11BrowserMainRK18MainFunctionParams 3640 fun:_Z11BrowserMainRK18MainFunctionParams
3641 fun:ChromeMain 3641 fun:ChromeMain
3642 fun:main 3642 fun:main
3643 } 3643 }
3644 { 3644 {
3645 bug_49086
3646 Memcheck:Leak
3647 fun:_Znw*
3648 fun:_ZN26TemplateURLPrepopulateData27MakePrepopulatedTemplateURLEPKwS1_S1_PKc S1_S3_i
3649 fun:_ZN26TemplateURLPrepopulateData32GetPrepopulatedTemplatefromPrefsEP11Pref ServicePSt6vectorIP11TemplateURLSaIS4_EE
3650 fun:_ZN26TemplateURLPrepopulateData22GetPrepopulatedEnginesEP11PrefServicePSt 6vectorIP11TemplateURLSaIS4_EEPj
3651 fun:_ZN54TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test8TestBodyEv
3652 }
3653 {
3654 bug_49262 3645 bug_49262
3655 Memcheck:Leak 3646 Memcheck:Leak
3656 fun:_Znw* 3647 fun:_Znw*
3657 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN11PrefService10Preferenc eEEE8allocateEjPKv 3648 fun:_ZN9__gnu_cxx13new_allocatorISt13_Rb_tree_nodeIPN11PrefService10Preferenc eEEE8allocateEjPKv
3658 fun:_ZNSt8_Rb_treeIPN11PrefService10PreferenceES2_St9_IdentityIS2_ENS0_24Pref erencePathComparatorESaIS2_EE11_M_get_nodeEv 3649 fun:_ZNSt8_Rb_treeIPN11PrefService10PreferenceES2_St9_IdentityIS2_ENS0_24Pref erencePathComparatorESaIS2_EE11_M_get_nodeEv
3659 fun:_ZNSt8_Rb_treeIPN11PrefService10PreferenceES2_St9_IdentityIS2_ENS0_24Pref erencePathComparatorESaIS2_EE14_M_create_nodeERKS2_ 3650 fun:_ZNSt8_Rb_treeIPN11PrefService10PreferenceES2_St9_IdentityIS2_ENS0_24Pref erencePathComparatorESaIS2_EE14_M_create_nodeERKS2_
3660 fun:_ZNSt8_Rb_treeIPN11PrefService10PreferenceES2_St9_IdentityIS2_ENS0_24Pref erencePathComparatorESaIS2_EE9_M_insertEPSt18_Rb_tree_node_baseS9_RKS2_ 3651 fun:_ZNSt8_Rb_treeIPN11PrefService10PreferenceES2_St9_IdentityIS2_ENS0_24Pref erencePathComparatorESaIS2_EE9_M_insertEPSt18_Rb_tree_node_baseS9_RKS2_
3661 fun:_ZNSt8_Rb_treeIPN11PrefService10PreferenceES2_St9_IdentityIS2_ENS0_24Pref erencePathComparatorESaIS2_EE16_M_insert_uniqueERKS2_ 3652 fun:_ZNSt8_Rb_treeIPN11PrefService10PreferenceES2_St9_IdentityIS2_ENS0_24Pref erencePathComparatorESaIS2_EE16_M_insert_uniqueERKS2_
3662 fun:_ZNSt3setIPN11PrefService10PreferenceENS0_24PreferencePathComparatorESaIS 2_EE6insertERKS2_ 3653 fun:_ZNSt3setIPN11PrefService10PreferenceENS0_24PreferencePathComparatorESaIS 2_EE6insertERKS2_
3663 fun:_ZN11PrefService18RegisterPreferenceEPNS_10PreferenceE 3654 fun:_ZN11PrefService18RegisterPreferenceEPNS_10PreferenceE
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
3719 Memcheck:Value4 3710 Memcheck:Value4
3720 fun:modp_b64_encode 3711 fun:modp_b64_encode
3721 fun:_ZN4base12Base64EncodeERKSsPSs 3712 fun:_ZN4base12Base64EncodeERKSsPSs
3722 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE S6_RS5_PSs 3713 fun:_ZN3net14HttpAuthGSSAPI17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwEE S6_RS5_PSs
3723 ... 3714 ...
3724 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi 3715 fun:_ZN3net24HttpAuthHandlerNegotiate6DoLoopEi
3725 fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImplEPKSbIwSt11char_t raitsIwESaIwEES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs 3716 fun:_ZN3net24HttpAuthHandlerNegotiate21GenerateAuthTokenImplEPKSbIwSt11char_t raitsIwESaIwEES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs
3726 fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwE ES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs 3717 fun:_ZN3net15HttpAuthHandler17GenerateAuthTokenEPKSbIwSt11char_traitsIwESaIwE ES6_PKNS_15HttpRequestInfoEP14CallbackRunnerI6Tuple1IiEEPSs
3727 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv 3718 fun:_ZN3net46HttpAuthHandlerNegotiateTest_DisableCname_Test8TestBodyEv
3728 } 3719 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698