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

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

Issue 2532923002: Add memcheck suppressions. (Closed)
Patch Set: Created 4 years 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 14 matching lines...) Expand all
25 fun:vfprintf 25 fun:vfprintf
26 fun:vsnprintf 26 fun:vsnprintf
27 fun:snprintf 27 fun:snprintf
28 ... 28 ...
29 } 29 }
30 30
31 #----------------------------------------------------------------------- 31 #-----------------------------------------------------------------------
32 # webrtc stuff 32 # webrtc stuff
33 33
34 { 34 {
35 bug_6784
36 Memcheck:Leak
37 fun:_Znw*
38 fun:_ZN3rtc10HttpServer16HandleConnectionEPNS_15StreamInterfaceE
39 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb
40 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv
41 }
42 {
35 bug_6773_3 43 bug_6773_3
36 Memcheck:Uninitialized 44 Memcheck:Uninitialized
37 fun:vfprintf 45 fun:vfprintf
38 fun:vsnprintf 46 fun:vsnprintf
39 fun:snprintf 47 fun:snprintf
40 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo 48 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo
41 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo 49 fun:_ZN7testing9internal220PrintBytesInObjectToEPKhmPSo
42 fun:_ZN7testing8internal14DefaultPrintToISt6vectorIN6webrtc4rtcp3Fir7RequestE SaIS6_EEEEviNS0_13bool_constantILb0EEERKT_PSo 50 fun:_ZN7testing8internal14DefaultPrintToISt6vectorIN6webrtc4rtcp3Fir7RequestE SaIS6_EEEEviNS0_13bool_constantILb0EEERKT_PSo
43 fun:_ZN7testing8internal20MatchPrintAndExplainIKSt6vectorIN6webrtc4rtcp3Fir7R equestESaIS6_EERS9_EEbRT_RKNS_7MatcherIT0_EEPNS_19MatchResultListenerE 51 fun:_ZN7testing8internal20MatchPrintAndExplainIKSt6vectorIN6webrtc4rtcp3Fir7R equestESaIS6_EERS9_EEbRT_RKNS_7MatcherIT0_EEPNS_19MatchResultListenerE
44 fun:_ZNK7testing8internal29PredicateFormatterFromMatcherINS0_18ElementsAreMat cherISt5tupleIJNS0_13BothOfMatcherINS_18PolymorphicMatcherINS0_12FieldMatcherIN6 webrtc4rtcp3Fir7RequestEjEEEENS5_INS6_ISA_hEEEEEESF_EEEEEclISt6vectorISA_SaISA_E EEENS_15AssertionResultEPKcRKT_ 52 fun:_ZNK7testing8internal29PredicateFormatterFromMatcherINS0_18ElementsAreMat cherISt5tupleIJNS0_13BothOfMatcherINS_18PolymorphicMatcherINS0_12FieldMatcherIN6 webrtc4rtcp3Fir7RequestEjEEEENS5_INS6_ISA_hEEEEEESF_EEEEEclISt6vectorISA_SaISA_E EEENS_15AssertionResultEPKcRKT_
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 fun:pitch_search 523 fun:pitch_search
516 fun:celt_decode_lost 524 fun:celt_decode_lost
517 fun:celt_decode_with_ec 525 fun:celt_decode_with_ec
518 fun:opus_decode_frame 526 fun:opus_decode_frame
519 ... 527 ...
520 fun:opus_decode_native 528 fun:opus_decode_native
521 fun:opus_decode 529 fun:opus_decode
522 fun:WebRtcOpus_Decode* 530 fun:WebRtcOpus_Decode*
523 ... 531 ...
524 } 532 }
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