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

Side by Side Diff: tools_webrtc/valgrind/memcheck/suppressions.txt

Issue 2864213004: Rename tools-webrtc -> tools_webrtc (Closed)
Patch Set: REmove symlink Created 3 years, 7 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
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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 Memcheck:Uninitialized 522 Memcheck:Uninitialized
523 fun:vfprintf 523 fun:vfprintf
524 fun:vsnprintf 524 fun:vsnprintf
525 fun:snprintf 525 fun:snprintf
526 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo 526 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo
527 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo 527 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
528 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv 528 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
529 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv 529 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv
530 ... 530 ...
531 } 531 }
OLDNEW
« no previous file with comments | « tools_webrtc/valgrind/memcheck/PRESUBMIT.py ('k') | tools_webrtc/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698