From 27c0408a16f79b14b64952382834589ad70db2bf Mon Sep 17 00:00:00 2001 From: "wu@webrtc.org" Date: Wed, 31 Jul 2013 22:41:15 +0000 Subject: [PATCH] Suppressing tsan errors on libjingle_unittest and libjingle_peerconnection_unittest. BUG=1205,2080 R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1924004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4458 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 25b989b5e4..7c0736d84e 100644 --- a/tools/valgrind-webrtc/tsan/suppressions.txt +++ b/tools/valgrind-webrtc/tsan/suppressions.txt @@ -446,6 +446,15 @@ fun:webrtc::RTPSender::ProcessBitrate ... } +{ + bug_1205_43 + ThreadSanitizer:Race + fun:talk_base::Thread::Send + fun:FakeAudioCaptureModule::UpdateProcessing + fun:FakeAudioCaptureModule::StopPlayout + fun:webrtc::VoEBaseImpl::StopPlayout + ... +} { bug_2078_1 ThreadSanitizer:Race @@ -1025,3 +1034,12 @@ fun:talk_base::SharedExclusiveLockTest_TestSharedShared_Test::TestBody fun:testing::internal::HandleSehExceptionsInMethodIfSupported } +{ + bug_2080_34 + ThreadSanitizer:Race + fun:talk_base::WriteTask::OnMessage + fun:talk_base::MessageQueue::Dispatch + fun:talk_base::Thread::ProcessMessages + fun:talk_base::Thread::Run + fun:talk_base::Thread::PreRun +}