OLD | NEW |
---|---|
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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
256 fun:WebRtcNetEQ_RecOut | 256 fun:WebRtcNetEQ_RecOut |
257 ... | 257 ... |
258 } | 258 } |
259 | 259 |
260 { | 260 { |
261 bug_270_2 | 261 bug_270_2 |
262 Memcheck:Uninitialized | 262 Memcheck:Uninitialized |
263 fun:WebRtcNetEQ_GetSpeechOutputType | 263 fun:WebRtcNetEQ_GetSpeechOutputType |
264 ... | 264 ... |
265 } | 265 } |
266 { | |
267 vfprintf | |
kjellander_webrtc
2016/08/26 08:04:08
Yes, this suppression matches the two listed in ht
| |
268 Memcheck:Uninitialized | |
269 ... | |
kjellander_webrtc
2016/08/26 08:09:01
Actually, add
fun:vfprintf
fun:vsnprintf
| |
270 fun:_ZNK7testing8internal18FunctionMockerBaseIFbRKN6webrtc4rtcp17TransportFee dbackEEE32UntypedDescribeUninterestingCallEPKvPSo | |
271 fun:_ZN7testing8internal25UntypedFunctionMockerBase17UntypedInvokeWithEPKv | |
272 fun:_ZN6webrtc11MockRtpRtcp18SendFeedbackPacketERKNS_4rtcp17TransportFeedback E | |
273 fun:_ZN6webrtc12PacketRouter12SendFeedbackEPNS_4rtcp17TransportFeedbackE | |
274 fun:_ZN6webrtc34PacketRouterTest_SendFeedback_Test8TestBodyEv | |
275 } | |
276 | |
266 | 277 |
267 #----------------------------------------------------------------------- | 278 #----------------------------------------------------------------------- |
268 # libjingle stuff (talk folder) | 279 # libjingle stuff (talk folder) |
269 { | 280 { |
270 bug_2056_1 | 281 bug_2056_1 |
271 Memcheck:Leak | 282 Memcheck:Leak |
272 fun:malloc | 283 fun:malloc |
273 fun:_dl_close_worker | 284 fun:_dl_close_worker |
274 fun:_dl_close | 285 fun:_dl_close |
275 fun:_dl_catch_error | 286 fun:_dl_catch_error |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
436 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb | 447 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt pServerMonitorEb |
437 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv | 448 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv |
438 } | 449 } |
439 { | 450 { |
440 bug_5989 | 451 bug_5989 |
441 Memcheck:Unaddressable | 452 Memcheck:Unaddressable |
442 ... | 453 ... |
443 fun:_ZNK3rtc15CriticalSection5EnterEv | 454 fun:_ZNK3rtc15CriticalSection5EnterEv |
444 ... | 455 ... |
445 } | 456 } |
OLD | NEW |