From 3147b97f8c32f370c0b53039a5f4ebaad0165d42 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Wed, 14 May 2014 18:05:15 +0000 Subject: [PATCH] LSan suppressions for libjingle tests (fix) Apparently wildcards are needed for templates in the call stack for matching suppressions. 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/18459004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6156 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/lsan/suppressions.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt index 8370b0a232..fa488d5ef6 100644 --- a/tools/lsan/suppressions.txt +++ b/tools/lsan/suppressions.txt @@ -35,8 +35,8 @@ leak:XRRFindDisplay # https://code.google.com/p/webrtc/issues/detail?id= leak:cricket::FakeNetworkInterface::SetOption leak:CodecTest_TestCodecOperators_Test::TestBody -leak:VideoEngineTest::ConstrainNewCodecBody -leak:VideoMediaChannelTest::AddRemoveRecvStreams +leak:VideoEngineTest*::ConstrainNewCodecBody +leak:VideoMediaChannelTest*::AddRemoveRecvStreams leak:WebRtcVideoCapturerTest_TestCapture_Test::TestBody leak:WebRtcVideoEngineTestFake_MultipleSendStreamsWithOneCapturer_Test::TestBody leak:WebRtcVideoEngineTestFake_SetBandwidthInConference_Test::TestBody @@ -48,7 +48,7 @@ leak:cricket::FakeVideoMediaChannel::~FakeVideoMediaChannel leak:cricket::MediaSessionDescriptionFactory::CreateAnswer leak:cricket::MediaSessionDescriptionFactory::CreateOffer leak:DtmfSenderTest_InsertEmptyTonesToCancelPreviousTask_Test::TestBody -leak:sigslot::_signal_base2::~_signal_base2 +leak:sigslot::_signal_base2*::~_signal_base2 leak:testing::internal::CmpHelperEQ leak:webrtc::AudioDeviceLinuxALSA::InitMicrophone leak:webrtc::AudioDeviceLinuxALSA::InitSpeaker