Suppress race condition warn in CallTest_ReceivesAndRetransmitsNack_Test

This test is the one most commonly triggering a race condition in the
event tracing macros. Pending a permanent fix in tracing code,
suppressing tsan warnings for this test.

BUG=2497
R=kjellander@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2408004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4986 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
sprang@webrtc.org 2013-10-17 07:49:26 +00:00
parent 54e729bb73
commit 603ed98bca

View File

@ -67,7 +67,18 @@
fun:cricket::VoiceChannel::OnMessage
...
}
{
bug_2497
ThreadSanitizer:Race
fun:webrtc::VCMJitterBuffer::RecycleFramesUntilKeyFrame
...
}
{
bug_2497_2
ThreadSanitizer:Race
fun:webrtc::VideoEngine::SetTraceFilter
...
}
#-----------------------------------------------------------------------
# 2. libjingle stuff (talk folder)