From 0e2e5d994fc25f6a5ea649a9c9418690044448a7 Mon Sep 17 00:00:00 2001 From: stefan Date: Wed, 16 Mar 2016 07:43:30 -0700 Subject: [PATCH] Revert of Revert opus memcheck suppression (patchset #1 id:1 of https://codereview.webrtc.org/1801233002/ ) Reason for revert: Reverting since the memcheck bot still fails. Original issue's description: > Revert opus memcheck suppression > > BUG=https://bugs.chromium.org/p/webrtc/issues/detail?id=5651 > > Committed: https://crrev.com/f62d107aa7ad6fcf2bacec3c6eb4a16469ed2287 > Cr-Commit-Position: refs/heads/master@{#12012} TBR=flim@webrtc.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=https://bugs.chromium.org/p/webrtc/issues/detail?id=5651 Review URL: https://codereview.webrtc.org/1807673004 Cr-Commit-Position: refs/heads/master@{#12017} --- tools/valgrind-webrtc/memcheck/suppressions.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tools/valgrind-webrtc/memcheck/suppressions.txt b/tools/valgrind-webrtc/memcheck/suppressions.txt index 9919522e83..fce9259b92 100644 --- a/tools/valgrind-webrtc/memcheck/suppressions.txt +++ b/tools/valgrind-webrtc/memcheck/suppressions.txt @@ -416,3 +416,16 @@ fun:_ZN12_GLOBAL__N_118StatsCollectorTest22TestCertificateReportsERKN3rtc18FakeSSLCertificateERKSt6vectorISsSaISsEES4_S9_ fun:_ZN12_GLOBAL__N_156StatsCollectorTest_ChainedCertificateReportsCreated_Test8TestBodyEv } +{ + bug_5651 + Memcheck:Unaddressable + fun:silk_NLSF_encode + fun:silk_process_NLSFs + fun:silk_process_NLSFs_FLP + fun:silk_find_pred_coefs_FLP + fun:silk_encode_frame_FLP + fun:silk_Encode + fun:opus_encode_native + fun:opus_encode + fun:WebRtcOpus_Encode +}