Disable AudioEncoderCopyRedDeathTest.NullSpeechEncoder
Fails linux memcheck. BUG=4108 TBR=turaj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/29279004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7920 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -308,7 +308,9 @@ TEST_F(AudioEncoderCopyRedDeathTest, WrongFrameSize) {
|
|||||||
EXPECT_DEATH(Encode(), "");
|
EXPECT_DEATH(Encode(), "");
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST_F(AudioEncoderCopyRedDeathTest, NullSpeechEncoder) {
|
// Test fails memcheck.
|
||||||
|
// https://code.google.com/p/webrtc/issues/detail?id=4108
|
||||||
|
TEST_F(AudioEncoderCopyRedDeathTest, DISABLED_NullSpeechEncoder) {
|
||||||
AudioEncoderCopyRed* red;
|
AudioEncoderCopyRed* red;
|
||||||
AudioEncoderCopyRed::Config config;
|
AudioEncoderCopyRed::Config config;
|
||||||
config.speech_encoder = NULL;
|
config.speech_encoder = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user