diff options
author | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 14:39:52 +0000 |
---|---|---|
committer | earthdok@chromium.org <earthdok@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-12-06 14:39:52 +0000 |
commit | 3cf55f122d44a517500c24d43fac4c77ccad37b4 (patch) | |
tree | 0e822c60ae1d17e4c7690a23e627df788b4a848b /tools/lsan | |
parent | 028e068c8721a3a72a9c580e1d3406376a46a98b (diff) | |
download | chromium_src-3cf55f122d44a517500c24d43fac4c77ccad37b4.zip chromium_src-3cf55f122d44a517500c24d43fac4c77ccad37b4.tar.gz chromium_src-3cf55f122d44a517500c24d43fac4c77ccad37b4.tar.bz2 |
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
Diffstat (limited to 'tools/lsan')
-rw-r--r-- | tools/lsan/suppressions.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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. |