Disable flaky libjingle tests under tsan and memcheck.

BUG=2380, 2379
TBR=wu@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4752 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org 2013-09-16 15:22:32 +00:00
parent 5860de02aa
commit ab800f64bc
5 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# TODO(wu): Reenable P2PTransportChannelTest after issue 2158 is resolved.
P2PTransportChannelTest.*
P2PTransportChannelSameNatTest.TestConesBehindSameCone
PortTest.TestSendStunMessageAsIce
PseudoTcpTest.TestSendBothUseLargeWindowScale

View File

@ -1,3 +1,4 @@
# TODO(wu): Reenable P2PTransportChannelTest after issue 2158 is resolved.
P2PTransportChannelTest.*
PortTest.TestSendStunMessageAsIce
VoiceChannelTest.TestKeyboardMute

View File

@ -1,4 +1,5 @@
# Tests that are failing when run under TSan.
DtmfSenderTest.InsertDtmf
JsepPeerConnectionP2PTestClient.AddDataChannelAfterRenegotiation
JsepPeerConnectionP2PTestClient.GetAudioInputLevelStats
JsepPeerConnectionP2PTestClient.GetAudioOutputLevelStats
@ -20,6 +21,7 @@ JsepPeerConnectionP2PTestClient.LocalP2PTestWithVideoDecoderFactory
JsepPeerConnectionP2PTestClient.RegisterDataChannelObserver
JsepPeerConnectionP2PTestClient.UpdateOfferWithRejectedContent
PeerConnectionInterfaceTest.DataChannelCloseWhenPeerConnectionClose
PeerConnectionInterfaceTest.ReceiveFireFoxOffer
PeerConnectionInterfaceTest.TestDataChannel
PeerConnectionInterfaceTest.TestSendBinaryOnRtpDataChannel
PeerConnectionInterfaceTest.TestSendOnlyDataChannel

View File

@ -1,4 +1,5 @@
# Fails when run under memcheck
# https://code.google.com/p/webrtc/issues/detail?id=1976
PhysicalSocketTest.TestUdpReadyToSendIPv4
ThreadTest.Release

View File

@ -1,3 +1,4 @@
# Tests that are failing when run under TSan.
CpuMonitorTest.TestCpuMonitor
PhysicalSocketTest.TestUdpReadyToSendIPv4
ThreadTest.Release