From 82adf415b1316fadba9371e4f8f35cde4396cdab Mon Sep 17 00:00:00 2001 From: "jianli@chromium.org" Date: Tue, 10 Aug 2010 23:17:02 +0000 Subject: Update the suppresion file. BUG=46571 TEST=none TBR=lzheng Review URL: http://codereview.chromium.org/3133004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55631 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 2fe1ade..1cdc80a 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -570,6 +570,36 @@ fun:g_closure_invoke } +# This is a variation from bug_46571_e. +{ + bug_46571_g + Heapcheck:Leak + fun:WTF::fastMalloc + fun:WTF::StringImpl::createUninitialized + fun:WTF::String::createUninitialized + fun:WebCore::StringTraits::fromV8String + fun:WebCore::v8StringToWebCoreString + fun:WebCore::v8StringToWebCoreString + fun:WebCore::v8ValueToWebCoreString + fun:WebCore::toWebCoreString + fun:WebCore::ScriptValue::getString + fun:WebKit::WebFrameImpl::loadJavaScriptURL + fun:WebKit::WebFrameImpl::loadRequest + fun:TestShell::Navigate + fun:TestNavigationController::NavigateToPendingEntry + fun:TestNavigationController::LoadEntry + fun:TestShell::LoadURLForFrame + fun:TestShell::LoadURL + fun:::BookmarkletTest_NonEmptyResult_Test::TestBody + fun:testing::Test::Run + fun:testing::internal::TestInfoImpl::Run + fun:testing::TestCase::Run + fun:testing::internal::UnitTestImpl::RunAllTests + fun:testing::UnitTest::Run + fun:main + fun:__libc_start_main +} + { bug_32366 -- cgit v1.1