From fe212a941c49b2c278ff414b47c037386a4d2a50 Mon Sep 17 00:00:00 2001 From: "hbono@chromium.org" Date: Tue, 12 Apr 2011 08:22:46 +0000 Subject: Suppresses multiple heapchecker leaks. This change adds three heapchecker suppressions recently reported by our heapchecker bot. (I'm not sure which change caused them, though.) TBR=timurrrr,glider BUG=79132,79138,79141 TEST=make the "Linux Heapcheck" bot green. Review URL: http://codereview.chromium.org/6813105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81228 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index a07f7e3..840be3b 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1310,4 +1310,38 @@ fun:RendererMain fun:SimpleRenderer } - +{ + bug_79132 + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::string::_Rep::_S_create + fun:std::string::_S_construct + fun:std::string::_S_construct_aux + fun:std::string::_S_construct + fun:basic_string + fun:AutofillMetrics::Log +} +{ + bug_79138 + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::string::_Rep::_S_create + fun:std::string::_Rep::_M_clone + fun:std::string::reserve + fun:std::operator+ + fun:HistoryQuickProvider::Start + fun:HistoryQuickProviderTest::RunTest +} +{ + bug_79141 + Heapcheck:Leak + fun:__gnu_cxx::new_allocator::allocate + fun:std::string::_Rep::_S_create + fun:std::string::_Rep::_M_clone + fun:std::string::reserve + fun:std::operator+ + fun:ThreadWatcher::Initialize + fun:ThreadWatcher + fun:CustomThreadWatcher + fun:ThreadWatcherTest +} -- cgit v1.1