Disable tests according to issues: 1205,2272,2288,2290,2291

BUG=1205,2272,2288,2290,2291
R=wu@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2069005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4596 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org 2013-08-22 20:27:49 +00:00
parent 7666db79fa
commit 61b262c427
4 changed files with 15 additions and 3 deletions

View File

@ -1095,7 +1095,7 @@ TEST_F(JsepPeerConnectionP2PTestClient, LocalP2PTestAnswerVideo) {
// This test sets up a Jsep call between two parties, and the callee only // This test sets up a Jsep call between two parties, and the callee only
// accept to receive audio. // accept to receive audio.
TEST_F(JsepPeerConnectionP2PTestClient, LocalP2PTestAnswerAudio) { TEST_F(JsepPeerConnectionP2PTestClient, DISABLE_LocalP2PTestAnswerAudio) {
ASSERT_TRUE(CreateTestClients()); ASSERT_TRUE(CreateTestClients());
receiving_client()->SetReceiveAudioVideo(true, false); receiving_client()->SetReceiveAudioVideo(true, false);
LocalP2PTest(); LocalP2PTest();

View File

@ -132,7 +132,7 @@ TEST_F(MacAsyncSocketTest, TestConnectWithDnsLookupIPv6) {
SocketTest::TestConnectWithDnsLookupIPv6(); SocketTest::TestConnectWithDnsLookupIPv6();
} }
TEST_F(MacAsyncSocketTest, TestConnectFailIPv4) { TEST_F(MacAsyncSocketTest, DISABLE_TestConnectFailIPv4) {
SocketTest::TestConnectFailIPv4(); SocketTest::TestConnectFailIPv4();
} }

View File

@ -23,4 +23,5 @@ PeerConnectionInterfaceTest.DataChannelCloseWhenPeerConnectionClose
PeerConnectionInterfaceTest.TestDataChannel PeerConnectionInterfaceTest.TestDataChannel
PeerConnectionInterfaceTest.TestSendBinaryOnRtpDataChannel PeerConnectionInterfaceTest.TestSendBinaryOnRtpDataChannel
PeerConnectionInterfaceTest.TestSendOnlyDataChannel PeerConnectionInterfaceTest.TestSendOnlyDataChannel
WebRtcSessionTest.TestRtpDataChannelConstraintTakesPrecedence
WebRtcSessionTest.TestSctpDataChannelWithDtls

View File

@ -473,6 +473,17 @@
fun:webrtc::VoEBaseImpl::StopSend fun:webrtc::VoEBaseImpl::StopSend
... ...
} }
{
bug_1205_47
ThreadSanitizer:Race
fun:cricket::WebRtcDecoderObserver::IncomingRate
fun:webrtc::ViEChannel::OnReceiveStatisticsUpdate
fun:webrtc::VideoCodingModuleImpl::Process
fun:webrtc::ProcessThreadImpl::Process
fun:webrtc::ProcessThreadImpl::Run
fun:webrtc::ThreadPosix::Run
fun:StartThread
}
{ {
bug_2078_1 bug_2078_1
ThreadSanitizer:Race ThreadSanitizer:Race