Delete gtest_exclude for asan which doesn't have effect with how the bots are setup now

Add gtest_exclude for tsan to disable some flakey tests.
Change tsan suppression since the function name has been changed from DecodeWithErrors to DecodeErrorMode.

TBR=mallinath

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4465 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wu@webrtc.org
2013-08-01 18:00:02 +00:00
parent a2a2718a6c
commit 6abb750993
3 changed files with 12 additions and 11 deletions

View File

@@ -1 +0,0 @@
VideoChannelTest.TestScreencastEvents

View File

@@ -0,0 +1,2 @@
P2PTransportChannelTest.TestOPENToNAT_FULL_CONEAsGiceNoneSharedUfrag
PortTest.TestSendStunMessageAsIce

View File

@@ -197,16 +197,6 @@
fun:webrtc::ModuleRtpRtcpImpl::~ModuleRtpRtcpImpl fun:webrtc::ModuleRtpRtcpImpl::~ModuleRtpRtcpImpl
... ...
} }
{
bug_1205_17
ThreadSanitizer:Race
fun:webrtc::VCMJitterBuffer::DecodeWithErrors
fun:webrtc::VCMReceiver::SetDecodeWithErrors
fun:webrtc::VideoCodingModuleImpl::SetVideoProtection
fun:webrtc::ViEChannel::SetHybridNACKFECStatus
fun:webrtc::ViERTP_RTCPImpl::SetHybridNACKFECStatus
...
}
{ {
bug_1205_18 bug_1205_18
ThreadSanitizer:Race ThreadSanitizer:Race
@@ -455,6 +445,16 @@
fun:webrtc::VoEBaseImpl::StopPlayout fun:webrtc::VoEBaseImpl::StopPlayout
... ...
} }
{
bug_1205_44
ThreadSanitizer:Race
fun:webrtc::VCMJitterBuffer::DecodeErrorMode
fun:webrtc::VCMReceiver::SetDecodeErrorMode
fun:webrtc::VideoCodingModuleImpl::SetVideoProtection
fun:webrtc::ViEChannel::SetHybridNACKFECStatus
fun:webrtc::ViERTP_RTCPImpl::SetHybridNACKFECStatus
...
}
{ {
bug_2078_1 bug_2078_1
ThreadSanitizer:Race ThreadSanitizer:Race