Suppress AsyncHttpRequestTest.TestCancel leak for LSan

This test fails when run with gtest-parallel on the
ASan bot (that also runs LSan):
http://build.chromium.org/p/client.webrtc.fyi/builders/Linux%20Asan%20%28parallel%29/builds/27

I'm unable to reproduce this locally but it's
obviously failing on the bots.

BUG=4149
R=pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/41419004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@8021 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2015-01-08 10:45:59 +00:00
parent 823c9b8e36
commit 5f09564354

View File

@ -38,6 +38,8 @@ leak:rtc::HttpServer::HandleConnection
leak:rtc::HttpServer::Connection::onHttpHeaderComplete
leak:rtc::HttpResponseData::set_success
leak:rtc::HttpData::changeHeader
# https://code.google.com/p/webrtc/issues/detail?id=4149 for details.
leak:StartDNSLookup
# libjingle_media_unittest
# https://code.google.com/p/webrtc/issues/detail?id=