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

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

Issue 2875803003: Opus tests: Remove suppressions for webrtc:6444 (Closed)
Patch Set: 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
« 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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv 486 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv
487 } 487 }
488 { 488 {
489 bug_5989 489 bug_5989
490 Memcheck:Unaddressable 490 Memcheck:Unaddressable
491 ... 491 ...
492 fun:_ZNK3rtc15CriticalSection5EnterEv 492 fun:_ZNK3rtc15CriticalSection5EnterEv
493 ... 493 ...
494 } 494 }
495 { 495 {
496 bug_6444_encode
497 Memcheck:Unaddressable
498 fun:pitch_search
499 fun:run_prefilter
500 fun:celt_encode_with_ec
501 fun:opus_encode_native
502 ...
503 fun:opus_encode
504 fun:WebRtcOpus_Encode
505 ...
506 }
507 {
508 bug_6444_decode
509 Memcheck:Unaddressable
510 fun:pitch_search
511 fun:celt_decode_lost
512 fun:celt_decode_with_ec
513 fun:opus_decode_frame
514 ...
515 fun:opus_decode_native
516 fun:opus_decode
517 fun:WebRtcOpus_Decode*
518 ...
519 }
520 {
521 bug_687087 496 bug_687087
522 Memcheck:Uninitialized 497 Memcheck:Uninitialized
523 fun:vfprintf 498 fun:vfprintf
524 fun:vsnprintf 499 fun:vsnprintf
525 fun:snprintf 500 fun:snprintf
526 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo 501 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo
527 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo 502 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
528 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv 503 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
529 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv 504 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv
530 ... 505 ...
531 } 506 }
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