From a70dff44277df00a6f6d37889d6a39e3b297a289 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Wed, 14 May 2014 17:12:01 +0000 Subject: [PATCH] LSan suppressions for libjingle tests. Adding a few more suppressions to make the tests pass LSan as it's about to be enabled in the main waterfall at the ASan bot. TBR=wu@webrtc.org BUG=2528, 3345 TEST=None, since I cannot reproduce the leaks on the bot in my local environment (and we don't have a trybot for this yet). Review URL: https://webrtc-codereview.appspot.com/18429006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6153 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/lsan/suppressions.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt index 97126ace7b..bfac77feeb 100644 --- a/tools/lsan/suppressions.txt +++ b/tools/lsan/suppressions.txt @@ -31,11 +31,23 @@ leak:XRRFindDisplay #### Actual bugs in WebRTC code #### +# libjingle_media_unittest +# https://code.google.com/p/webrtc/issues/detail?id= +leak:cricket::FakeNetworkInterface::SetOption +leak:CodecTest_TestCodecOperators_Test::TestBody +leak:VideoMediaChannelTest::AddRemoveRecvStreams() +leak:WebRtcVideoCapturerTest_TestCapture_Test::TestBody +leak:WebRtcVideoEngineTestFake_MultipleSendStreamsWithOneCapturer_Test::TestBody +leak:WebRtcVideoEngineTestFake_SetBandwidthInConference_Test::TestBody +leak:WebRtcVideoEngineTestFake_SetSendCodecsRejectBadFormat_Test::TestBody + # libjingle_peerconnection_unittest # https://code.google.com/p/webrtc/issues/detail?id=2528 leak:cricket::FakeVideoMediaChannel::~FakeVideoMediaChannel leak:cricket::MediaSessionDescriptionFactory::CreateAnswer leak:cricket::MediaSessionDescriptionFactory::CreateOffer +leak:DtmfSenderTest_InsertEmptyTonesToCancelPreviousTask_Test::TestBody +leak:sigslot::_signal_base2::~_signal_base2() leak:testing::internal::CmpHelperEQ leak:webrtc::AudioDeviceLinuxALSA::InitMicrophone leak:webrtc::AudioDeviceLinuxALSA::InitSpeaker @@ -44,7 +56,13 @@ leak:webrtc::FakeConstraints::AddOptional leak:webrtc::WebRtcIdentityRequestObserver::OnSuccess leak:webrtc::WebRtcSessionDescriptionFactory::InternalCreateAnswer leak:webrtc::WebRtcSessionDescriptionFactory::InternalCreateOffer +leak:PeerConnectionInterfaceTest_SsrcInOfferAnswer_Test::TestBody +leak:PeerConnectionInterfaceTest_CloseAndTestMethods_Test::TestBody leak:WebRtcSdpTest::TestDeserializeRtcpFb +leak:WebRtcSdpTest::TestSerialize +leak:WebRtcSdpTest_SerializeSessionDescriptionWithDataChannelAndBandwidth_Test::TestBody +leak:WebRtcSdpTest_SerializeSessionDescriptionWithBandwidth_Test::TestBody +leak:WebRtcSessionTest::SetLocalDescriptionExpectError leak:WebRtcSessionTest_TestAVOfferWithAudioOnlyAnswer_Test::TestBody # libjingle_unittest