diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-10 18:59:56 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-10 18:59:56 +0000 |
commit | 8eecc8892f6cb88a2e5ca58499e5c292710f0474 (patch) | |
tree | a04d4b9e1593b6761e866e1d4e274cf692ae8f09 | |
parent | d7027bb306959b525be5fb1af7d4d841e2ef2bae (diff) | |
download | chromium_src-8eecc8892f6cb88a2e5ca58499e5c292710f0474.zip chromium_src-8eecc8892f6cb88a2e5ca58499e5c292710f0474.tar.gz chromium_src-8eecc8892f6cb88a2e5ca58499e5c292710f0474.tar.bz2 |
Heapchecker: Suppress a leak in ExtensionAPIClientTest_CollapseToolstrip_Test.
BUG=43775
TEST=none
TBR=glider
Review URL: http://codereview.chromium.org/1985011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46838 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/heapcheck/suppressions.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 2204075..f8c8baa 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -344,3 +344,16 @@ fun:AutoFillProfile::Clone fun:browser_sync::AutofillChangeProcessor::ObserveAutofillProfileChanged } +{ + bug_43775 + Heapcheck:Leak + fun:WebCore::makeExternalString + fun:WebCore::v8ExternalString + fun:WebCore::V8Proxy::evaluate + fun:WebCore::ScriptController::evaluate + fun:WebCore::ScriptController::executeScript + fun:WebKit::WebFrameImpl::executeScript + fun:RenderViewTest::ExecuteJavaScript + fun:ExtensionAPIClientTest::ExpectJsFailInternal + fun:ExtensionAPIClientTest_CollapseToolstrip_Test::TestBody +} |