(Auto)update libjingle 74132319-> 74133664

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6983 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
buildbot@webrtc.org 2014-08-26 15:50:23 +00:00
parent 4470d78c9b
commit 3533bfcb94

View File

@ -2380,9 +2380,6 @@ TEST_F(WebRtcVideoMediaChannelTest, SetRecvCodecsUnsupportedCodec) {
EXPECT_FALSE(channel_->SetRecvCodecs(codecs));
}
// Disable for TSan v2, see
// https://code.google.com/p/webrtc/issues/detail?id=3671 for details.
#if !defined(THREAD_SANITIZER)
TEST_F(WebRtcVideoMediaChannelTest, GetRtpSendTimeExtension) {
// Enable RTP timestamp extension.
const int id = 12;
@ -2394,7 +2391,6 @@ TEST_F(WebRtcVideoMediaChannelTest, GetRtpSendTimeExtension) {
EXPECT_TRUE(channel_->SetSendRtpHeaderExtensions(extensions));
EXPECT_EQ(id, channel_->GetRtpSendTimeExtnId());
}
#endif // if !defined(THREAD_SANITIZER)
TEST_F(WebRtcVideoMediaChannelTest, SetSend) {
Base::SetSend();