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

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

Issue 9826014: Update suppression after 128213. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 5751 matching lines...) Expand 10 before | Expand all | Expand 10 after
5762 fun:_ZN5gdata22GDataFileSystemFactory13GetForProfileEP7Profile 5762 fun:_ZN5gdata22GDataFileSystemFactory13GetForProfileEP7Profile
5763 fun:_ZN22FileBrowserEventRouter23ObserveFileSystemEventsEv 5763 fun:_ZN22FileBrowserEventRouter23ObserveFileSystemEventsEv
5764 fun:_ZN16ExtensionService16InitEventRoutersEv 5764 fun:_ZN16ExtensionService16InitEventRoutersEv
5765 fun:_ZN11ProfileImpl14InitExtensionsEb 5765 fun:_ZN11ProfileImpl14InitExtensionsEb
5766 fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb 5766 fun:_ZN14ProfileManager22DoFinalInitForServicesEP7Profileb
5767 fun:_ZN14ProfileManager11DoFinalInitEP7Profileb 5767 fun:_ZN14ProfileManager11DoFinalInitEP7Profileb
5768 fun:_ZN14ProfileManager10AddProfileEP7Profile 5768 fun:_ZN14ProfileManager10AddProfileEP7Profile
5769 fun:_ZN14ProfileManager10GetProfileERK8FilePath 5769 fun:_ZN14ProfileManager10GetProfileERK8FilePath
5770 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath 5770 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
5771 fun:_ZN14ProfileManager17GetDefaultProfileEv 5771 fun:_ZN14ProfileManager17GetDefaultProfileEv
5772 fun:_ZN8chromeos12_GLOBAL__N_118SystemTrayDelegateC1EPN3ash10SystemTrayE 5772 fun:_ZN22ChromeLauncherDelegateC1EP7ProfilePN3ash13LauncherModelE
5773 fun:_ZN8chromeos24CreateSystemTrayDelegateEPN3ash10SystemTrayE 5773 fun:_ZN19ChromeShellDelegate22CreateLauncherDelegateEPN3ash13LauncherModelE
5774 fun:_ZN19ChromeShellDelegate24CreateSystemTrayDelegateEPN3ash10SystemTrayE 5774 fun:_ZN3ash8LauncherC1EPN4aura6WindowE
5775 fun:_ZN3ash5Shell14CreateLauncherEv
5775 fun:_ZN3ash5Shell4InitEv 5776 fun:_ZN3ash5Shell4InitEv
5776 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE 5777 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
5777 fun:_ZN30ChromeBrowserMainExtraPartsAsh14PreProfileInitEv 5778 fun:_ZN30ChromeBrowserMainExtraPartsAsh14PreProfileInitEv
5778 fun:_ZN22ChromeBrowserMainParts14PreProfileInitEv
5779 } 5779 }
5780 5780
5781 #----------------------------------------------------------------------- 5781 #-----------------------------------------------------------------------
5782 # 4. These only occur on our Google workstations 5782 # 4. These only occur on our Google workstations
5783 5783
5784 { 5784 {
5785 bug_todo_getdelim 5785 bug_todo_getdelim
5786 Memcheck:Leak 5786 Memcheck:Leak
5787 fun:malloc 5787 fun:malloc
5788 fun:getdelim 5788 fun:getdelim
(...skipping 10 matching lines...) Expand all
5799 obj:/lib/libselinux.so.1 5799 obj:/lib/libselinux.so.1
5800 obj:/lib/libselinux.so.1 5800 obj:/lib/libselinux.so.1
5801 } 5801 }
5802 { 5802 {
5803 bug_todo_grep 5803 bug_todo_grep
5804 Memcheck:Leak 5804 Memcheck:Leak
5805 fun:malloc 5805 fun:malloc
5806 obj:/bin/grep 5806 obj:/bin/grep
5807 obj:/bin/grep 5807 obj:/bin/grep
5808 } 5808 }
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