e61da8c391
The Leak Sanitizer will replace Valgrind memcheck when it's related tool Memory Sanitizer is ready. We should get our tests in shape so we can detect new leaks, which is why I'm adding these suppressions. More info at http://www.chromium.org/developers/testing/leaksanitizer Buildbot at http://build.chromium.org/p/client.webrtc.fyi/waterfall BUG=2515,2527,2528 TEST=Ran tests with the parameters described in webrtc:2527. TBR=phoglund@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2421004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4988 4adac7df-926f-26a2-2b94-8c16560cd09d
26 lines
939 B
Plaintext
26 lines
939 B
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
|
|
|
|
# libjingle_peerconnection_unittest
|
|
# https://code.google.com/p/webrtc/issues/detail?id=2528
|
|
leak:webrtc::WebRtcIdentityRequestObserver::OnSuccess
|
|
|
|
# libjingle_unittest
|
|
# https://code.google.com/p/webrtc/issues/detail?id=2527
|
|
leak:buzz::XmppTask::XmppTask
|
|
leak:talk_base::TaskParent::TaskParent
|
|
leak:MucRoomUniqueHangoutIdTaskTest::SetUp
|
|
leak:buzz::FakeXmppClient::SendStanza
|
|
leak:PingXmppClient::SendStanza
|
|
leak:talk_base::IdTimeoutTask::IdTimeoutTask
|
|
leak:talk_base::HttpData::changeHeader
|
|
leak:PubSubClientTest::PubSubClientTest
|
|
leak:HangoutPubSubClientTest::HangoutPubSubClientTest
|
|
|
|
# modules_tests
|
|
# https://code.google.com/p/webrtc/issues/detail?id=2515
|
|
leak:AudioCodingModuleTest_TestIsac_Test::TestBody
|
|
|