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

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

Issue 9702111: Widen some Memcheck & TSan suppressions to account for the recent code changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | tools/valgrind/tsan/suppressions.txt » ('j') | 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 1846 matching lines...) Expand 10 before | Expand all | Expand 10 after
1857 fun:PK11_InitPin 1857 fun:PK11_InitPin
1858 } 1858 }
1859 { 1859 {
1860 bug_32624_d 1860 bug_32624_d
1861 Memcheck:Leak 1861 Memcheck:Leak
1862 fun:malloc 1862 fun:malloc
1863 fun:PR_Malloc 1863 fun:PR_Malloc
1864 fun:PKIX_PL_Malloc 1864 fun:PKIX_PL_Malloc
1865 fun:PKIX_PL_NssContext_Create 1865 fun:PKIX_PL_NssContext_Create
1866 fun:CERT_PKIXVerifyCert 1866 fun:CERT_PKIXVerifyCert
1867 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertEP18CERTCertificateStrbPK9SECOidTagi P15CERTValOutParam 1867 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertE*
1868 fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE 1868 fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE
1869 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE 1869 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
1870 fun:_ZN3net18CertVerifierWorker3RunEv 1870 fun:_ZN3net18CertVerifierWorker3RunEv
1871 } 1871 }
1872 { 1872 {
1873 bug_32624_e 1873 bug_32624_e
1874 Memcheck:Leak 1874 Memcheck:Leak
1875 fun:_Znw* 1875 fun:_Znw*
1876 fun:_ZN9__gnu_cxx13new_allocatorI14CERTValInParamE8allocateEjPKv 1876 fun:_ZN9__gnu_cxx13new_allocatorI14CERTValInParamE8allocateEjPKv
1877 fun:_ZNSt12_Vector_baseI14CERTValInParamSaIS0_EE11_M_allocateEj 1877 fun:_ZNSt12_Vector_baseI14CERTValInParamSaIS0_EE11_M_allocateEj
1878 fun:_ZNSt6vectorI14CERTValInParamSaIS0_EE20_M_allocate_and_copyIPS0_EES4_jT_S 5_ 1878 fun:_ZNSt6vectorI14CERTValInParamSaIS0_EE20_M_allocate_and_copyIPS0_EES4_jT_S 5_
1879 fun:_ZNSt6vectorI14CERTValInParamSaIS0_EE7reserveEj 1879 fun:_ZNSt6vectorI14CERTValInParamSaIS0_EE7reserveEj
1880 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertEP18CERTCertificateStrbPK9SECOidTagi P15CERTValOutParam 1880 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertE*
1881 fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE 1881 fun:_ZNK3net15X509Certificate14VerifyInternalERKSsiPNS_16CertVerifyResultE
1882 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE 1882 fun:_ZNK3net15X509Certificate6VerifyERKSsiPNS_16CertVerifyResultE
1883 fun:_ZN3net18CertVerifierWorker3RunEv 1883 fun:_ZN3net18CertVerifierWorker3RunEv
1884 } 1884 }
1885 { 1885 {
1886 bug_32624_f 1886 bug_32624_f
1887 Memcheck:Leak 1887 Memcheck:Leak
1888 ... 1888 ...
1889 fun:CERT_PKIXVerifyCert 1889 fun:CERT_PKIXVerifyCert
1890 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertEP18CERTCertificateStrbPK9SECOidTagi P15CERTValOutParam 1890 fun:_ZN3net12_GLOBAL__N_114PKIXVerifyCertE*
1891 } 1891 }
1892 { 1892 {
1893 bug_32624_g 1893 bug_32624_g
1894 Memcheck:Leak 1894 Memcheck:Leak
1895 ... 1895 ...
1896 fun:CERT_VerifySignedData 1896 fun:CERT_VerifySignedData
1897 fun:cert_VerifyCertChain 1897 fun:cert_VerifyCertChain
1898 fun:CERT_VerifyCertChain 1898 fun:CERT_VerifyCertChain
1899 fun:CERT_VerifyCert 1899 fun:CERT_VerifyCert
1900 } 1900 }
(...skipping 3949 matching lines...) Expand 10 before | Expand all | Expand 10 after
5850 obj:/bin/grep 5850 obj:/bin/grep
5851 obj:/bin/grep 5851 obj:/bin/grep
5852 } 5852 }
5853 { 5853 {
5854 bug_117789 5854 bug_117789
5855 Memcheck:Uninitialized 5855 Memcheck:Uninitialized
5856 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC ollectorEPKcS5_ 5856 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageC ollectorEPKcS5_
5857 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc 5857 fun:_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceEPKc
5858 ... 5858 ...
5859 } 5859 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698