Valgrind/LSAN: Remove supression for crbug/309468 (TranslateBubbleView leak)

BUG=309468
TBR=hajimehoshi@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/343073002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278630 0039d316-1c4b-4281-b951-d872f2087c98
parent de1e63d5
...@@ -74,9 +74,6 @@ leak:ppapi::proxy::PPP_Instance_Private_ProxyTest_PPPInstancePrivate_Test ...@@ -74,9 +74,6 @@ leak:ppapi::proxy::PPP_Instance_Private_ProxyTest_PPPInstancePrivate_Test
leak:gpu::gles2::GLES2DecoderImpl::DoBindRenderbuffer leak:gpu::gles2::GLES2DecoderImpl::DoBindRenderbuffer
leak:gpu::gles2::GLES2DecoderImpl::DoRenderbufferStorage leak:gpu::gles2::GLES2DecoderImpl::DoRenderbufferStorage
# Leak in unit_tests and browser_tests. http://crbug.com/309468
leak:TranslateBubbleView::CreateViewBeforeTranslate()
# http://crbug.com/318221 # http://crbug.com/318221
leak:base::EnsureProcessTerminated leak:base::EnsureProcessTerminated
......
...@@ -5678,15 +5678,6 @@ ...@@ -5678,15 +5678,6 @@
fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL18getImageDataMethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL18getImageDataMethodERKN2v820FunctionCallbackInfoINS1_5ValueEEE
fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL26getImageDataMethodCallbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE fun:_ZN7WebCore34CanvasRenderingContext2DV8InternalL26getImageDataMethodCallbackERKN2v820FunctionCallbackInfoINS1_5ValueEEE
} }
{
bug_309468
Memcheck:Leak
fun:_Znw*
fun:_ZN19TranslateBubbleView25CreateViewBeforeTranslateEv
fun:_ZN19TranslateBubbleView4InitEv
fun:_ZN5views18BubbleDelegateView12CreateBubbleEPS0_
fun:_ZN23TranslateBubbleViewTest5SetUpEv
}
{ {
bug_309477 bug_309477
Memcheck:Uninitialized Memcheck:Uninitialized
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment