Fixing the memory check bots by suppressing some of the tests.

BUG=1205,2078,2080
R=mallinath@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4438 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wu@webrtc.org 2013-07-30 22:54:08 +00:00
parent 933946ac55
commit 9c9fc767b1
3 changed files with 52 additions and 1 deletions

View File

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

View File

@ -988,7 +988,7 @@
fun:_Znw*
fun:_ZN15PubSubTasksTestC1Ev
}
# libjingle_peerconnection_unittest failures which can't be reproduced locally
# failures which can't be reproduced locally
{
bug_2153_1
Memcheck:Leak
@ -998,3 +998,13 @@
fun:_ZN6webrtc20AudioDeviceLinuxALSA11InitSpeakerEv
...
}
{
bug_2153_2
Memcheck:Leak
fun:_Znw*
fun:_ZN7sigslot7signal0INS_15single_threadedEE7connectIN9talk_base13IdTimeoutTaskEEEvPT_MS6_FvvE
fun:_ZN9talk_base13IdTimeoutTaskC1EPNS_10TaskParentE
fun:_ZN9talk_base9HappyTaskC1EPNS_10TaskParentE
fun:_ZN9talk_base41unstarted_task_test_DoNotDeleteTask2_Test8TestBodyEv
}

View File

@ -405,6 +405,27 @@
fun:webrtc::ModuleRtpRtcpImpl::Process
...
}
{
bug_1205_38
ThreadSanitizer:Race
fun:webrtc::VideoCodingModuleImpl::RegisterPacketRequestCallback
fun:webrtc::ViEChannel::ProcessNACKRequest
fun:webrtc::ViEChannel::SetNACKStatus
fun:webrtc::ViERTP_RTCPImpl::SetNACKStatus
fun:cricket::WebRtcVideoMediaChannel::SetNackFec
...
}
{
bug_1205_39
ThreadSanitizer:Race
fun:talk_base::Thread::Send
fun:FakeAudioCaptureModule::UpdateProcessing
fun:FakeAudioCaptureModule::StopRecording
fun:webrtc::VoEBaseImpl::StopSend
fun:webrtc::VoEBaseImpl::DeleteChannel
fun:cricket::WebRtcVoiceMediaChannel::~WebRtcVoiceMediaChannel
...
}
{
bug_2078_1
ThreadSanitizer:Race
@ -633,6 +654,19 @@
fun:talk_base::StreamInterface::Rewind
...
}
{
bug_2078_25
ThreadSanitizer:Race
fun:cricket::FileNetworkInterface::SendPacket
fun:cricket::MediaChannel::DoSendPacket
fun:cricket::MediaChannel::SendPacket
fun:cricket::RtpSenderReceiver::SendRtpPacket
fun:cricket::RtpSenderReceiver::OnMessage
fun:talk_base::MessageQueue::Dispatch
fun:talk_base::Thread::ProcessMessages
fun:talk_base::Thread::Run
fun:talk_base::Thread::PreRun
}
{
bug_2079_1
ThreadSanitizer:Race
@ -958,3 +992,9 @@
fun:talk_base::MessageQueue::Dispatch
...
}
{
bug_2080_33
ThreadSanitizer:Race
fun:talk_base::SharedExclusiveLockTest_TestSharedShared_Test::TestBody
fun:testing::internal::HandleSehExceptionsInMethodIfSupported
}