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

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

Issue 2376103004: Suppress a memcheck error in Opus decoder (Closed)
Patch Set: Created 4 years, 2 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 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb 450 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb
451 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv 451 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv
452 } 452 }
453 { 453 {
454 bug_5989 454 bug_5989
455 Memcheck:Unaddressable 455 Memcheck:Unaddressable
456 ... 456 ...
457 fun:_ZNK3rtc15CriticalSection5EnterEv 457 fun:_ZNK3rtc15CriticalSection5EnterEv
458 ... 458 ...
459 } 459 }
460 {
461 bug_6444
462 Memcheck:Unaddressable
463 fun:pitch_search
464 fun:run_prefilter
465 fun:celt_encode_with_ec
466 fun:opus_encode_native
467 fun:opus_encode
468 fun:WebRtcOpus_Encode
469 fun:_ZN6webrtc16AudioEncoderOpus10EncodeImplEjN3rtc9ArrayViewIKsEEPNS1_7Buffe rTIhEE
470 fun:_ZN6webrtc12AudioEncoder6EncodeEjN3rtc9ArrayViewIKsEEPNS1_7BufferTIhEE
471 fun:_ZN6webrtc16AudioDecoderTest11EncodeFrameEPKsmPN3rtc7BufferTIhEE
472 fun:_ZN6webrtc16AudioDecoderTest16EncodeDecodeTestEmidii
473 fun:_ZN6webrtc44AudioDecoderOpusStereoTest_EncodeDecode_Test8TestBodyEv
474 }
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