| 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 { | 263 { |
| 264 ignore_common_benevolent_trace_library_errors | 264 ignore_common_benevolent_trace_library_errors |
| 265 Memcheck:Uninitialized | 265 Memcheck:Uninitialized |
| 266 ... | 266 ... |
| 267 fun:vsnprintf | 267 fun:vsnprintf |
| 268 fun:_ZN6webrtc5Trace3AddENS_10TraceLevelENS_11TraceModuleEiPKcz | 268 fun:_ZN6webrtc5Trace3AddENS_10TraceLevelENS_11TraceModuleEiPKcz |
| 269 ... | 269 ... |
| 270 } | 270 } |
| 271 | 271 |
| 272 { | 272 { |
| 273 ignore_leak_when_alsa_hits_error | |
| 274 Memcheck:Leak | |
| 275 ... | |
| 276 fun:snd_device_name_hint | |
| 277 fun:_ZNK6webrtc20AudioDeviceLinuxALSA14GetDevicesInfoEibiPci | |
| 278 fun:_ZN6webrtc20AudioDeviceLinuxALSA16SetPlayoutDeviceEt | |
| 279 fun:_ZN6webrtc21AudioDeviceModuleImpl16SetPlayoutDeviceEt | |
| 280 fun:_ZN6webrtc11VoEBaseImpl4InitEPNS_17AudioDeviceModuleE | |
| 281 fun:_ZN11ViEAutoTest19ViEFileStandardTestEv | |
| 282 fun:_ZN12_GLOBAL__N_157ViEStandardIntegrationTest_RunsFileTestWithoutErrors_T
est8TestBodyEv | |
| 283 } | |
| 284 | |
| 285 { | |
| 286 bug_270_1 | 273 bug_270_1 |
| 287 Memcheck:Uninitialized | 274 Memcheck:Uninitialized |
| 288 ... | 275 ... |
| 289 fun:WebRtcNetEQ_RecOutInternal | 276 fun:WebRtcNetEQ_RecOutInternal |
| 290 fun:WebRtcNetEQ_RecOut | 277 fun:WebRtcNetEQ_RecOut |
| 291 ... | 278 ... |
| 292 } | 279 } |
| 293 | 280 |
| 294 { | 281 { |
| 295 bug_270_2 | 282 bug_270_2 |
| (...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 470 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt
pServerMonitorEb | 457 fun:_ZN3rtc12_GLOBAL__N_122CreateClientConnectionERNS_10HttpServerERNS0_17Htt
pServerMonitorEb |
| 471 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv | 458 fun:_ZN3rtc47HttpServer_SignalsCloseAfterForcedCloseAll_Test8TestBodyEv |
| 472 } | 459 } |
| 473 { | 460 { |
| 474 bug_5989 | 461 bug_5989 |
| 475 Memcheck:Unaddressable | 462 Memcheck:Unaddressable |
| 476 ... | 463 ... |
| 477 fun:_ZNK3rtc15CriticalSection5EnterEv | 464 fun:_ZNK3rtc15CriticalSection5EnterEv |
| 478 ... | 465 ... |
| 479 } | 466 } |
| OLD | NEW |