bd51d9324e
Some more leaks have entered the code a while ago so I'm suppressing them to green up the bot again. BUG=2528 TEST=Successful execution of the test using the steps described in webrtc:2528. TBR=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/4419004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5177 4adac7df-926f-26a2-2b94-8c16560cd09d
52 lines
2.0 KiB
Plaintext
52 lines
2.0 KiB
Plaintext
# This is a suppressions file that must exist in order for the Leak Sanitizer
|
|
# (LSan) bot to be able to run with the default configuration.
|
|
# More info about LSan on
|
|
# http://www.chromium.org/developers/testing/leaksanitizer
|
|
|
|
#### Third-party leaks ####
|
|
|
|
# Leak reported in libstdc++
|
|
leak:std::string::_Rep::_S_create
|
|
|
|
|
|
#### Actual bugs in WebRTC code ####
|
|
|
|
# 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:testing::internal::CmpHelperEQ
|
|
leak:webrtc::AudioDeviceLinuxALSA::InitMicrophone
|
|
leak:webrtc::AudioDeviceLinuxALSA::InitSpeaker
|
|
leak:webrtc::CreateIceCandidate
|
|
leak:webrtc::FakeConstraints::AddOptional
|
|
leak:webrtc::WebRtcIdentityRequestObserver::OnSuccess
|
|
leak:webrtc::WebRtcSessionDescriptionFactory::InternalCreateAnswer
|
|
leak:webrtc::WebRtcSessionDescriptionFactory::InternalCreateOffer
|
|
leak:WebRtcSdpTest::TestDeserializeRtcpFb
|
|
leak:WebRtcSessionTest_TestAVOfferWithAudioOnlyAnswer_Test::TestBody
|
|
|
|
# libjingle_unittest
|
|
# https://code.google.com/p/webrtc/issues/detail?id=2527
|
|
leak:buzz::FakeXmppClient::SendStanza
|
|
leak:buzz::XmppTask::XmppTask
|
|
leak:HangoutPubSubClientTest::HangoutPubSubClientTest
|
|
leak:MucRoomConfigTaskTest::SetUp
|
|
leak:MucRoomDiscoveryTaskTest::SetUp
|
|
leak:MucRoomLookupTaskTest::SetUp
|
|
leak:MucRoomUniqueHangoutIdTaskTest::SetUp
|
|
leak:PingTaskTest::SetUp
|
|
leak:PingXmppClient::SendStanza
|
|
leak:PubSubClientTest::PubSubClientTest
|
|
leak:PubSubTasksTest::PubSubTasksTest
|
|
leak:talk_base::HttpData::changeHeader
|
|
leak:talk_base::HttpParser::ProcessLine
|
|
leak:talk_base::HttpServer::Connection::BeginProcess
|
|
leak:talk_base::IdTimeoutTask::IdTimeoutTask
|
|
leak:talk_base::OpenSSLCertificate::FromPEMString
|
|
leak:talk_base::OpenSSLIdentity::FromPEMStrings
|
|
leak:talk_base::TaskParent::TaskParent
|
|
leak:talk_base::unstarted_task_test_DoNotDeleteTask2_Test::TestBody
|
|
|