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

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

Issue 305543002: valgrind: Expand suppression from PK11_FindCertFromDERCertItem/SEC_DeletePermCertificate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 4720 matching lines...) Expand 10 before | Expand all | Expand 10 after
4731 fun:_ZN24mozilla_security_manager12_GLOBAL__N_125nsPKCS12Blob_ImportHelper* 4731 fun:_ZN24mozilla_security_manager12_GLOBAL__N_125nsPKCS12Blob_ImportHelper*
4732 } 4732 }
4733 { 4733 {
4734 bug_176891b 4734 bug_176891b
4735 Memcheck:Leak 4735 Memcheck:Leak
4736 ... 4736 ...
4737 fun:nssPKIObject_Create 4737 fun:nssPKIObject_Create
4738 fun:nssTrustDomain_FindTrustForCertificate 4738 fun:nssTrustDomain_FindTrustForCertificate
4739 fun:STAN_DeleteCertTrustMatchingSlot 4739 fun:STAN_DeleteCertTrustMatchingSlot
4740 fun:SEC_DeletePermCertificate 4740 fun:SEC_DeletePermCertificate
4741 ...
4742 fun:_ZN3net15NSSCertDatabase16DeleteCertAndKeyEPKNS_15X509CertificateE
4743 } 4741 }
4744 { 4742 {
4745 bug_177213 4743 bug_177213
4746 Memcheck:Leak 4744 Memcheck:Leak
4747 ... 4745 ...
4748 fun:_ZN10extensionsL9SerializeERKSt6vectorINS_10UserScriptESaIS1_EE 4746 fun:_ZN10extensionsL9SerializeERKSt6vectorINS_10UserScriptESaIS1_EE
4749 } 4747 }
4750 { 4748 {
4751 bug_179758_a 4749 bug_179758_a
4752 Memcheck:Leak 4750 Memcheck:Leak
(...skipping 1713 matching lines...) Expand 10 before | Expand all | Expand 10 after
6466 fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20Navigatio nController13LoadURLParamsE 6464 fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20Navigatio nController13LoadURLParamsE
6467 fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs 6465 fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs
6468 fun:_ZN7content5Shell7LoadURLERK4GURL 6466 fun:_ZN7content5Shell7LoadURLERK4GURL
6469 } 6467 }
6470 { 6468 {
6471 bug_372832 6469 bug_372832
6472 Memcheck:Leak 6470 Memcheck:Leak
6473 fun:_Znw* 6471 fun:_Znw*
6474 fun:_ZN7content27ServiceWorkerContextWrapper12InitInternalERKN4base8FilePathE PNS1_19SequencedTaskRunnerEPNS1_16MessageLoopProxyEPN5quota17QuotaManagerProxyE 6472 fun:_ZN7content27ServiceWorkerContextWrapper12InitInternalERKN4base8FilePathE PNS1_19SequencedTaskRunnerEPNS1_16MessageLoopProxyEPN5quota17QuotaManagerProxyE
6475 } 6473 }
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