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
This commit is contained in:
wu@webrtc.org 2013-07-31 22:41:15 +00:00
parent caa7024b86
commit 27c0408a16

View File

@ -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
}