Suppress a race in libjingle_peerconnection_unittest
PeerConnectionInterfaceTest.GetStatsForSpecificTrack is sometimes failing on TSan. BUG=4719 TBR=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/1280573002 Cr-Commit-Position: refs/heads/master@{#9684}
This commit is contained in:
parent
fcf8ece6ba
commit
2e1d8bb0fd
@ -80,6 +80,9 @@ char kTSanDefaultSuppressions[] =
|
||||
// https://code.google.com/p/webrtc/issues/detail?id=2497
|
||||
"race:*trace_event_unique_catstatic*\n"
|
||||
|
||||
// https://code.google.com/p/webrtc/issues/detail?id=4719
|
||||
"race:webrtc::voe::TransmitMixer::PrepareDemux\n"
|
||||
"race:webrtc::voe::TransmitMixer::EnableStereoChannelSwapping\n"
|
||||
// End of suppressions.
|
||||
; // Please keep this semicolon.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user