From b60bfe475937806978d59c7cb5b3267e2c26a5ca Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Fri, 23 May 2014 07:29:37 +0000 Subject: [PATCH] Suppress webrtc trace races detected by tsan. BUG=3372 R=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/17579004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6226 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/valgrind-webrtc/tsan/suppressions.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tools/valgrind-webrtc/tsan/suppressions.txt b/tools/valgrind-webrtc/tsan/suppressions.txt index 8257608cd..ed344ada5 100644 --- a/tools/valgrind-webrtc/tsan/suppressions.txt +++ b/tools/valgrind-webrtc/tsan/suppressions.txt @@ -1249,3 +1249,21 @@ fun:AsyncInvokeTest_WithCallback_Test::TestBody ... } +{ + bug_3372_1 + ThreadSanitizer:Race + fun:talk_base::LogMessage::Loggable + fun:cricket::WebRtcVideoEngine::Print + fun:webrtc::TraceImpl::WriteToFile + fun:webrtc::TraceImpl::Process + fun:webrtc::TraceImpl::Run + fun:webrtc::ThreadPosix::Run + fun:StartThread +} +{ + bug_3372_2 + ThreadSanitizer:Race + fun:std::string::find + fun:WebRtcVideoEngineTest_WebRtcShouldNotLog_Test::TestBody + fun:testing::internal::HandleSehExceptionsInMethodIfSupported +}