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

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

Issue 10274034: Suppress memory leaks from TransportSecurityPersister::TransportSecurityPersister (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
« 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 5773 matching lines...) Expand 10 before | Expand all | Expand 10 after
5784 fun:_ZN22ChromeBrowserMainParts23PreMainMessageLoopStartEv 5784 fun:_ZN22ChromeBrowserMainParts23PreMainMessageLoopStartEv
5785 fun:_ZN30ChromeBrowserMainPartsChromeos23PreMainMessageLoopStartEv 5785 fun:_ZN30ChromeBrowserMainPartsChromeos23PreMainMessageLoopStartEv
5786 fun:_ZN7content15BrowserMainLoop20MainMessageLoopStartEv 5786 fun:_ZN7content15BrowserMainLoop20MainMessageLoopStartEv
5787 fun:_ZN12_GLOBAL__N_121BrowserMainRunnerImpl10InitializeERKN7content18MainFun ctionParamsE 5787 fun:_ZN12_GLOBAL__N_121BrowserMainRunnerImpl10InitializeERKN7content18MainFun ctionParamsE
5788 fun:_Z11BrowserMainRKN7content18MainFunctionParamsE 5788 fun:_Z11BrowserMainRKN7content18MainFunctionParamsE
5789 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRKN7content18MainFunctionP aramsEPNS2_19ContentMainDelegateE 5789 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRKN7content18MainFunctionP aramsEPNS2_19ContentMainDelegateE
5790 fun:_ZN12_GLOBAL__N_121ContentMainRunnerImpl3RunEv 5790 fun:_ZN12_GLOBAL__N_121ContentMainRunnerImpl3RunEv
5791 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE 5791 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
5792 fun:ChromeMain 5792 fun:ChromeMain
5793 } 5793 }
5794 {
5795 bug_125807
5796 Memcheck:Leak
5797 fun:_Znw*
5798 fun:_ZN26TransportSecurityPersisterC1EPN3net22TransportSecurityStateERK8FileP athb
5799 fun:_ZN30TransportSecurityPersisterTestC2Ev
5800 ...
5801 fun:_ZN7testing8internal15TestFactoryImpl*
5802 }
5794 5803
5795 #----------------------------------------------------------------------- 5804 #-----------------------------------------------------------------------
5796 # 4. These only occur on our Google workstations 5805 # 4. These only occur on our Google workstations
5797 5806
5798 { 5807 {
5799 bug_todo_getdelim 5808 bug_todo_getdelim
5800 Memcheck:Leak 5809 Memcheck:Leak
5801 fun:malloc 5810 fun:malloc
5802 fun:getdelim 5811 fun:getdelim
5803 ... 5812 ...
(...skipping 10 matching lines...) Expand all
5814 obj:/lib/libselinux.so.1 5823 obj:/lib/libselinux.so.1
5815 } 5824 }
5816 { 5825 {
5817 bug_todo_grep 5826 bug_todo_grep
5818 Memcheck:Leak 5827 Memcheck:Leak
5819 fun:malloc 5828 fun:malloc
5820 obj:/bin/grep 5829 obj:/bin/grep
5821 obj:/bin/grep 5830 obj:/bin/grep
5822 } 5831 }
5823 5832
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