From 8b8459e31b559d8289e629405a8ed20cc28a46f4 Mon Sep 17 00:00:00 2001 From: honghaiz Date: Thu, 29 Sep 2016 21:12:39 -0700 Subject: [PATCH] suppress memcheck test errors in the Opus decoder and encoder. BUG=webrtc:6444 TBR=kjellander@webrtc.org NOTRY=True Review-Url: https://codereview.webrtc.org/2374253006 Cr-Commit-Position: refs/heads/master@{#14444} --- .../valgrind-webrtc/memcheck/suppressions.txt | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/tools/valgrind-webrtc/memcheck/suppressions.txt b/tools/valgrind-webrtc/memcheck/suppressions.txt index 841a639f74..1124617dcd 100644 --- a/tools/valgrind-webrtc/memcheck/suppressions.txt +++ b/tools/valgrind-webrtc/memcheck/suppressions.txt @@ -458,17 +458,27 @@ ... } { - bug_6444 + bug_6444_encode Memcheck:Unaddressable fun:pitch_search fun:run_prefilter fun:celt_encode_with_ec fun:opus_encode_native + ... fun:opus_encode fun:WebRtcOpus_Encode - fun:_ZN6webrtc16AudioEncoderOpus10EncodeImplEjN3rtc9ArrayViewIKsEEPNS1_7BufferTIhEE - fun:_ZN6webrtc12AudioEncoder6EncodeEjN3rtc9ArrayViewIKsEEPNS1_7BufferTIhEE - fun:_ZN6webrtc16AudioDecoderTest11EncodeFrameEPKsmPN3rtc7BufferTIhEE - fun:_ZN6webrtc16AudioDecoderTest16EncodeDecodeTestEmidii - fun:_ZN6webrtc44AudioDecoderOpusStereoTest_EncodeDecode_Test8TestBodyEv + ... +} +{ + bug_6444_decode + Memcheck:Unaddressable + fun:pitch_search + fun:celt_decode_lost + fun:celt_decode_with_ec + fun:opus_decode_frame + ... + fun:opus_decode_native + fun:opus_decode + fun:WebRtcOpus_Decode* + ... }