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

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

Issue 10382088: Fix a leak following r135955 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separate tests Created 8 years, 7 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 5754 matching lines...) Expand 10 before | Expand all | Expand 10 after
5765 fun:_ZN8chromeos12_GLOBAL__N_118SystemTrayDelegate27GetDriveOperationStatusLi stEPSt6vectorIN3ash20DriveOperationStatusESaIS4_EE 5765 fun:_ZN8chromeos12_GLOBAL__N_118SystemTrayDelegate27GetDriveOperationStatusLi stEPSt6vectorIN3ash20DriveOperationStatusESaIS4_EE
5766 fun:_ZN3ash8internal12_GLOBAL__N_123GetCurrentOperationListEv 5766 fun:_ZN3ash8internal12_GLOBAL__N_123GetCurrentOperationListEv
5767 fun:_ZN3ash8internal9TrayDrive20GetInitialVisibilityEv 5767 fun:_ZN3ash8internal9TrayDrive20GetInitialVisibilityEv
5768 fun:_ZN3ash8internal13TrayImageItem14CreateTrayViewENS_4user11LoginStatusE 5768 fun:_ZN3ash8internal13TrayImageItem14CreateTrayViewENS_4user11LoginStatusE
5769 fun:_ZN3ash10SystemTray11AddTrayItemEPNS_14SystemTrayItemE 5769 fun:_ZN3ash10SystemTray11AddTrayItemEPNS_14SystemTrayItemE
5770 fun:_ZN3ash10SystemTray11CreateItemsEv 5770 fun:_ZN3ash10SystemTray11CreateItemsEv
5771 fun:_ZN3ash5Shell4InitEv 5771 fun:_ZN3ash5Shell4InitEv
5772 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE 5772 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
5773 fun:_ZN30ChromeBrowserMainExtraPartsAsh14PreProfileInitEv 5773 fun:_ZN30ChromeBrowserMainExtraPartsAsh14PreProfileInitEv
5774 } 5774 }
5775 {
5776 bug_127364
5777 Memcheck:Leak
5778 fun:_Znw*
5779 fun:_ZN4base12_GLOBAL__N_115CreateScopedFooEv
5780 }
5781 5775
5782 #----------------------------------------------------------------------- 5776 #-----------------------------------------------------------------------
5783 # 4. These only occur on our Google workstations 5777 # 4. These only occur on our Google workstations
5784 5778
5785 { 5779 {
5786 bug_todo_getdelim 5780 bug_todo_getdelim
5787 Memcheck:Leak 5781 Memcheck:Leak
5788 fun:malloc 5782 fun:malloc
5789 fun:getdelim 5783 fun:getdelim
5790 ... 5784 ...
5791 fun:call_init 5785 fun:call_init
5792 fun:_dl_init 5786 fun:_dl_init
5793 } 5787 }
5794 { 5788 {
5795 bug_todo_getdelim2 5789 bug_todo_getdelim2
5796 Memcheck:Leak 5790 Memcheck:Leak
5797 fun:malloc 5791 fun:malloc
5798 fun:getdelim 5792 fun:getdelim
5799 obj:/lib/libselinux.so.1 5793 obj:/lib/libselinux.so.1
5800 obj:/lib/libselinux.so.1 5794 obj:/lib/libselinux.so.1
5801 obj:/lib/libselinux.so.1 5795 obj:/lib/libselinux.so.1
5802 } 5796 }
5803 { 5797 {
5804 bug_todo_grep 5798 bug_todo_grep
5805 Memcheck:Leak 5799 Memcheck:Leak
5806 fun:malloc 5800 fun:malloc
5807 obj:/bin/grep 5801 obj:/bin/grep
5808 obj:/bin/grep 5802 obj:/bin/grep
5809 } 5803 }
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