From 9d62c067b4eafc3e7778b6d375761b27dc76c852 Mon Sep 17 00:00:00 2001 From: "machenbach@chromium.org" Date: Mon, 25 Nov 2013 18:22:16 +0000 Subject: Add leak suppression for wrongly teared-down V8. BUG=323149 TBR=benwells@chromium.org Review URL: https://codereview.chromium.org/85453005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237103 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index fe142ba..7b49523 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -885,7 +885,7 @@ fun:testing::internal::TestFactoryImpl::CreateTest } { - bug_323149 + bug_323149a Heapcheck:Leak fun:Genesis fun:v8::internal::Bootstrapper::CreateEnvironment @@ -896,3 +896,12 @@ fun:net::ProxyResolverV8Tracing::Job::ExecuteProxyResolver fun:net::ProxyResolverV8Tracing::Job::ExecuteBlocking } +{ + bug_323149b + Heapcheck:Leak + fun:Genesis + fun:v8::internal::Bootstrapper::CreateEnvironment + fun:CreateEnvironment + fun:v8::Context::New + fun:V8UnitTest::SetUp +} -- cgit v1.1