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

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

Issue 2872373004: Opus tests: Remove suppression for webrtc:5651 (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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 fun:_ZN3rtc18FakeSSLCertificate7DupCertES0_ 425 fun:_ZN3rtc18FakeSSLCertificate7DupCertES0_
426 fun:_ZSt9transformIN9__gnu_cxx17__normal_iteratorIPKN3rtc18FakeSSLCertificate ESt6vectorIS3_SaIS3_EEEENS1_IPPNS2_14SSLCertificateES6_ISB_SaISB_EEEEPFPS3_S3_EE T0_T_SK_SJ_T1_ 426 fun:_ZSt9transformIN9__gnu_cxx17__normal_iteratorIPKN3rtc18FakeSSLCertificate ESt6vectorIS3_SaIS3_EEEENS1_IPPNS2_14SSLCertificateES6_ISB_SaISB_EEEEPFPS3_S3_EE T0_T_SK_SJ_T1_
427 fun:_ZNK3rtc18FakeSSLCertificate8GetChainEPPNS_12SSLCertChainE 427 fun:_ZNK3rtc18FakeSSLCertificate8GetChainEPPNS_12SSLCertChainE
428 fun:_ZN6webrtc14StatsCollector21AddCertificateReportsEPKN3rtc14SSLCertificate E 428 fun:_ZN6webrtc14StatsCollector21AddCertificateReportsEPKN3rtc14SSLCertificate E
429 fun:_ZN6webrtc14StatsCollector18ExtractSessionInfoEv 429 fun:_ZN6webrtc14StatsCollector18ExtractSessionInfoEv
430 fun:_ZN6webrtc14StatsCollector11UpdateStatsENS_23PeerConnectionInterface16Sta tsOutputLevelE 430 fun:_ZN6webrtc14StatsCollector11UpdateStatsENS_23PeerConnectionInterface16Sta tsOutputLevelE
431 fun:_ZN12_GLOBAL__N_118StatsCollectorTest22TestCertificateReportsERKN3rtc18Fa keSSLCertificateERKSt6vectorISsSaISsEES4_S9_ 431 fun:_ZN12_GLOBAL__N_118StatsCollectorTest22TestCertificateReportsERKN3rtc18Fa keSSLCertificateERKSt6vectorISsSaISsEES4_S9_
432 fun:_ZN12_GLOBAL__N_156StatsCollectorTest_ChainedCertificateReportsCreated_Te st8TestBodyEv 432 fun:_ZN12_GLOBAL__N_156StatsCollectorTest_ChainedCertificateReportsCreated_Te st8TestBodyEv
433 } 433 }
434 { 434 {
435 bug_5651
436 Memcheck:Unaddressable
437 fun:silk_NLSF_encode
438 fun:silk_process_NLSFs
439 fun:silk_process_NLSFs_FLP
440 fun:silk_find_pred_coefs_FLP
441 fun:silk_encode_frame_FLP
442 fun:silk_Encode
443 fun:opus_encode_native
444 fun:opus_encode
445 fun:WebRtcOpus_Encode
446 }
447 {
448 bug_5983 435 bug_5983
449 Memcheck:Uninitialized 436 Memcheck:Uninitialized
450 fun:_ZN6webrtc11DataChannel4InitERKNS_23InternalDataChannelInitE 437 fun:_ZN6webrtc11DataChannel4InitERKNS_23InternalDataChannelInitE
451 ... 438 ...
452 } 439 }
453 { 440 {
454 bug_5984 441 bug_5984
455 Memcheck:Uninitialized 442 Memcheck:Uninitialized
456 fun:_ZN6webrtc15GainControlImpl19ProcessCaptureAudioEPNS_11AudioBufferEb 443 fun:_ZN6webrtc15GainControlImpl19ProcessCaptureAudioEPNS_11AudioBufferEb
457 ... 444 ...
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 Memcheck:Uninitialized 509 Memcheck:Uninitialized
523 fun:vfprintf 510 fun:vfprintf
524 fun:vsnprintf 511 fun:vsnprintf
525 fun:snprintf 512 fun:snprintf
526 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo 513 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo
527 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo 514 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
528 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv 515 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv
529 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv 516 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv
530 ... 517 ...
531 } 518 }
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