From 02cc45c647972abb81d1db9953534847c0dcc19e Mon Sep 17 00:00:00 2001 From: "oshima@chromium.org" Date: Sat, 24 Jul 2010 00:32:02 +0000 Subject: Suppress memory leak in TopSitesTest TBR=nshkrob@chromium.org BUG=50103 TEST=valgrind bots should cycle green Review URL: http://codereview.chromium.org/3064004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53557 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index e8ac717..9da23ea 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -935,3 +935,18 @@ ... fun:LoadTimingObserverTest* } +{ + bug_50103_a + Heapcheck:Leak + fun:Value::CreateNullValue + fun:history::TopSites::AddBlacklistedURL + fun:history::TopSitesTest_*_Test::TestBody +} +{ + bug_50103_b + Heapcheck:Leak + fun:Value::CreateIntegerValue + fun:history::TopSites::AddPinnedURL + fun:history::TopSitesTest_PinnedURLs_Test::TestBody +} + -- cgit v1.1