From 5df870bf1e212e8ac4214e17d942a141fce2691a Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Tue, 11 May 2010 08:48:10 +0000 Subject: Suppress all leaks in SpdyNetworkTransactionTest.PostWithEarlySynReply This change affects only the Linux Heapcheck bot. BUG=43387 TBR=mbelshe Review URL: http://codereview.chromium.org/2055012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46898 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 2788244..8e140ec 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -363,3 +363,10 @@ fun:ActiveNotificationTracker::RegisterNotification fun:ActiveNotificationTrackerTest_TestLookupAndClear_Test::TestBody } +{ + bug_43387 + Heapcheck:Leak + ... + fun:net::SpdyNetworkTransactionTest_PostWithEarlySynReply_Test::TestBody +} + -- cgit v1.1