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

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

Issue 9371007: Fix a memory leak in the layer animator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed a comment. 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
« no previous file with comments | « no previous file | ui/gfx/compositor/layer_animator.cc » ('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 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 5774 matching lines...) Expand 10 before | Expand all | Expand 10 after
5785 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE 5785 fun:_ZN7WebCore13WorkerRunLoop4Task11performTaskERKS0_PNS_22ScriptExecutionCo ntextE
5786 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE 5786 fun:_ZN7WebCore13WorkerRunLoop15runCleanupTasksEPNS_13WorkerContextE
5787 } 5787 }
5788 { 5788 {
5789 bug_112857 5789 bug_112857
5790 Memcheck:Leak 5790 Memcheck:Leak
5791 fun:_Znw* 5791 fun:_Znw*
5792 fun:_ZN18SpellCheckProvider19RequestTextCheckingERKN6WebKit9WebStringEiPNS0_2 5WebTextCheckingCompletionE 5792 fun:_ZN18SpellCheckProvider19RequestTextCheckingERKN6WebKit9WebStringEiPNS0_2 5WebTextCheckingCompletionE
5793 fun:_ZN12_GLOBAL__N_141SpellCheckProviderTest_UsingHunspell_Test8TestBodyEv 5793 fun:_ZN12_GLOBAL__N_141SpellCheckProviderTest_UsingHunspell_Test8TestBodyEv
5794 } 5794 }
5795 {
5796 bug_113276
5797 Memcheck:Leak
5798 fun:_Znw*
5799 ...
5800 fun:_ZN2ui13LayerAnimator9SetBoundsERKN3gfx4RectE
5801 fun:_ZN2ui5Layer9SetBoundsERKN3gfx4RectE
5802 fun:_ZN4aura6Window17SetBoundsInternalERKN3gfx4RectE
5803 fun:_ZN4aura13LayoutManager20SetChildBoundsDirectEPNS_6WindowERKN3gfx4RectE
5804 fun:_ZN3ash8internal23StatusAreaLayoutManager14SetChildBoundsEPN4aura6WindowE RKN3gfx4RectE
5805 fun:_ZN4aura6Window9SetBoundsERKN3gfx4RectE
5806 fun:_ZN5views16NativeWidgetAura7SetSizeERKN3gfx4SizeE
5807 fun:_ZN5views6Widget7SetSizeERKN3gfx4SizeE
5808 fun:_ZN14StatusAreaView20PreferredSizeChangedEv
5809 fun:_ZN14StatusAreaView25ChildPreferredSizeChangedEPN5views4ViewE
5810 fun:_ZN5views4View20PreferredSizeChangedEv
5811 fun:_ZN5views14TextButtonBase14UpdateTextSizeEv
5812 fun:_ZN5views14TextButtonBase7SetFontERKN3gfx4FontE
5813 fun:_ZN16StatusAreaButton15UpdateTextStyleEv
5814 fun:_ZN14StatusAreaView21UpdateButtonTextStyleEv
5815 }
5816 5795
5817 #----------------------------------------------------------------------- 5796 #-----------------------------------------------------------------------
5818 # 4. These only occur on our Google workstations 5797 # 4. These only occur on our Google workstations
5819 5798
5820 { 5799 {
5821 bug_todo_getdelim 5800 bug_todo_getdelim
5822 Memcheck:Leak 5801 Memcheck:Leak
5823 fun:malloc 5802 fun:malloc
5824 fun:getdelim 5803 fun:getdelim
5825 ... 5804 ...
5826 fun:call_init 5805 fun:call_init
5827 fun:_dl_init 5806 fun:_dl_init
5828 } 5807 }
5829 { 5808 {
5830 bug_todo_getdelim2 5809 bug_todo_getdelim2
5831 Memcheck:Leak 5810 Memcheck:Leak
5832 fun:malloc 5811 fun:malloc
5833 fun:getdelim 5812 fun:getdelim
5834 obj:/lib/libselinux.so.1 5813 obj:/lib/libselinux.so.1
5835 obj:/lib/libselinux.so.1 5814 obj:/lib/libselinux.so.1
5836 obj:/lib/libselinux.so.1 5815 obj:/lib/libselinux.so.1
5837 } 5816 }
5838 { 5817 {
5839 bug_todo_grep 5818 bug_todo_grep
5840 Memcheck:Leak 5819 Memcheck:Leak
5841 fun:malloc 5820 fun:malloc
5842 obj:/bin/grep 5821 obj:/bin/grep
5843 obj:/bin/grep 5822 obj:/bin/grep
5844 } 5823 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/compositor/layer_animator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698