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

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

Issue 2054683002: Add suppressions for memcheck errors. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 6 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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 fun:silk_NLSF_encode 413 fun:silk_NLSF_encode
414 fun:silk_process_NLSFs 414 fun:silk_process_NLSFs
415 fun:silk_process_NLSFs_FLP 415 fun:silk_process_NLSFs_FLP
416 fun:silk_find_pred_coefs_FLP 416 fun:silk_find_pred_coefs_FLP
417 fun:silk_encode_frame_FLP 417 fun:silk_encode_frame_FLP
418 fun:silk_Encode 418 fun:silk_Encode
419 fun:opus_encode_native 419 fun:opus_encode_native
420 fun:opus_encode 420 fun:opus_encode
421 fun:WebRtcOpus_Encode 421 fun:WebRtcOpus_Encode
422 } 422 }
423 {
424 bug_5983
425 Memcheck:Uninitialized
426 fun:_ZN6webrtc11DataChannel4InitERKNS_23InternalDataChannelInitE
427 ...
428 }
429 {
430 bug_5984
431 Memcheck:Uninitialized
432 fun:_ZN6webrtc15GainControlImpl19ProcessCaptureAudioEPNS_11AudioBufferEb
433 ...
434 }
435 {
436 Ubuntu_Precise_Itoa_Optimized_Code
kjellander_webrtc 2016/06/09 07:12:14 Move this one to the section # third_party librari
åsapersson 2016/06/09 07:19:53 Done.
437 Memcheck:Uninitialized
438 fun:_itoa_word
439 fun:vfprintf
440 fun:vsnprintf
441 fun:snprintf
442 ...
443 }
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