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

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

Issue 10831217: Fix leaks in MediaGalleriesPreferencesTest.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comment 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 5811 matching lines...) Expand 10 before | Expand all | Expand 10 after
5822 fun:_ZN16ReloadButtonTestC2Ev 5822 fun:_ZN16ReloadButtonTestC2Ev
5823 } 5823 }
5824 { 5824 {
5825 bug_141255 5825 bug_141255
5826 Memcheck:Leak 5826 Memcheck:Leak
5827 ... 5827 ...
5828 fun:_ZN6policy22BrowserPolicyConnector22CreatePlatformProviderEv 5828 fun:_ZN6policy22BrowserPolicyConnector22CreatePlatformProviderEv
5829 fun:_ZN6policy22BrowserPolicyConnector4InitEv 5829 fun:_ZN6policy22BrowserPolicyConnector4InitEv
5830 fun:_ZN21TestingBrowserProcess24browser_policy_connectorEv 5830 fun:_ZN21TestingBrowserProcess24browser_policy_connectorEv
5831 } 5831 }
5832 {
5833 bug_141322_a
5834 Memcheck:Leak
5835 fun:_Znw*
5836 fun:_ZN10extensions16SettingsFrontendC1ERK13scoped_refptrINS_22SettingsStorag eFactoryEEP7Profile
5837 fun:_ZN10extensions16SettingsFrontend6CreateEP7Profile
5838 fun:_ZN16ExtensionServiceC1EP7ProfilePK11CommandLineRK8FilePathPN10extensions 14ExtensionPrefsEbb
5839 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPK11CommandL ineRK8FilePathb
5840 fun:_ZN6chrome12_GLOBAL__N_129MediaGalleriesPreferencesTest5SetUpEv
5841 }
5842 {
5843 bug_141322_b
5844 Memcheck:Leak
5845 fun:_Znw*
5846 fun:_ZN16ExtensionServiceC1EP7ProfilePK11CommandLineRK8FilePathPN10extensions 14ExtensionPrefsEbb
5847 fun:_ZN10extensions19TestExtensionSystem22CreateExtensionServiceEPK11CommandL ineRK8FilePathb
5848 fun:_ZN6chrome12_GLOBAL__N_129MediaGalleriesPreferencesTest5SetUpEv
5849 }
5850 5832
5851 #----------------------------------------------------------------------- 5833 #-----------------------------------------------------------------------
5852 # 4. These only occur on our Google workstations 5834 # 4. These only occur on our Google workstations
5853 5835
5854 { 5836 {
5855 bug_todo_getdelim 5837 bug_todo_getdelim
5856 Memcheck:Leak 5838 Memcheck:Leak
5857 fun:malloc 5839 fun:malloc
5858 fun:getdelim 5840 fun:getdelim
5859 ... 5841 ...
5860 fun:call_init 5842 fun:call_init
5861 fun:_dl_init 5843 fun:_dl_init
5862 } 5844 }
5863 { 5845 {
5864 bug_todo_getdelim2 5846 bug_todo_getdelim2
5865 Memcheck:Leak 5847 Memcheck:Leak
5866 fun:malloc 5848 fun:malloc
5867 fun:getdelim 5849 fun:getdelim
5868 obj:/lib/libselinux.so.1 5850 obj:/lib/libselinux.so.1
5869 obj:/lib/libselinux.so.1 5851 obj:/lib/libselinux.so.1
5870 obj:/lib/libselinux.so.1 5852 obj:/lib/libselinux.so.1
5871 } 5853 }
5872 { 5854 {
5873 bug_todo_grep 5855 bug_todo_grep
5874 Memcheck:Leak 5856 Memcheck:Leak
5875 fun:malloc 5857 fun:malloc
5876 obj:/bin/grep 5858 obj:/bin/grep
5877 obj:/bin/grep 5859 obj:/bin/grep
5878 } 5860 }
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