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

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

Issue 9809022: Suppress leak in AudioOutputController. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | 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 5749 matching lines...) Expand 10 before | Expand all | Expand 10 after
5760 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath 5760 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
5761 fun:_ZN14ProfileManager17GetDefaultProfileEv 5761 fun:_ZN14ProfileManager17GetDefaultProfileEv
5762 fun:_ZN22ChromeLauncherDelegateC1EP7ProfilePN3ash13LauncherModelE 5762 fun:_ZN22ChromeLauncherDelegateC1EP7ProfilePN3ash13LauncherModelE
5763 fun:_ZN19ChromeShellDelegate22CreateLauncherDelegateEPN3ash13LauncherModelE 5763 fun:_ZN19ChromeShellDelegate22CreateLauncherDelegateEPN3ash13LauncherModelE
5764 fun:_ZN3ash8LauncherC1EPN4aura6WindowE 5764 fun:_ZN3ash8LauncherC1EPN4aura6WindowE
5765 fun:_ZN3ash5Shell14CreateLauncherEv 5765 fun:_ZN3ash5Shell14CreateLauncherEv
5766 fun:_ZN3ash5Shell4InitEv 5766 fun:_ZN3ash5Shell4InitEv
5767 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE 5767 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
5768 fun:_ZN30ChromeBrowserMainExtraPartsAsh14PreProfileInitEv 5768 fun:_ZN30ChromeBrowserMainExtraPartsAsh14PreProfileInitEv
5769 } 5769 }
5770 {
5771 bug_120146
5772 Memcheck:Leak
5773 fun:_Znw*
5774 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS_8CallbackIFvvEEESA_
5775 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvEEES9_
5776 fun:_ZN5media21AudioOutputController5CloseERKN4base8CallbackIFvvEEE
5777 fun:_ZN17AudioRendererHost20CloseAndDeleteStreamEPNS_10AudioEntryE
5778 fun:_ZN17AudioRendererHost13DeleteEntriesEv
5779 fun:_ZN17AudioRendererHost16OnChannelClosingEv
5780 fun:_ZN3IPC12ChannelProxy7Context15OnChannelClosedEv
5781 }
5770 5782
5771 #----------------------------------------------------------------------- 5783 #-----------------------------------------------------------------------
5772 # 4. These only occur on our Google workstations 5784 # 4. These only occur on our Google workstations
5773 5785
5774 { 5786 {
5775 bug_todo_getdelim 5787 bug_todo_getdelim
5776 Memcheck:Leak 5788 Memcheck:Leak
5777 fun:malloc 5789 fun:malloc
5778 fun:getdelim 5790 fun:getdelim
5779 ... 5791 ...
5780 fun:call_init 5792 fun:call_init
5781 fun:_dl_init 5793 fun:_dl_init
5782 } 5794 }
5783 { 5795 {
5784 bug_todo_getdelim2 5796 bug_todo_getdelim2
5785 Memcheck:Leak 5797 Memcheck:Leak
5786 fun:malloc 5798 fun:malloc
5787 fun:getdelim 5799 fun:getdelim
5788 obj:/lib/libselinux.so.1 5800 obj:/lib/libselinux.so.1
5789 obj:/lib/libselinux.so.1 5801 obj:/lib/libselinux.so.1
5790 obj:/lib/libselinux.so.1 5802 obj:/lib/libselinux.so.1
5791 } 5803 }
5792 { 5804 {
5793 bug_todo_grep 5805 bug_todo_grep
5794 Memcheck:Leak 5806 Memcheck:Leak
5795 fun:malloc 5807 fun:malloc
5796 obj:/bin/grep 5808 obj:/bin/grep
5797 obj:/bin/grep 5809 obj:/bin/grep
5798 } 5810 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698