Commit 08fbc859 authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Widen the suppression for bug 52834 once again, suppress a memory leak in...

Widen the suppression for bug 52834 once again, suppress a memory leak in ExtensionProxyUITest.Uninstall
BUG=52834,52837
TBR=glider
TEST=./tools/valgrind/waterfall.sh match -> "Congratulations! All reports are suppressed!"
Review URL: http://codereview.chromium.org/3120022

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56847 0039d316-1c4b-4281-b951-d872f2087c98
parent 2b3d0d17
......@@ -4185,10 +4185,6 @@
Memcheck:Leak
fun:_Znw*
...
fun:_ZN5IDMapIN3IPC7Channel8ListenerEL23IDMapOwnershipSemantics0EEC1Ev
fun:_ZN17RenderProcessHostC2EP7Profile
...
fun:_ZN21MockRenderProcessHostC1EP7Profile
fun:_ZNK28MockRenderProcessHostFactory23CreateRenderProcessHostEP7Profile
fun:_ZN12SiteInstance10GetProcessEv
fun:_ZN14RenderViewHostC2EP12SiteInstanceP22RenderViewHostDelegateix
......@@ -4215,3 +4211,14 @@
fun:event_process_active
fun:event_base_loop
}
{
bug_52837
Memcheck:Leak
fun:_Znw*
...
fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEE6insertESt17_Rb_tree_iteratorIS5_ERKS5_
fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEEixERS4_
fun:_ZN17ExtensionsService15UnloadExtensionERKSs
fun:_ZN17ExtensionsService18UninstallExtensionERKSsb
fun:_ZN18AutomationProvider18UninstallExtensionEiPb
}
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