diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 07:36:28 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-09 07:36:28 +0000 |
commit | 7e4f4a2783133caa0a239082246e3f3aa4e781b4 (patch) | |
tree | 71a6362f8e3601d4203c4939679fc5e6391b2358 /tools | |
parent | a22f7e069020486f1d93510b46b488b40dcb57c7 (diff) | |
download | chromium_src-7e4f4a2783133caa0a239082246e3f3aa4e781b4.zip chromium_src-7e4f4a2783133caa0a239082246e3f3aa4e781b4.tar.gz chromium_src-7e4f4a2783133caa0a239082246e3f3aa4e781b4.tar.bz2 |
Remove valgrind suppression for bug 65680
Ran valgrind with suppressions removed. Valgrind doesn't complain any more.
BUG=65680
TEST=Valgrind bots are green
Review URL: http://codereview.chromium.org/6456006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 3c510e9..5897303 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3386,49 +3386,6 @@ fun:_ZN13ResourcesUtil18GetThemeResourceIdERKSs } { - bug_65680a - Memcheck:Leak - fun:_Znw* - fun:_ZN8remoting12TraceContext3GetEv - fun:_ZN8remoting12TraceContext6tracerEv - fun:_ZN8remoting14ScreenRecorder9DoCaptureEv - fun:_ZN8remoting14ScreenRecorder7DoStartEv - fun:_Z16DispatchToMethodIN8remoting14ScreenRecorderEMS1_FvvEEvPT_T0_RK6Tuple0 - fun:_ZN14RunnableMethodIN8remoting14ScreenRecorderEMS1_FvvE6Tuple0E3RunEv - fun:_ZN11MessageLoop7RunTaskEP4Task -} -{ - bug_65680b - Memcheck:Leak - fun:_Znw* - fun:_ZN8remoting14ScreenRecorder17DoSendVideoPacketEPNS_11VideoPacketE - fun:_Z16DispatchToMethodIN8remoting14ScreenRecorderEMS1_FvPNS0_11VideoPacketEES3_EvPT_T0_RK6Tuple1IT1_E - fun:_ZN14RunnableMethodIN8remoting14ScreenRecorderEMS1_FvPNS0_11VideoPacketEE6Tuple1IS3_EE3RunEv - fun:_ZN11MessageLoop7RunTaskEP4Task - ... - 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 ... |