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:
@@ -1 +0,0 @@
|
||||
VideoChannelTest.TestScreencastEvents
|
||||
@@ -0,0 +1,2 @@
|
||||
P2PTransportChannelTest.TestOPENToNAT_FULL_CONEAsGiceNoneSharedUfrag
|
||||
PortTest.TestSendStunMessageAsIce
|
||||
@@ -197,16 +197,6 @@
|
||||
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
|
||||
ThreadSanitizer:Race
|
||||
@@ -455,6 +445,16 @@
|
||||
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
|
||||
ThreadSanitizer:Race
|
||||
|
||||
Reference in New Issue
Block a user