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

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

Issue 1100563003: Suppress leaks under CertVerifyProcTest.LargeKey. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 5 years, 8 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 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 } 273 }
274 { 274 {
275 bug_464850 275 bug_464850
276 Memcheck:Uninitialized 276 Memcheck:Uninitialized
277 fun:_ZN2v88internal9ExitFrame23GetStateForFramePointerEPhPNS0_10StackFrame5St ateE 277 fun:_ZN2v88internal9ExitFrame23GetStateForFramePointerEPhPNS0_10StackFrame5St ateE
278 fun:_ZN2v88internal18StackFrameIterator5ResetEPNS0_14ThreadLocalTopE 278 fun:_ZN2v88internal18StackFrameIterator5ResetEPNS0_14ThreadLocalTopE
279 fun:_ZN2v88internal18StackFrameIteratorC2EPNS0_7IsolateE 279 fun:_ZN2v88internal18StackFrameIteratorC2EPNS0_7IsolateE
280 fun:_ZN2v88internal18StackFrameIteratorC1EPNS0_7IsolateE 280 fun:_ZN2v88internal18StackFrameIteratorC1EPNS0_7IsolateE
281 fun:_ZN2v88internal7Isolate11FindHandlerEv 281 fun:_ZN2v88internal7Isolate11FindHandlerEv
282 } 282 }
283 {
284 bug_481286a
285 Memcheck:Leak
286 ...
287 fun:CSSM_CL_CertGetFirstCachedFieldValue
288 ...
289 fun:SecTrustEvaluate
290 }
291 {
292 bug_481286b
293 Memcheck:Leak
294 ...
295 fun:CSSM_CL_CertGetFirstCachedFieldValue
296 fun:_ZN8Security12KeychainCore11Certificate19copyFirstFieldValueERK9cssm_data
297 fun:_ZN8Security12KeychainCore11Certificate9publicKeyEv
298 fun:SecCertificateCopyPublicKey
299 fun:_ZN3net15X509Certificate16GetPublicKeyInfoEP23OpaqueSecCertificateRef*
300 }
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