Added last (?) suppressions for known issues.
BUG=1152 Review URL: https://webrtc-codereview.appspot.com/933027 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3180 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -292,15 +292,7 @@
|
||||
{
|
||||
bug_332_9
|
||||
Memcheck:Uninitialized
|
||||
fun:linear_to_ulaw
|
||||
fun:WebRtcG711_EncodeU
|
||||
fun:_ZN6webrtc7ACMPCMU14InternalEncodeEPhPs
|
||||
fun:_ZN6webrtc15ACMGenericCodec10EncodeSafeEPhPsPjPNS_21WebRtcACMEncodingTypeE
|
||||
fun:_ZN6webrtc15ACMGenericCodec6EncodeEPhPsPjPNS_21WebRtcACMEncodingTypeE
|
||||
fun:_ZN6webrtc21AudioCodingModuleImpl7ProcessEv
|
||||
fun:_ZN6webrtc3voe7Channel13EncodeAndSendEv
|
||||
fun:_ZN6webrtc3voe13TransmitMixer13EncodeAndSendEv
|
||||
fun:_ZN6webrtc11VoEBaseImpl23RecordedDataIsAvailableEPKvjhhjjijRj
|
||||
...
|
||||
fun:_ZN6webrtc17AudioDeviceBuffer19DeliverRecordedDataEv
|
||||
fun:_ZN6webrtc21AudioDeviceLinuxPulse19ProcessRecordedDataEPajj
|
||||
fun:_ZN6webrtc21AudioDeviceLinuxPulse16ReadRecordedDataEPKvm
|
||||
@@ -347,4 +339,15 @@
|
||||
...
|
||||
}
|
||||
|
||||
|
||||
{
|
||||
ignore_leak_when_alsa_hits_error
|
||||
Memcheck:Leak
|
||||
...
|
||||
fun:snd_device_name_hint
|
||||
fun:_ZNK6webrtc20AudioDeviceLinuxALSA14GetDevicesInfoEibiPci
|
||||
fun:_ZN6webrtc20AudioDeviceLinuxALSA16SetPlayoutDeviceEt
|
||||
fun:_ZN6webrtc21AudioDeviceModuleImpl16SetPlayoutDeviceEt
|
||||
fun:_ZN6webrtc11VoEBaseImpl4InitEPNS_17AudioDeviceModuleE
|
||||
fun:_ZN11ViEAutoTest19ViEFileStandardTestEv
|
||||
fun:_ZN12_GLOBAL__N_157ViEStandardIntegrationTest_RunsFileTestWithoutErrors_Test8TestBodyEv
|
||||
}
|
||||
|
@@ -73,7 +73,7 @@ TEST_F(EncryptionTest, ManualBasicCorrectExternalEncryptionHasNoEffectOnVoice) {
|
||||
|
||||
voe_encrypt_->RegisterExternalEncryption(channel_, basic_encryption);
|
||||
|
||||
TEST_LOG("Registered external encryption, should still hear good audio.");
|
||||
TEST_LOG("Registered external encryption, should still hear good audio.\n");
|
||||
Sleep(3000);
|
||||
|
||||
voe_encrypt_->DeRegisterExternalEncryption(channel_);
|
||||
|
Reference in New Issue
Block a user