diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-17 01:23:32 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-17 01:23:32 +0000 |
commit | 0ceda8a5374cf90e636134835d41c3194c52b0bc (patch) | |
tree | ddcd26904731a21fa20bafa187725b487f6866b5 /tools/heapcheck | |
parent | 1bff9b57776f26ace3f0cffc67f18ac53d531845 (diff) | |
download | chromium_src-0ceda8a5374cf90e636134835d41c3194c52b0bc.zip chromium_src-0ceda8a5374cf90e636134835d41c3194c52b0bc.tar.gz chromium_src-0ceda8a5374cf90e636134835d41c3194c52b0bc.tar.bz2 |
Heapcheck: Add a new suppression and fix a typo from r223441.
BUG=291236
NOTRY=true
TBR=yangguo@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23620056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223499 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 9b3747b..163323f 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -890,7 +890,7 @@ fun:SafeBrowsingDatabaseManagerTest_CheckCorrespondsListType_Test::TestBody } { - bug_2912 + bug_291236_a Heapcheck:Leak fun:v8::internal::Malloced::New fun:v8::internal::Zone::NewSegment @@ -913,3 +913,15 @@ fun:v8::internal::HOptimizedGraphBuilder::Visit fun:v8::internal::HOptimizedGraphBuilder::VisitForControl } +{ + bug_291236_c + Heapcheck:Leak + fun:v8::internal::Malloced::New + fun:v8::internal::Zone::NewSegment + fun:v8::internal::Zone::NewExpand + fun:v8::internal::Zone::New + fun:v8::internal::ZoneObject::operator new + fun:v8::internal::LChunkBuilder::Build + fun:v8::internal::LChunk::NewChunk + fun:v8::internal::OptimizingCompiler::OptimizeGraph +} |