diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 08:22:46 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-12 08:22:46 +0000 |
commit | fe212a941c49b2c278ff414b47c037386a4d2a50 (patch) | |
tree | fe20e61fc2ace8a7d9c092bf1e2edf9298fb16ad /tools | |
parent | 70d5f3266667de02f46d5f0c39a3044d22efd8ca (diff) | |
download | chromium_src-fe212a941c49b2c278ff414b47c037386a4d2a50.zip chromium_src-fe212a941c49b2c278ff414b47c037386a4d2a50.tar.gz chromium_src-fe212a941c49b2c278ff414b47c037386a4d2a50.tar.bz2 |
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
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 36 |
1 files changed, 35 insertions, 1 deletions
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 +} |