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:
parent
7666db79fa
commit
61b262c427
@ -1095,7 +1095,7 @@ TEST_F(JsepPeerConnectionP2PTestClient, LocalP2PTestAnswerVideo) {
|
||||
|
||||
// This test sets up a Jsep call between two parties, and the callee only
|
||||
// accept to receive audio.
|
||||
TEST_F(JsepPeerConnectionP2PTestClient, LocalP2PTestAnswerAudio) {
|
||||
TEST_F(JsepPeerConnectionP2PTestClient, DISABLE_LocalP2PTestAnswerAudio) {
|
||||
ASSERT_TRUE(CreateTestClients());
|
||||
receiving_client()->SetReceiveAudioVideo(true, false);
|
||||
LocalP2PTest();
|
||||
|
@ -132,7 +132,7 @@ TEST_F(MacAsyncSocketTest, TestConnectWithDnsLookupIPv6) {
|
||||
SocketTest::TestConnectWithDnsLookupIPv6();
|
||||
}
|
||||
|
||||
TEST_F(MacAsyncSocketTest, TestConnectFailIPv4) {
|
||||
TEST_F(MacAsyncSocketTest, DISABLE_TestConnectFailIPv4) {
|
||||
SocketTest::TestConnectFailIPv4();
|
||||
}
|
||||
|
||||
|
@ -23,4 +23,5 @@ PeerConnectionInterfaceTest.DataChannelCloseWhenPeerConnectionClose
|
||||
PeerConnectionInterfaceTest.TestDataChannel
|
||||
PeerConnectionInterfaceTest.TestSendBinaryOnRtpDataChannel
|
||||
PeerConnectionInterfaceTest.TestSendOnlyDataChannel
|
||||
|
||||
WebRtcSessionTest.TestRtpDataChannelConstraintTakesPrecedence
|
||||
WebRtcSessionTest.TestSctpDataChannelWithDtls
|
||||
|
@ -473,6 +473,17 @@
|
||||
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
|
||||
ThreadSanitizer:Race
|
||||
|
Loading…
Reference in New Issue
Block a user