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
This commit is contained in:
parent
88abf11cad
commit
a70dff4427
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user