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

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

Issue 9333005: Fix some memory leaks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four 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 5776 matching lines...) Expand 10 before | Expand all | Expand 10 after
5787 fun:_ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueE EEES5_ 5787 fun:_ZN2v82V818AddMessageListenerEPFvNS_6HandleINS_7MessageEEENS1_INS_5ValueE EEES5_
5788 fun:_ZN7WebCore27WorkerContextExecutionProxy19initContextIfNeededEv 5788 fun:_ZN7WebCore27WorkerContextExecutionProxy19initContextIfNeededEv
5789 fun:_ZN7WebCore27WorkerContextExecutionProxy8evaluateERKN3WTF6StringES4_RKNS1 _12TextPositionEPNS_27WorkerContextExecutionStateE 5789 fun:_ZN7WebCore27WorkerContextExecutionProxy8evaluateERKN3WTF6StringES4_RKNS1 _12TextPositionEPNS_27WorkerContextExecutionStateE
5790 fun:_ZN7WebCore22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeEPNS_ 11ScriptValueE 5790 fun:_ZN7WebCore22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeEPNS_ 11ScriptValueE
5791 fun:_ZN7WebCore22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeE 5791 fun:_ZN7WebCore22WorkerScriptController8evaluateERKNS_16ScriptSourceCodeE
5792 fun:_ZN7WebCore12WorkerThread12workerThreadEv 5792 fun:_ZN7WebCore12WorkerThread12workerThreadEv
5793 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv 5793 fun:_ZN7WebCore12WorkerThread17workerThreadStartEPv
5794 fun:_ZN3WTFL16threadEntryPointEPv 5794 fun:_ZN3WTFL16threadEntryPointEPv
5795 } 5795 }
5796 { 5796 {
5797 bug_112795
5798 Memcheck:Leak
5799 fun:malloc
5800 fun:XGetAtomName
5801 fun:_ZN2ui12TouchFactory16UpdateDeviceListEP9_XDisplay
5802 fun:_ZN2ui12TouchFactoryC1Ev
5803 fun:_ZN22DefaultSingletonTraitsIN2ui12TouchFactoryEE3NewEv
5804 fun:_ZN9SingletonIN2ui12TouchFactoryE22DefaultSingletonTraitsIS1_ES1_E3getEv
5805 fun:_ZN2ui12TouchFactory11GetInstanceEv
5806 }
5807 {
5808 bug_112798_a 5797 bug_112798_a
5809 Memcheck:Leak 5798 Memcheck:Leak
5810 ... 5799 ...
5811 fun:_ZN2ui5Layer3AddEPS0_ 5800 fun:_ZN2ui5Layer3AddEPS0_
5812 fun:_ZN4aura6Window8AddChildEPS0_ 5801 fun:_ZN4aura6Window8AddChildEPS0_
5813 fun:_ZN4aura6Window9SetParentEPS0_ 5802 fun:_ZN4aura6Window9SetParentEPS0_
5814 fun:_ZN24RenderWidgetHostViewAura16InitAsFullscreenEP20RenderWidgetHostView 5803 fun:_ZN24RenderWidgetHostViewAura16InitAsFullscreenEP20RenderWidgetHostView
5815 fun:_ZN44RenderWidgetHostViewAuraTest_Fullscreen_Test8TestBodyEv 5804 fun:_ZN44RenderWidgetHostViewAuraTest_Fullscreen_Test8TestBodyEv
5816 } 5805 }
5817 { 5806 {
5818 bug_112798_b 5807 bug_112798_b
5819 Memcheck:Leak 5808 Memcheck:Leak
5820 ... 5809 ...
5821 fun:_ZN4aura6Window11SetPropertyEPKcPv 5810 fun:_ZN4aura6Window11SetPropertyEPKcPv
5822 fun:_ZN4aura6client21SetActivationDelegateEPNS_6WindowEPNS0_18ActivationDeleg ateE 5811 fun:_ZN4aura6client21SetActivationDelegateEPNS_6WindowEPNS0_18ActivationDeleg ateE
5823 fun:_ZN24RenderWidgetHostViewAuraC1EP16RenderWidgetHost 5812 fun:_ZN24RenderWidgetHostViewAuraC1EP16RenderWidgetHost
5824 fun:_ZN20RenderWidgetHostView19CreateViewForWidgetEP16RenderWidgetHost 5813 fun:_ZN20RenderWidgetHostView19CreateViewForWidgetEP16RenderWidgetHost
5825 } 5814 }
5826 {
5827 bug_112803
5828 Memcheck:Leak
5829 fun:_Znw*
5830 fun:_ZN5views45ViewLayerTest_OrphanLayerAfterViewRemove_Test8TestBodyEv
5831 }
5832 5815
5833 #----------------------------------------------------------------------- 5816 #-----------------------------------------------------------------------
5834 # 4. These only occur on our Google workstations 5817 # 4. These only occur on our Google workstations
5835 5818
5836 { 5819 {
5837 bug_todo_getdelim 5820 bug_todo_getdelim
5838 Memcheck:Leak 5821 Memcheck:Leak
5839 fun:malloc 5822 fun:malloc
5840 fun:getdelim 5823 fun:getdelim
5841 ... 5824 ...
5842 fun:call_init 5825 fun:call_init
5843 fun:_dl_init 5826 fun:_dl_init
5844 } 5827 }
5845 { 5828 {
5846 bug_todo_getdelim2 5829 bug_todo_getdelim2
5847 Memcheck:Leak 5830 Memcheck:Leak
5848 fun:malloc 5831 fun:malloc
5849 fun:getdelim 5832 fun:getdelim
5850 obj:/lib/libselinux.so.1 5833 obj:/lib/libselinux.so.1
5851 obj:/lib/libselinux.so.1 5834 obj:/lib/libselinux.so.1
5852 obj:/lib/libselinux.so.1 5835 obj:/lib/libselinux.so.1
5853 } 5836 }
5854 { 5837 {
5855 bug_todo_grep 5838 bug_todo_grep
5856 Memcheck:Leak 5839 Memcheck:Leak
5857 fun:malloc 5840 fun:malloc
5858 obj:/bin/grep 5841 obj:/bin/grep
5859 obj:/bin/grep 5842 obj:/bin/grep
5860 } 5843 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698