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

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 6824069: Allow revocation checking to be disabled on Mac, overriding/ignoring system settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: With suppressions Created 9 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 side-by-side diff with in-line comments
Download patch
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index adaa23e16653f23536a40e8b5100de920b4e831e..0164059e07fb42426089cadd8579d5075c8466eb 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -191,6 +191,22 @@
...
fun:_ZN8remoting*CapturerMac*
}
+{
+ # See also http://openradar.appspot.com/radar?id=1169404
+ bug_79533
+ Memcheck:Value4
+ ...
+ fun:_ZN8Security13MappingHandleIlE4findINS_6CursorEEERT_li
+ fun:_ZN8Security13AppleDatabase14dataAbortQueryERNS_9DbContextEl
+ fun:_ZN8Security15DatabaseSession14DataAbortQueryEll
+ fun:_ZL19cssm_DataAbortQuery17cssm_dl_db_handlel
+ fun:CSSM_DL_DataAbortQuery
+ fun:_ZN11SSDLSession14DataAbortQueryEll
+ fun:_ZL19cssm_DataAbortQuery17cssm_dl_db_handlel
+ fun:CSSM_DL_DataAbortQuery
+ fun:tpDbFindIssuerCrl
+ fun:tpVerifyCertGroupWithCrls
+}
# 2. Intentional unit test errors, stuff that is somehow a false positive
# in our own code, or stuff that is so trivial it's not worth fixing.
@@ -972,13 +988,8 @@
fun:__cxa_get_globals
fun:__cxa_allocate_exception
fun:_ZN8Security9CssmError7throwMeEi
- fun:_ZNK8Security9DbVersion9findTableEj
- fun:_ZNK8Security9DbVersion12createCursorEPK10cssm_query
- fun:_ZN8Security10DbModifier12createCursorEPK10cssm_query
- fun:_ZN8Security13AppleDatabase12dataGetFirstERNS_9DbContextEPKNS_9CssmQueryEP29cssm_db_record_attribute_dataPNS_8CssmDataERP21cssm_db_unique_record
- fun:_ZN8Security15DatabaseSession12DataGetFirstElPKNS_9CssmQueryEP29cssm_db_record_attribute_dataPNS_8CssmDataERP21cssm_db_unique_record
- fun:_ZL17cssm_DataGetFirst17cssm_dl_db_handlePK10cssm_queryPlP29cssm_db_record_attribute_dataP9cssm_dataPP21cssm_db_unique_record
- fun:CSSM_DL_DataGetFirst
+ ...
+ fun:SecTrustEvaluate
}
{
bug_51682c
« third_party/apple_apsl/README.chromium ('K') | « third_party/apple_apsl/cssmapplePriv.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698