From 5f09564354871bfbdb5ce24f7a95c6348a8e2c7b Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Thu, 8 Jan 2015 10:45:59 +0000 Subject: [PATCH] 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 --- tools/lsan/suppressions.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt index 1d0120c078..a7d5c8a9f7 100644 --- a/tools/lsan/suppressions.txt +++ b/tools/lsan/suppressions.txt @@ -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=