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

Side by Side Diff: tools/valgrind-webrtc/memcheck/suppressions.txt

Issue 2278183002: Suppress memcheck errors on linux bot. (Closed)
Patch Set: Fixed the fix Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used in addition to the one already maintained in Chrome. 1 # This file is used in addition to the one already maintained in Chrome.
2 # It acts as a place holder for future additions for WebRTC. 2 # It acts as a place holder for future additions for WebRTC.
3 # It must exist for the Python wrapper script to work properly. 3 # It must exist for the Python wrapper script to work properly.
4 4
5 # There are three kinds of suppressions in this file. 5 # There are three kinds of suppressions in this file.
6 # 1. third_party libraries 6 # 1. third_party libraries
7 # 2. webrtc stuff 7 # 2. webrtc stuff
8 # 3. libjingle stuff (talk folder) 8 # 3. libjingle stuff (talk folder)
9 #----------------------------------------------------------------------- 9 #-----------------------------------------------------------------------
10 10
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 fun:WebRtcNetEQ_RecOut 256 fun:WebRtcNetEQ_RecOut
257 ... 257 ...
258 } 258 }
259 259
260 { 260 {
261 bug_270_2 261 bug_270_2
262 Memcheck:Uninitialized 262 Memcheck:Uninitialized
263 fun:WebRtcNetEQ_GetSpeechOutputType 263 fun:WebRtcNetEQ_GetSpeechOutputType
264 ... 264 ...
265 } 265 }
266 {
267 vfprintf
268 Memcheck:Uninitialized
269 fun:vfprintf
270 fun:vsnprintf
271 fun:snprintf
272 ...
273 fun:_ZNK7testing8internal18FunctionMockerBaseIFbRKN6webrtc4rtcp17TransportFee dbackEEE32UntypedDescribeUninterestingCallEPKvPSo
274 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
275 fun:_ZN6webrtc11MockRtpRtcp18SendFeedbackPacketERKNS_4rtcp17TransportFeedback E
276 fun:_ZN6webrtc12PacketRouter12SendFeedbackEPNS_4rtcp17TransportFeedbackE
277 fun:_ZN6webrtc34PacketRouterTest_SendFeedback_Test8TestBodyEv
278 }
279
266 280
267 #----------------------------------------------------------------------- 281 #-----------------------------------------------------------------------
268 # libjingle stuff (talk folder) 282 # libjingle stuff (talk folder)
269 { 283 {
270 bug_2056_1 284 bug_2056_1
271 Memcheck:Leak 285 Memcheck:Leak
272 fun:malloc 286 fun:malloc
273 fun:_dl_close_worker 287 fun:_dl_close_worker
274 fun:_dl_close 288 fun:_dl_close
275 fun:_dl_catch_error 289 fun:_dl_catch_error
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb 450 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb
437 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv 451 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv
438 } 452 }
439 { 453 {
440 bug_5989 454 bug_5989
441 Memcheck:Unaddressable 455 Memcheck:Unaddressable
442 ... 456 ...
443 fun:_ZNK3rtc15CriticalSection5EnterEv 457 fun:_ZNK3rtc15CriticalSection5EnterEv
444 ... 458 ...
445 } 459 }
OLDNEW
« 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