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

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

Issue 10830205: Added suppression for leak of AsyncPolicyLoader. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
« 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 5826 matching lines...) Expand 10 before | Expand all | Expand 10 after
5837 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE 5837 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE
5838 } 5838 }
5839 { 5839 {
5840 bug_141037 5840 bug_141037
5841 Memcheck:Leak 5841 Memcheck:Leak
5842 fun:_Znw* 5842 fun:_Znw*
5843 fun:_ZN12ReloadButton15CreateMenuModelEv 5843 fun:_ZN12ReloadButton15CreateMenuModelEv
5844 fun:_ZN12ReloadButtonC1EP15LocationBarViewP14CommandUpdater 5844 fun:_ZN12ReloadButtonC1EP15LocationBarViewP14CommandUpdater
5845 fun:_ZN16ReloadButtonTestC2Ev 5845 fun:_ZN16ReloadButtonTestC2Ev
5846 } 5846 }
5847 {
5848 bug_141255
5849 Memcheck:Leak
5850 ...
5851 fun:_ZN6policy22BrowserPolicyConnector22CreatePlatformProviderEv
5852 fun:_ZN6policy22BrowserPolicyConnector4InitEv
5853 fun:_ZN21TestingBrowserProcess24browser_policy_connectorEv
5854 }
5847 5855
5848 #----------------------------------------------------------------------- 5856 #-----------------------------------------------------------------------
5849 # 4. These only occur on our Google workstations 5857 # 4. These only occur on our Google workstations
5850 5858
5851 { 5859 {
5852 bug_todo_getdelim 5860 bug_todo_getdelim
5853 Memcheck:Leak 5861 Memcheck:Leak
5854 fun:malloc 5862 fun:malloc
5855 fun:getdelim 5863 fun:getdelim
5856 ... 5864 ...
5857 fun:call_init 5865 fun:call_init
5858 fun:_dl_init 5866 fun:_dl_init
5859 } 5867 }
5860 { 5868 {
5861 bug_todo_getdelim2 5869 bug_todo_getdelim2
5862 Memcheck:Leak 5870 Memcheck:Leak
5863 fun:malloc 5871 fun:malloc
5864 fun:getdelim 5872 fun:getdelim
5865 obj:/lib/libselinux.so.1 5873 obj:/lib/libselinux.so.1
5866 obj:/lib/libselinux.so.1 5874 obj:/lib/libselinux.so.1
5867 obj:/lib/libselinux.so.1 5875 obj:/lib/libselinux.so.1
5868 } 5876 }
5869 { 5877 {
5870 bug_todo_grep 5878 bug_todo_grep
5871 Memcheck:Leak 5879 Memcheck:Leak
5872 fun:malloc 5880 fun:malloc
5873 obj:/bin/grep 5881 obj:/bin/grep
5874 obj:/bin/grep 5882 obj:/bin/grep
5875 } 5883 }
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