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

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

Issue 10827216: Don't run BrowserPolicyConnector::Init from TestingBrowserProcess by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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 5803 matching lines...) Expand 10 before | Expand all | Expand 10 after
5814 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE 5814 fun:_ZN15ExtensionAction13SetAppearanceEiNS_10AppearanceE
5815 } 5815 }
5816 { 5816 {
5817 bug_141037 5817 bug_141037
5818 Memcheck:Leak 5818 Memcheck:Leak
5819 fun:_Znw* 5819 fun:_Znw*
5820 fun:_ZN12ReloadButton15CreateMenuModelEv 5820 fun:_ZN12ReloadButton15CreateMenuModelEv
5821 fun:_ZN12ReloadButtonC1EP15LocationBarViewP14CommandUpdater 5821 fun:_ZN12ReloadButtonC1EP15LocationBarViewP14CommandUpdater
5822 fun:_ZN16ReloadButtonTestC2Ev 5822 fun:_ZN16ReloadButtonTestC2Ev
5823 } 5823 }
5824 {
5825 bug_141255
5826 Memcheck:Leak
5827 ...
5828 fun:_ZN6policy22BrowserPolicyConnector22CreatePlatformProviderEv
5829 fun:_ZN6policy22BrowserPolicyConnector4InitEv
5830 fun:_ZN21TestingBrowserProcess24browser_policy_connectorEv
5831 }
5832 5824
5833 #----------------------------------------------------------------------- 5825 #-----------------------------------------------------------------------
5834 # 4. These only occur on our Google workstations 5826 # 4. These only occur on our Google workstations
5835 5827
5836 { 5828 {
5837 bug_todo_getdelim 5829 bug_todo_getdelim
5838 Memcheck:Leak 5830 Memcheck:Leak
5839 fun:malloc 5831 fun:malloc
5840 fun:getdelim 5832 fun:getdelim
5841 ... 5833 ...
5842 fun:call_init 5834 fun:call_init
5843 fun:_dl_init 5835 fun:_dl_init
5844 } 5836 }
5845 { 5837 {
5846 bug_todo_getdelim2 5838 bug_todo_getdelim2
5847 Memcheck:Leak 5839 Memcheck:Leak
5848 fun:malloc 5840 fun:malloc
5849 fun:getdelim 5841 fun:getdelim
5850 obj:/lib/libselinux.so.1 5842 obj:/lib/libselinux.so.1
5851 obj:/lib/libselinux.so.1 5843 obj:/lib/libselinux.so.1
5852 obj:/lib/libselinux.so.1 5844 obj:/lib/libselinux.so.1
5853 } 5845 }
5854 { 5846 {
5855 bug_todo_grep 5847 bug_todo_grep
5856 Memcheck:Leak 5848 Memcheck:Leak
5857 fun:malloc 5849 fun:malloc
5858 obj:/bin/grep 5850 obj:/bin/grep
5859 obj:/bin/grep 5851 obj:/bin/grep
5860 } 5852 }
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