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

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

Issue 4651004: Widen Valgrind suppressions for bugs 61753 (Leak) and 62461 (Use-after-free)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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/memcheck/suppressions_mac.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 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 3196 matching lines...) Expand 10 before | Expand all | Expand 10 after
3207 } 3207 }
3208 { 3208 {
3209 bug_61753/Addr4 3209 bug_61753/Addr4
3210 Memcheck:Addr4 3210 Memcheck:Addr4
3211 ... 3211 ...
3212 fun:pkix_* 3212 fun:pkix_*
3213 ... 3213 ...
3214 fun:CERT_PKIXVerifyCert 3214 fun:CERT_PKIXVerifyCert
3215 } 3215 }
3216 { 3216 {
3217 bug_61753/Leak 3217 bug_61753/Leak (a)
3218 Memcheck:Leak 3218 Memcheck:Leak
3219 ... 3219 ...
3220 fun:PR_*alloc 3220 fun:PR_*alloc
3221 ... 3221 ...
3222 fun:*nss* 3222 fun:*nss*
3223 fun:*Singleton* 3223 fun:*Singleton*
3224 } 3224 }
3225 { 3225 {
3226 bug_61753/Leak (b)
3227 Memcheck:Leak
3228 ...
3229 fun:pkix_*
3230 ...
3231 fun:CERT_PKIXVerifyCert
3232 }
3233 {
3226 bug_61753/Param 3234 bug_61753/Param
3227 Memcheck:Param 3235 Memcheck:Param
3228 ... 3236 ...
3229 fun:pkix_* 3237 fun:pkix_*
3230 ... 3238 ...
3231 fun:CERT_PKIXVerifyCert 3239 fun:CERT_PKIXVerifyCert
3232 } 3240 }
3233 { 3241 {
3234 bug_62505 3242 bug_62505
3235 Memcheck:Leak 3243 Memcheck:Leak
3236 ... 3244 ...
3237 fun:_ZNK15DictionaryValue8DeepCopyEv 3245 fun:_ZNK15DictionaryValue8DeepCopyEv
3238 fun:_ZN6policy27DeviceManagementPolicyCache9GetPolicyEv 3246 fun:_ZN6policy27DeviceManagementPolicyCache9GetPolicyEv
3239 fun:_ZN6policy30DeviceManagementPolicyProvider7ProvideEPNS_33ConfigurationPol icyStoreInterfaceE 3247 fun:_ZN6policy30DeviceManagementPolicyProvider7ProvideEPNS_33ConfigurationPol icyStoreInterfaceE
3240 fun:*policy*DeviceManagementPolicyProviderTest* 3248 fun:*policy*DeviceManagementPolicyProviderTest*
3241 } 3249 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698