From 6b426ba5c53d9c71ed977acb241382052d2d5ed3 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Thu, 17 Oct 2013 19:26:27 +0000 Subject: [PATCH] Final round of LSan suppressions (take 2) Turns out I was running libjingle_unittest instead of libjingle_peerconnection_unittest on the bot machine when I was verifying the suppressions added in r4991 on the bot. This will hopefully be the last round. BUG=2528 TEST=running libjingle_unittest with these suppressions applied locally on the bot. TBR=phoglund@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2426004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4993 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/lsan/suppressions.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt index b57d0eecb9..ec7f874f4a 100644 --- a/tools/lsan/suppressions.txt +++ b/tools/lsan/suppressions.txt @@ -13,11 +13,14 @@ leak:std::string::_Rep::_S_create # libjingle_peerconnection_unittest # https://code.google.com/p/webrtc/issues/detail?id=2528 +leak:cricket::FakeVideoMediaChannel::~FakeVideoMediaChannel +leak:testing::internal::CmpHelperEQ leak:webrtc::AudioDeviceLinuxALSA::InitMicrophone leak:webrtc::AudioDeviceLinuxALSA::InitSpeaker leak:webrtc::FakeConstraints::AddOptional leak:webrtc::WebRtcIdentityRequestObserver::OnSuccess leak:WebRtcSdpTest::TestDeserializeRtcpFb +leak:WebRtcSessionTest_TestAVOfferWithAudioOnlyAnswer_Test::TestBody # libjingle_unittest # https://code.google.com/p/webrtc/issues/detail?id=2527