From 26b0d77bafb2136251855ab7d3d7d6703537646f Mon Sep 17 00:00:00 2001 From: "pbos@webrtc.org" Date: Mon, 9 Sep 2013 15:34:36 +0000 Subject: [PATCH] Suppress RTPSender race regardless of codec. New test uses SendGeneric instead of SendVP8. BUG=2349 TBR=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2194004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4705 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/valgrind-webrtc/tsan/suppressions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/valgrind-webrtc/tsan/suppressions.txt b/tools/valgrind-webrtc/tsan/suppressions.txt index fd97d9455..a8b0d8a42 100644 --- a/tools/valgrind-webrtc/tsan/suppressions.txt +++ b/tools/valgrind-webrtc/tsan/suppressions.txt @@ -21,7 +21,7 @@ ThreadSanitizer:Race fun:webrtc::RTPSender::SendToNetwork fun:webrtc::RTPSenderVideo::SendVideoPacket - fun:webrtc::RTPSenderVideo::SendVP8 + ... fun:webrtc::RTPSenderVideo::SendVideo fun:webrtc::RTPSender::SendOutgoingData fun:webrtc::ModuleRtpRtcpImpl::SendOutgoingData