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

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

Issue 10222002: Suppress leaks in GDataDBTest. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 5800 matching lines...) Expand 10 before | Expand all | Expand 10 after
5811 } 5811 }
5812 { 5812 {
5813 bug_124766 5813 bug_124766
5814 Memcheck:Leak 5814 Memcheck:Leak
5815 fun:_Znw* 5815 fun:_Znw*
5816 ... 5816 ...
5817 fun:_ZN16GoogleURLTracker19OnNavigationPendingERKN7content18NotificationSourc eES3_P16InfoBarTabHelperRK4GURL 5817 fun:_ZN16GoogleURLTracker19OnNavigationPendingERKN7content18NotificationSourc eES3_P16InfoBarTabHelperRK4GURL
5818 fun:_ZN20GoogleURLTrackerTest16SetSearchPendingERK4GURLi 5818 fun:_ZN20GoogleURLTrackerTest16SetSearchPendingERK4GURLi
5819 fun:_ZN71GoogleURLTrackerTest_InfobarShownAgainOnSearchAfterCommittedSearch_T est8TestBodyEv 5819 fun:_ZN71GoogleURLTrackerTest_InfobarShownAgainOnSearchAfterCommittedSearch_T est8TestBodyEv
5820 } 5820 }
5821 {
5822 bug_124961
5823 Memcheck:Leak
5824 fun:_Znw*
5825 ...
5826 fun:_ZN5gdata*GDataDBTest_*Test_Test8TestBodyEv
5827 }
5821 5828
5822 #----------------------------------------------------------------------- 5829 #-----------------------------------------------------------------------
5823 # 4. These only occur on our Google workstations 5830 # 4. These only occur on our Google workstations
5824 5831
5825 { 5832 {
5826 bug_todo_getdelim 5833 bug_todo_getdelim
5827 Memcheck:Leak 5834 Memcheck:Leak
5828 fun:malloc 5835 fun:malloc
5829 fun:getdelim 5836 fun:getdelim
5830 ... 5837 ...
(...skipping 10 matching lines...) Expand all
5841 obj:/lib/libselinux.so.1 5848 obj:/lib/libselinux.so.1
5842 } 5849 }
5843 { 5850 {
5844 bug_todo_grep 5851 bug_todo_grep
5845 Memcheck:Leak 5852 Memcheck:Leak
5846 fun:malloc 5853 fun:malloc
5847 obj:/bin/grep 5854 obj:/bin/grep
5848 obj:/bin/grep 5855 obj:/bin/grep
5849 } 5856 }
5850 5857
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