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

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

Issue 1120503003: Remove an unreachable leak filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« 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 1805 matching lines...) Expand 10 before | Expand all | Expand 10 after
1816 fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv 1816 fun:_ZN22ChromeBrowserMainParts21PreMainMessageLoopRunEv
1817 fun:_ZN7content15BrowserMainLoop13CreateThreadsEv 1817 fun:_ZN7content15BrowserMainLoop13CreateThreadsEv
1818 fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE 1818 fun:_ZN7content21BrowserMainRunnerImpl10InitializeERKNS_18MainFunctionParamsE
1819 fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE 1819 fun:_ZN7content11BrowserMainERKNS_18MainFunctionParamsE
1820 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19 ContentMainDelegateE 1820 fun:_ZN7content23RunNamedProcessTypeMainERKSsRKNS_18MainFunctionParamsEPNS_19 ContentMainDelegateE
1821 fun:_ZN7content21ContentMainRunnerImpl3RunEv 1821 fun:_ZN7content21ContentMainRunnerImpl3RunEv
1822 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE 1822 fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE
1823 fun:ChromeMain 1823 fun:ChromeMain
1824 } 1824 }
1825 { 1825 {
1826 bug_164178
1827 Memcheck:Leak
1828 fun:_Znw*
1829 fun:_ZN3net25MultiThreadedCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_ 6CRLSetEPNS_16CertVerifyResultERKN4base8CallbackIFviEEEPPvRKNS_11BoundNetLogE
1830 fun:_ZN3net25SingleRequestCertVerifier6VerifyEPNS_15X509CertificateERKSsiPNS_ 6CRLSetEPNS_16CertVerifyResultERKN4base8CallbackIFviEEERKNS_11BoundNetLogE
1831 fun:_ZN3net18SSLClientSocketNSS12DoVerifyCertEi
1832 fun:_ZN3net18SSLClientSocketNSS15DoHandshakeLoopEi
1833 fun:_ZN3net18SSLClientSocketNSS21OnHandshakeIOCompleteEi
1834 }
1835 {
1836 bug_164179 1826 bug_164179
1837 Memcheck:Leak 1827 Memcheck:Leak
1838 fun:_Znw* 1828 fun:_Znw*
1839 ... 1829 ...
1840 fun:_ZN3net10URLFetcher6CreateERK4GURLNS0_11RequestTypeEPNS_18URLFetcherDeleg ateE 1830 fun:_ZN3net10URLFetcher6CreateERK4GURLNS0_11RequestTypeEPNS_18URLFetcherDeleg ateE
1841 fun:_ZN18WebResourceService10StartFetchEv 1831 fun:_ZN18WebResourceService10StartFetchEv
1842 } 1832 }
1843 { 1833 {
1844 bug_166819 1834 bug_166819
1845 Memcheck:Leak 1835 Memcheck:Leak
(...skipping 1799 matching lines...) Expand 10 before | Expand all | Expand 10 after
3645 Memcheck:Leak 3635 Memcheck:Leak
3646 fun:malloc 3636 fun:malloc
3647 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm 3637 fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
3648 fun:_ZN3WTF9BitVector15resizeOutOfLineEm 3638 fun:_ZN3WTF9BitVector15resizeOutOfLineEm
3649 fun:_ZN3WTF9BitVector10ensureSizeEm 3639 fun:_ZN3WTF9BitVector10ensureSizeEm
3650 fun:_ZN3WTF9BitVectorC2Em 3640 fun:_ZN3WTF9BitVectorC2Em
3651 fun:_ZN5blink10UseCounter9CountBitsC2Ev 3641 fun:_ZN5blink10UseCounter9CountBitsC2Ev
3652 fun:_ZN5blink10UseCounterC1Ev 3642 fun:_ZN5blink10UseCounterC1Ev
3653 fun:_ZN5blink4PageC1ERNS0_11PageClientsE 3643 fun:_ZN5blink4PageC1ERNS0_11PageClientsE
3654 } 3644 }
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