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

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

Issue 7639019: Fix BrowserAccessibilityManager valgrind errors. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: use scoped_ptr Created 9 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 | « tools/valgrind/memcheck/suppressions.txt ('k') | 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 Memcheck:Addr4 1024 Memcheck:Addr4
1025 ... 1025 ...
1026 fun:FSFindFolder 1026 fun:FSFindFolder
1027 fun:_ZN12_GLOBAL__N_124GetPluginCommonDirectoryEPSt6vectorI8FilePathSaIS1_EEb 1027 fun:_ZN12_GLOBAL__N_124GetPluginCommonDirectoryEPSt6vectorI8FilePathSaIS1_EEb
1028 fun:_ZN6webkit5npapi10PluginList20GetPluginDirectoriesEPSt6vectorI8FilePathSa IS2_EE 1028 fun:_ZN6webkit5npapi10PluginList20GetPluginDirectoriesEPSt6vectorI8FilePathSa IS2_EE
1029 fun:_ZN6webkit5npapi10PluginList11LoadPluginsEb 1029 fun:_ZN6webkit5npapi10PluginList11LoadPluginsEb
1030 fun:_ZN6webkit5npapi10PluginList10GetPluginsEbPSt6vectorI13WebPluginInfoSaIS2 _EE 1030 fun:_ZN6webkit5npapi10PluginList10GetPluginsEbPSt6vectorI13WebPluginInfoSaIS2 _EE
1031 fun:_ZN13PluginUpdater30GetPreferencesDataOnFileThreadEPv 1031 fun:_ZN13PluginUpdater30GetPreferencesDataOnFileThreadEPv
1032 } 1032 }
1033 { 1033 {
1034 bug_59243_a
1035 Memcheck:Leak
1036 fun:_Znw*
1037 fun:_ZN20BrowserAccessibility6CreateEv
1038 fun:_ZN24BrowserAccessibilityTest5SetUpEv
1039 }
1040 {
1041 bug_59243_b
1042 Memcheck:Leak
1043 fun:_Znw*
1044 ...
1045 fun:_ZNSt3mapIiSbItN4base20string16_char_traitsESaItEESt4lessIiESaISt4pairIKi S3_EEEaSERKSA_
1046 fun:_ZN20BrowserAccessibility10InitializeEP27BrowserAccessibilityManagerPS_ii RKN11webkit_glue16WebAccessibilityE
1047 fun:_ZN24BrowserAccessibilityTest5SetUpEv
1048 }
1049 {
1050 bug_51682a 1034 bug_51682a
1051 Memcheck:Leak 1035 Memcheck:Leak
1052 fun:malloc 1036 fun:malloc
1053 fun:__cxa_get_globals 1037 fun:__cxa_get_globals
1054 fun:__cxa_allocate_exception 1038 fun:__cxa_allocate_exception
1055 fun:_ZN8Security9CssmError7throwMeEi 1039 fun:_ZN8Security9CssmError7throwMeEi
1056 fun:_ZN9RSASigner6verifyEPKvmS1_m 1040 fun:_ZN9RSASigner6verifyEPKvmS1_m
1057 fun:_ZN16SignatureContext5finalERKN8Security8CssmDataE 1041 fun:_ZN16SignatureContext5finalERKN8Security8CssmDataE
1058 fun:_ZL20cssm_VerifyDataFinallyPK9cssm_data 1042 fun:_ZL20cssm_VerifyDataFinallyPK9cssm_data
1059 fun:CSSM_VerifyDataFinal 1043 fun:CSSM_VerifyDataFinal
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1844 Memcheck:Addr1 1828 Memcheck:Addr1
1845 fun:IOCFUnserializeparse 1829 fun:IOCFUnserializeparse
1846 fun:IOCFUnserialize 1830 fun:IOCFUnserialize
1847 fun:IORegistryEntryCreateCFProperties 1831 fun:IORegistryEntryCreateCFProperties
1848 fun:_ZN15CVCGDisplayLink17setCurrentDisplayEj 1832 fun:_ZN15CVCGDisplayLink17setCurrentDisplayEj
1849 fun:_ZN15CVCGDisplayLink18initWithCGDisplaysEPjlPi 1833 fun:_ZN15CVCGDisplayLink18initWithCGDisplaysEPjlPi
1850 fun:CVDisplayLinkCreateWithCGDisplays 1834 fun:CVDisplayLinkCreateWithCGDisplays
1851 fun:CVDisplayLinkCreateWithActiveCGDisplays 1835 fun:CVDisplayLinkCreateWithActiveCGDisplays
1852 fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:] 1836 fun:-[AcceleratedPluginView initWithRenderWidgetHostViewMac:pluginHandle:]
1853 } 1837 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698