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

Unified Diff: tools/valgrind/tsan/suppressions.txt

Issue 10542122: Suppress the races in NSS lock initialization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/tsan/suppressions.txt
===================================================================
--- tools/valgrind/tsan/suppressions.txt (revision 141654)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -948,3 +948,30 @@
fun:media::AudioOutputController::DoClose
fun:base::internal::RunnableAdapter::Run
}
+{
+ bug_131622a
+ ThreadSanitizer:Race
+ fun:ssl_InitSessionCacheLocks
+ fun:lock_cache
+ fun:ssl_LookupSID
+ fun:ssl2_BeginClientHandshake
+ fun:ssl_Do1stHandshake
+ fun:SSL_ForceHandshake
+ fun:net::SSLClientSocketNSS::Core::DoHandshake
+ fun:net::SSLClientSocketNSS::Core::DoHandshakeLoop
+ fun:net::SSLClientSocketNSS::Core::Connect
+ fun:base::internal::RunnableAdapter::Run
+}
+{
+ bug_131622b
+ ThreadSanitizer:Race
+ fun:lock_cache
+ fun:ssl_LookupSID
+ fun:ssl2_BeginClientHandshake
+ fun:ssl_Do1stHandshake
+ fun:SSL_ForceHandshake
+ fun:net::SSLClientSocketNSS::Core::DoHandshake
+ fun:net::SSLClientSocketNSS::Core::DoHandshakeLoop
+ fun:net::SSLClientSocketNSS::Core::Connect
+ fun:base::internal::RunnableAdapter::Run
+}
« 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