diff options
author | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-24 17:36:02 +0000 |
---|---|---|
committer | stuartmorgan@chromium.org <stuartmorgan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-24 17:36:02 +0000 |
commit | e597833e7107f5ec7449f0cbf6318c11e5e575c4 (patch) | |
tree | 8bccc8acabfe5faef971c4d74b9633b059862c70 /tools | |
parent | 7ae27b9fe9b7e1a997d05e2dace01359993bb7f5 (diff) | |
download | chromium_src-e597833e7107f5ec7449f0cbf6318c11e5e575c4.zip chromium_src-e597833e7107f5ec7449f0cbf6318c11e5e575c4.tar.gz chromium_src-e597833e7107f5ec7449f0cbf6318c11e5e575c4.tar.bz2 |
Suppress another variant of the file util leak for heapcheck
TBR=dumi
BUG=56676
TEST=Green heapcheck bot
Review URL: http://codereview.chromium.org/3454029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60487 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index df5d88b..7e63076 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -975,7 +975,7 @@ fun:RenderViewTest_PageClickTracker_Test::TestBody } { - bug_56676 + bug_56676_a Heapcheck:Leak fun:__gnu_cxx::new_allocator::allocate fun:std::_Vector_base::_M_allocate @@ -984,3 +984,17 @@ fun:MockDispatcher::DidReadDirectory fun:fileapi::FileSystemOperation::DidReadDirectory } +{ + bug_56676_b + 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:file_util::FileEnumerator::ReadDirectory + fun:file_util::FileEnumerator::Next + fun:::RelayReadDirectory::RunWork + fun:::MessageLoopRelay::ProcessOnTargetThread +} |