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:
parent
54e729bb73
commit
603ed98bca
@ -67,7 +67,18 @@
|
|||||||
fun:cricket::VoiceChannel::OnMessage
|
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)
|
# 2. libjingle stuff (talk folder)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user