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

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

Issue 10391134: Fix memory leak in PrerenderDispatcher. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 5746 matching lines...) Expand 10 before | Expand all | Expand 10 after
5757 fun:_ZN45BrowserThemePackTest_CanBuildAndReadPack_Test8TestBodyEv 5757 fun:_ZN45BrowserThemePackTest_CanBuildAndReadPack_Test8TestBodyEv
5758 } 5758 }
5759 { 5759 {
5760 bug_127718: 5760 bug_127718:
5761 Memcheck:Leak 5761 Memcheck:Leak
5762 fun:_Znw* 5762 fun:_Znw*
5763 fun:_ZN3gfx9JPEGCodec6DecodeEPKhm 5763 fun:_ZN3gfx9JPEGCodec6DecodeEPKhm
5764 fun:_ZN7history33HistoryBackendTest_DeleteAll_Test8TestBodyEv 5764 fun:_ZN7history33HistoryBackendTest_DeleteAll_Test8TestBodyEv
5765 } 5765 }
5766 { 5766 {
5767 bug_127953
5768 Memcheck:Leak
5769 fun:_Znw*
5770 fun:_ZN9prerender19PrerenderDispatcherC1Ev
5771 fun:_ZN6chrome27ChromeContentRendererClient19RenderThreadStartedEv
5772 fun:_ZN16RenderThreadImpl4InitEv
5773 }
5774 {
5775 bug_127954 5767 bug_127954
5776 Memcheck:Leak 5768 Memcheck:Leak
5777 fun:_Znw* 5769 fun:_Znw*
5778 fun:_ZN12_GLOBAL__N_118NaClIPCAdapterTest5SetUpEv 5770 fun:_ZN12_GLOBAL__N_118NaClIPCAdapterTest5SetUpEv
5779 } 5771 }
5780 5772
5781 #----------------------------------------------------------------------- 5773 #-----------------------------------------------------------------------
5782 # 4. These only occur on our Google workstations 5774 # 4. These only occur on our Google workstations
5783 5775
5784 { 5776 {
(...skipping 14 matching lines...) Expand all
5799 obj:/lib/libselinux.so.1 5791 obj:/lib/libselinux.so.1
5800 obj:/lib/libselinux.so.1 5792 obj:/lib/libselinux.so.1
5801 } 5793 }
5802 { 5794 {
5803 bug_todo_grep 5795 bug_todo_grep
5804 Memcheck:Leak 5796 Memcheck:Leak
5805 fun:malloc 5797 fun:malloc
5806 obj:/bin/grep 5798 obj:/bin/grep
5807 obj:/bin/grep 5799 obj:/bin/grep
5808 } 5800 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698