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

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

Issue 10545135: Suppress races in ShellIntegration::DefaultWebClientWorker::ObserverDestroyed (issue 132230) (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 141660)
+++ tools/valgrind/tsan/suppressions.txt (working copy)
@@ -975,3 +975,17 @@
fun:net::SSLClientSocketNSS::Core::Connect
fun:base::internal::RunnableAdapter::Run
}
+{
+ bug_132230a
+ ThreadSanitizer:Race
+ ...
+ fun:ProtocolHandlerRegistry::DefaultClientObserver::~DefaultClientObserver
+ fun:::FakeClientObserver::~FakeClientObserver
+ fun:ProtocolHandlerRegistry::Finalize
+}
+{
+ bug_132230b
+ ThreadSanitizer:Race
+ fun:ShellIntegration::DefaultWebClientWorker::ExecuteSetAsDefault
+ 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