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

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

Issue 2991643002: Creating a more generic memcheck suppression (Closed)
Patch Set: Created 3 years, 4 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 47
48 { 48 {
49 bug_6784 49 bug_6784
50 Memcheck:Leak 50 Memcheck:Leak
51 fun:_Znw* 51 fun:_Znw*
52 fun:_ZN3rtc10HttpServer16HandleConnectionEPNS_15StreamInterfaceE 52 fun:_ZN3rtc10HttpServer16HandleConnectionEPNS_15StreamInterfaceE
53 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb 53 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb
54 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv 54 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv
55 } 55 }
56 { 56 {
57 bug_6773_3 57 bug_6773
58 Memcheck:Uninitialized 58 Memcheck:Uninitialized
59 fun:vfprintf 59 fun:vfprintf
60 fun:vsnprintf 60 fun:vsnprintf
61 fun:snprintf 61 fun:snprintf
62 ... 62 ...
63 fun:_ZN6webrtc36RtcpPacketFirTest_TwoFciEntries_Test8TestBodyEv
64 }
65 {
66 bug_6773_2
67 Memcheck:Uninitialized
68 fun:vfprintf
69 fun:vsnprintf
70 fun:snprintf
71 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo
72 ...
73 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv
74 fun:_ZN6webrtc12PacketRouter16TimeToSendPacketEjtlbi
75 fun:_ZN6webrtc38PacketRouterTest_TimeToSendPacket_Test8TestBodyEv
76 }
77 {
78 bug_6773_1
79 Memcheck:Uninitialized
80 fun:vfprintf
81 fun:vsnprintf
82 fun:snprintf
83 fun:_ZN7testing12_GLOBAL__N_126PrintByteSegmentInObjectToEPKhmmPSo
84 ...
85 fun:_ZN6webrtc28RtcpPacketFirTest_Parse_Test8TestBodyEv
86 } 63 }
87 { 64 {
88 bug_3446 65 bug_3446
89 Memcheck:Uninitialized 66 Memcheck:Uninitialized
90 fun:vp8cx_pick_filter_level_fast 67 fun:vp8cx_pick_filter_level_fast
91 fun:vp8_loopfilter_frame 68 fun:vp8_loopfilter_frame
92 fun:encode_frame_to_data_rate 69 fun:encode_frame_to_data_rate
93 fun:vp8_get_compressed_data 70 fun:vp8_get_compressed_data
94 fun:vp8e_encode 71 fun:vp8e_encode
95 fun:vpx_codec_encode 72 fun:vpx_codec_encode
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 { 459 {
483 bug_687087 460 bug_687087
484 Memcheck:Uninitialized 461 Memcheck:Uninitialized
485 fun:vfprintf 462 fun:vfprintf
486 fun:vsnprintf 463 fun:vsnprintf
487 fun:snprintf 464 fun:snprintf
488 ... 465 ...
489 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv 466 fun:_ZNK6webrtc11MockRtpRtcp11FlexfecSsrcEv
490 ... 467 ...
491 } 468 }
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