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

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

Issue 2789843002: Delete VieRemb class, move functionality to PacketRouter. (Closed)
Patch Set: Delete obsolete suppression for PacketRouterTest.SendTransportFeedback. Created 3 years, 8 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 | webrtc/call/call.cc » ('j') | 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 fun:WebRtcNetEQ_RecOut 304 fun:WebRtcNetEQ_RecOut
305 ... 305 ...
306 } 306 }
307 307
308 { 308 {
309 bug_270_2 309 bug_270_2
310 Memcheck:Uninitialized 310 Memcheck:Uninitialized
311 fun:WebRtcNetEQ_GetSpeechOutputType 311 fun:WebRtcNetEQ_GetSpeechOutputType
312 ... 312 ...
313 } 313 }
314 {
315 vfprintf
316 Memcheck:Uninitialized
317 fun:vfprintf
318 fun:vsnprintf
319 fun:snprintf
320 ...
321 fun:_ZNK7testing8internal18FunctionMockerBaseIFbRKN6webrtc4rtcp17TransportFee dbackEEE32UntypedDescribeUninterestingCallEPKvPSo
322 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
323 fun:_ZN6webrtc11MockRtpRtcp18SendFeedbackPacketERKNS_4rtcp17TransportFeedback E
324 fun:_ZN6webrtc12PacketRouter12SendFeedbackEPNS_4rtcp17TransportFeedbackE
325 fun:_ZN6webrtc34PacketRouterTest_SendFeedback_Test8TestBodyEv
326 }
327 314
328 315
329 #----------------------------------------------------------------------- 316 #-----------------------------------------------------------------------
330 # libjingle stuff (talk folder) 317 # libjingle stuff (talk folder)
331 { 318 {
332 bug_2056_1 319 bug_2056_1
333 Memcheck:Leak 320 Memcheck:Leak
334 fun:malloc 321 fun:malloc
335 fun:_dl_close_worker 322 fun:_dl_close_worker
336 fun:_dl_close 323 fun:_dl_close
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 bug_687087 521 bug_687087
535 Memcheck:Uninitialized 522 Memcheck:Uninitialized
536 fun:vfprintf 523 fun:vfprintf
537 fun:vsnprintf 524 fun:vsnprintf
538 fun:snprintf 525 fun:snprintf
539 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo 526 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo
540 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo 527 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
541 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv 528 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
542 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv 529 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv
543 ... 530 ...
544 } 531 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/call/call.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698