diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-11 09:32:45 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-11 09:32:45 +0000 |
commit | dd02f09cf3591a1831ae67b5863b86d973a32cff (patch) | |
tree | 0b2d90d056c35f24a17ee0376493dd9f08afafa6 /tools | |
parent | a3607418149a3fe0e3bd368ea786dee184b34ca1 (diff) | |
download | chromium_src-dd02f09cf3591a1831ae67b5863b86d973a32cff.zip chromium_src-dd02f09cf3591a1831ae67b5863b86d973a32cff.tar.gz chromium_src-dd02f09cf3591a1831ae67b5863b86d973a32cff.tar.bz2 |
Extend the suppression for bug 43775 to match ExtensionAPIClientTest.GetAcceptLanguages
BUG=43775
TBR=thestig
Review URL: http://codereview.chromium.org/2009009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46902 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 8e140ec..8a33ff0 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -344,8 +344,11 @@ fun:AutoFillProfile::Clone fun:browser_sync::AutofillChangeProcessor::ObserveAutofillProfileChanged } +# ExpectJs*Internal = ExpectJs{Pass,Fail}Internal +# ExtensionAPIClientTest_*_Test = +# ExtensionAPIClientTest_{CollapseToolstrip_Test,GetAcceptLanguages}_Test { - bug_43775 + bug_43775_a Heapcheck:Leak fun:WebCore::makeExternalString fun:WebCore::v8ExternalString @@ -354,8 +357,20 @@ fun:WebCore::ScriptController::executeScript fun:WebKit::WebFrameImpl::executeScript fun:RenderViewTest::ExecuteJavaScript - fun:ExtensionAPIClientTest::ExpectJsFailInternal - fun:ExtensionAPIClientTest_CollapseToolstrip_Test::TestBody + fun:ExtensionAPIClientTest::ExpectJs*Internal + fun:ExtensionAPIClientTest_*_Test::TestBody +} +{ + bug_43775_b + Heapcheck:Leak + fun:WTF::fastMalloc + fun:WebCore::StringImpl::createUninitialized + fun:WebCore::String::fromUTF8 + fun:WebCore::String::fromUTF8 + fun:WebKit::WebString::fromUTF8 + fun:RenderViewTest::ExecuteJavaScript + fun:ExtensionAPIClientTest::ExpectJs*Internal + fun:ExtensionAPIClientTest_*_Test::TestBody } { bug_43779 |