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:
parent
5860de02aa
commit
ab800f64bc
@ -1,4 +1,6 @@
|
||||
# TODO(wu): Reenable P2PTransportChannelTest after issue 2158 is resolved.
|
||||
P2PTransportChannelTest.*
|
||||
P2PTransportChannelSameNatTest.TestConesBehindSameCone
|
||||
PortTest.TestSendStunMessageAsIce
|
||||
PseudoTcpTest.TestSendBothUseLargeWindowScale
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
# TODO(wu): Reenable P2PTransportChannelTest after issue 2158 is resolved.
|
||||
P2PTransportChannelTest.*
|
||||
PortTest.TestSendStunMessageAsIce
|
||||
VoiceChannelTest.TestKeyboardMute
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
# Fails when run under memcheck
|
||||
# https://code.google.com/p/webrtc/issues/detail?id=1976
|
||||
PhysicalSocketTest.TestUdpReadyToSendIPv4
|
||||
ThreadTest.Release
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
# Tests that are failing when run under TSan.
|
||||
CpuMonitorTest.TestCpuMonitor
|
||||
PhysicalSocketTest.TestUdpReadyToSendIPv4
|
||||
ThreadTest.Release
|
||||
|
Loading…
x
Reference in New Issue
Block a user