From 07438abedf9445b725a889ef751a361b8cd7521d Mon Sep 17 00:00:00 2001 From: "glider@chromium.org" Date: Tue, 16 Mar 2010 11:32:44 +0000 Subject: Hotfixed the suppression for crbug.com/38293 BUG=38293 TBR=jam,erg Review URL: http://codereview.chromium.org/976006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41709 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 042ef3c..68370bc 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -175,12 +175,14 @@ fun:GeolocationWifiDataProviderCommonTest::SetUp } +# TODO(glider): sometimes the stacks differ between the bot and the local run, +# e.g. "base::subtle::RefCountedBase::RefCountedBase" vs. "RefCountedBase". { bug_38293 Heapcheck:Leak - fun:RefCountedBase - fun:RefCounted - fun:Flag + fun:*RefCountedBase + fun:*RefCounted + fun:*Flag fun:base::internal::WeakReferenceOwner::GetRef fun:base::WeakPtrFactory::GetWeakPtr fun:ScopedRunnableMethodFactory::NewRunnableMethod -- cgit v1.1