From 3cf55f122d44a517500c24d43fac4c77ccad37b4 Mon Sep 17 00:00:00 2001 From: "earthdok@chromium.org" Date: Fri, 6 Dec 2013 14:39:52 +0000 Subject: Widen an LSan suppression. The issue reproduces in browser_tests as well, so update the suppression to reflect that. BUG=309468 TBR=hajimehoshi@chromium.org Review URL: https://codereview.chromium.org/108313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@239215 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/lsan/suppressions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/lsan') diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt index dfa76f8..da0a7bd 100644 --- a/tools/lsan/suppressions.txt +++ b/tools/lsan/suppressions.txt @@ -75,8 +75,8 @@ leak:gpu::gles2::GLES2DecoderImpl::DoRenderbufferStorage # Leak in cc_unittests. http://crbug.com/317965 leak:cc::ThreadProxy::ReadyToFinalizeTextureUpdates -# Leak in unit_tests. http://crbug.com/309468 -leak:TranslateBubbleViewTest::SetUp +# Leak in unit_tests and browser_tests. http://crbug.com/309468 +leak:TranslateBubbleView::CreateViewBeforeTranslate() # GTK leaks. GTK is deprecated, so we won't be fixing these. # Most of them should apply to the full browser process only. -- cgit v1.1