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

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

Issue 2056713002: Add suppressions for memcheck errors. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: address comment 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 Memcheck:Uninitialized 434 Memcheck:Uninitialized
435 fun:_ZN6webrtc11DataChannel4InitERKNS_23InternalDataChannelInitE 435 fun:_ZN6webrtc11DataChannel4InitERKNS_23InternalDataChannelInitE
436 ... 436 ...
437 } 437 }
438 { 438 {
439 bug_5984 439 bug_5984
440 Memcheck:Uninitialized 440 Memcheck:Uninitialized
441 fun:_ZN6webrtc15GainControlImpl19ProcessCaptureAudioEPNS_11AudioBufferEb 441 fun:_ZN6webrtc15GainControlImpl19ProcessCaptureAudioEPNS_11AudioBufferEb
442 ... 442 ...
443 } 443 }
444 {
445 bug_5986
446 Memcheck:Unaddressable
447 fun:silk_stereo_LR_to_MS
448 fun:silk_Encode
449 fun:opus_encode_native
450 ...
451 }
452 {
453 bug_5987
454 Memcheck:Leak
455 fun:_Znw*
456 fun:_ZN6webrtc51AudioEncoderCopyRedDeathTest_NullSpeechEncoder_Test8TestBodyE v
457 }
458 {
459 bug_5988
460 Memcheck:Leak
461 fun:_Znw*
462 fun:_ZNSt8_Rb_treeISsSt4pairIKSsSsESt10_Select1stIS2_EN3rtc5ilessESaIS2_EE15_ M_insert_equalIS2_EESt17_Rb_tree_iteratorIS2_EOT_
463 fun:_ZN3rtc8HttpData12changeHeaderERKSsS2_NS0_13HeaderCombineE
464 fun:_ZN3rtc16HttpResponseData9set_errorEj
465 fun:_ZN3rtc12_GLOBAL__N_117HttpServerMonitor9OnRequestEPNS_10HttpServerEPNS_2 1HttpServerTransactionE
466 fun:_ZN3rtc10HttpServer10Connection14onHttpCompleteENS_8HttpModeENS_9HttpErro rE
467 fun:_ZN3rtc8HttpBase10OnCompleteENS_9HttpErrorE
468 fun:_ZN3rtc8HttpBase17OnHttpStreamEventEPNS_15StreamInterfaceEii
469 fun:_ZN7testing12StreamSource11QueueStringEPKc
470 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb
471 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv
472 }
473 {
474 bug_5989
475 Memcheck:Unaddressable
476 ...
477 fun:_ZNK3rtc15CriticalSection5EnterEv
478 ...
479 }
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