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

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

Issue 10827252: Removing suppressions for CreateMenuModel (leak was fixed). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/heapcheck/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 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 5773 matching lines...) Expand 10 before | Expand all | Expand 10 after
5784 ... 5784 ...
5785 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b 5785 fun:_ZNK7SkPaint14descriptorProcEPK8SkMatrixPFvPK12SkDescriptorPvES6_b
5786 } 5786 }
5787 { 5787 {
5788 bug_140628 5788 bug_140628
5789 Memcheck:Leak 5789 Memcheck:Leak
5790 ... 5790 ...
5791 fun:_ZN15ExtensionAction16RunIconAnimationEi 5791 fun:_ZN15ExtensionAction16RunIconAnimationEi
5792 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE 5792 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE
5793 } 5793 }
5794 {
5795 bug_141037
5796 Memcheck:Leak
5797 fun:_Znw*
5798 fun:_ZN12ReloadButton15CreateMenuModelEv
5799 fun:_ZN12ReloadButtonC1EP15LocationBarViewP14CommandUpdater
5800 fun:_ZN16ReloadButtonTestC2Ev
5801 }
5802 5794
5803 #----------------------------------------------------------------------- 5795 #-----------------------------------------------------------------------
5804 # 4. These only occur on our Google workstations 5796 # 4. These only occur on our Google workstations
5805 5797
5806 { 5798 {
5807 bug_todo_getdelim 5799 bug_todo_getdelim
5808 Memcheck:Leak 5800 Memcheck:Leak
5809 fun:malloc 5801 fun:malloc
5810 fun:getdelim 5802 fun:getdelim
5811 ... 5803 ...
5812 fun:call_init 5804 fun:call_init
5813 fun:_dl_init 5805 fun:_dl_init
5814 } 5806 }
5815 { 5807 {
5816 bug_todo_getdelim2 5808 bug_todo_getdelim2
5817 Memcheck:Leak 5809 Memcheck:Leak
5818 fun:malloc 5810 fun:malloc
5819 fun:getdelim 5811 fun:getdelim
5820 obj:/lib/libselinux.so.1 5812 obj:/lib/libselinux.so.1
5821 obj:/lib/libselinux.so.1 5813 obj:/lib/libselinux.so.1
5822 obj:/lib/libselinux.so.1 5814 obj:/lib/libselinux.so.1
5823 } 5815 }
5824 { 5816 {
5825 bug_todo_grep 5817 bug_todo_grep
5826 Memcheck:Leak 5818 Memcheck:Leak
5827 fun:malloc 5819 fun:malloc
5828 obj:/bin/grep 5820 obj:/bin/grep
5829 obj:/bin/grep 5821 obj:/bin/grep
5830 } 5822 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698