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

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

Issue 7046036: Remove obsolete suppression for 60890. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 three kinds of suppressions in this file. 1 # There are three 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 3074 matching lines...) Expand 10 before | Expand all | Expand 10 after
3085 fun:_dlerror_run 3085 fun:_dlerror_run
3086 fun:dlsym 3086 fun:dlsym
3087 fun:_Z*26InitLibcLocaltimeFunctionsv 3087 fun:_Z*26InitLibcLocaltimeFunctionsv
3088 fun:pthread_once 3088 fun:pthread_once
3089 fun:_ZNK4base4Time7ExplodeEbPNS0_8ExplodedE 3089 fun:_ZNK4base4Time7ExplodeEbPNS0_8ExplodedE
3090 fun:_ZNK4base4Time12LocalExplodeEPNS0_8ExplodedE 3090 fun:_ZNK4base4Time12LocalExplodeEPNS0_8ExplodedE
3091 fun:_ZNK4base4Time13LocalMidnightEv 3091 fun:_ZNK4base4Time13LocalMidnightEv
3092 fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageEN4base4TimeEiPSt6vec torIP13PageUsageDataSaIS5_EE 3092 fun:_ZN7history20VisitSegmentDatabase17QuerySegmentUsageEN4base4TimeEiPSt6vec torIP13PageUsageDataSaIS5_EE
3093 } 3093 }
3094 { 3094 {
3095 bug_60890
3096 Memcheck:Jump
3097 ...
3098 fun:find_objects
3099 fun:find_objects_by_template
3100 fun:nssToken_FindCertificatesBySubject
3101 fun:nssTrustDomain_FindCertificatesBySubject
3102 fun:nssCertificate_BuildChain
3103 fun:NSSCertificate_BuildChain
3104 fun:CERT_FindCertIssuer
3105 }
3106 {
3107 bug_69073 3095 bug_69073
3108 Memcheck:Leak 3096 Memcheck:Leak
3109 fun:malloc 3097 fun:malloc
3110 ... 3098 ...
3111 fun:sqlite3* 3099 fun:sqlite3*
3112 ... 3100 ...
3113 fun:find_objects 3101 fun:find_objects
3114 fun:find_objects_by_template 3102 fun:find_objects_by_template
3115 fun:nssToken_FindCertificatesBySubject 3103 fun:nssToken_FindCertificatesBySubject
3116 fun:nssTrustDomain_FindCertificatesBySubject 3104 fun:nssTrustDomain_FindCertificatesBySubject
(...skipping 1599 matching lines...) Expand 10 before | Expand all | Expand 10 after
4716 } 4704 }
4717 { 4705 {
4718 bug_todo_getdelim2 4706 bug_todo_getdelim2
4719 Memcheck:Leak 4707 Memcheck:Leak
4720 fun:malloc 4708 fun:malloc
4721 fun:getdelim 4709 fun:getdelim
4722 obj:/lib/libselinux.so.1 4710 obj:/lib/libselinux.so.1
4723 obj:/lib/libselinux.so.1 4711 obj:/lib/libselinux.so.1
4724 obj:/lib/libselinux.so.1 4712 obj:/lib/libselinux.so.1
4725 } 4713 }
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