From 2c1bec3fcc5f6ab723bc71699001bc16d31468bf Mon Sep 17 00:00:00 2001 From: asapersson Date: Thu, 9 Jun 2016 08:08:09 -0700 Subject: [PATCH] Add suppressions for memcheck errors. BUG=webrtc:5986,webrtc:5987,webrtc:5988, webrtc:5989 NOTRY=True Review-Url: https://codereview.webrtc.org/2056713002 Cr-Commit-Position: refs/heads/master@{#13091} --- .../valgrind-webrtc/memcheck/suppressions.txt | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/tools/valgrind-webrtc/memcheck/suppressions.txt b/tools/valgrind-webrtc/memcheck/suppressions.txt index cea759b52a..c3130244cf 100644 --- a/tools/valgrind-webrtc/memcheck/suppressions.txt +++ b/tools/valgrind-webrtc/memcheck/suppressions.txt @@ -441,3 +441,39 @@ fun:_ZN6webrtc15GainControlImpl19ProcessCaptureAudioEPNS_11AudioBufferEb ... } +{ + bug_5986 + Memcheck:Unaddressable + fun:silk_stereo_LR_to_MS + fun:silk_Encode + fun:opus_encode_native + ... +} +{ + bug_5987 + Memcheck:Leak + fun:_Znw* + fun:_ZN6webrtc51AudioEncoderCopyRedDeathTest_NullSpeechEncoder_Test8TestBodyEv +} +{ + bug_5988 + Memcheck:Leak + fun:_Znw* + fun:_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_EN3rtc5ilessESaIS2_EE15_M_insert_equalIS2_EESt17_Rb_tree_iteratorIS2_EOT_ + fun:_ZN3rtc8HttpData12changeHeaderERKSsS2_NS0_13HeaderCombineE + fun:_ZN3rtc16HttpResponseData9set_errorEj + fun:_ZN3rtc12_GLOBAL__N_117HttpServerMonitor9OnRequestEPNS_10HttpServerEPNS_21HttpServerTransactionE + fun:_ZN3rtc10HttpServer10Connection14onHttpCompleteENS_8HttpModeENS_9HttpErrorE + fun:_ZN3rtc8HttpBase10OnCompleteENS_9HttpErrorE + fun:_ZN3rtc8HttpBase17OnHttpStreamEventEPNS_15StreamInterfaceEii + fun:_ZN7testing12StreamSource11QueueStringEPKc + fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17HttpServerMonitorEb + fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv +} +{ + bug_5989 + Memcheck:Unaddressable + ... + fun:_ZNK3rtc15CriticalSection5EnterEv + ... +}