Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 6395003: Add more suppressions for bug 65680 (Memory leak in remoting::ScreenRecorder... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
===================================================================
--- tools/valgrind/memcheck/suppressions.txt (revision 72634)
+++ tools/valgrind/memcheck/suppressions.txt (working copy)
@@ -3382,9 +3382,6 @@
fun:_Z16DispatchToMethodIN8remoting14ScreenRecorderEMS1_FvvEEvPT_T0_RK6Tuple0
fun:_ZN14RunnableMethodIN8remoting14ScreenRecorderEMS1_FvvE6Tuple0E3RunEv
fun:_ZN11MessageLoop7RunTaskEP4Task
- ...
- fun:_ZN8remoting38ScreenRecorderTest_OneRecordCycle_Test8TestBodyEv
- fun:_ZN7testingL35HandleExceptionsInMethodIfSupportedINS_4TestEvEET0_PT_MS3_FS2_vEPKc
}
{
bug_65680b
@@ -3398,6 +3395,26 @@
fun:_ZN8remoting38ScreenRecorderTest_OneRecordCycle_Test8TestBodyEv
}
{
+ bug_65680c
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN8remoting12TraceContext3GetEv
+ fun:_ZN8remoting12TraceContext6tracerEv
+ fun:_ZN8remoting14ScreenRecorder17DoSendVideoPacketEPNS_11VideoPacketE
+ fun:_Z16DispatchToMethodIN8remoting14ScreenRecorderEMS1_FvPNS0_11VideoPacketEES3_EvPT_T0_RK6Tuple1IT1_E
+}
+{
+ bug_65680d
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN8remoting12TraceContext3GetEv
+ fun:_ZN8remoting12TraceContext6tracerEv
+ fun:_ZN8remoting14ScreenRecorder8DoEncodeE13scoped_refptrINS_11CaptureDataEE
+ fun:_Z16DispatchToMethodIN8remoting14ScreenRecorderEMS1_Fv13scoped_refptrINS0_11CaptureDataEEES4_EvPT_T0_RK6Tuple1IT1_E
+ fun:_ZN14RunnableMethodIN8remoting14ScreenRecorderEMS1_Fv13scoped_refptrINS0_11CaptureDataEEE6Tuple1IS4_EE3RunEv
+ fun:_ZN11MessageLoop7RunTaskEP4Task
+}
+{
bug_65932
Memcheck:Value4
...
@@ -3694,3 +3711,4 @@
fun:_Znw*
fun:_ZN27ExtensionFunctionDispatcherC1EP14RenderViewHostPNS_8DelegateEPK9ExtensionRK4GURL
}
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698