Removing the tsan text exclusion since the tests should be passing now.

BUG=2299, 2290, 2291
R=wu@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4799 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
jiayl@webrtc.org 2013-09-20 00:51:53 +00:00
parent d29ab4e17c
commit dd57cd6ed5
2 changed files with 0 additions and 3 deletions

View File

@ -25,4 +25,3 @@ PeerConnectionInterfaceTest.DataChannelCloseWhenPeerConnectionClose
PeerConnectionInterfaceTest.TestDataChannel
PeerConnectionInterfaceTest.TestSendBinaryOnRtpDataChannel
PeerConnectionInterfaceTest.TestSendOnlyDataChannel
SctpDataChannelTest.BufferedAmountWhenBlocked

View File

@ -25,8 +25,6 @@ PeerConnectionInterfaceTest.ReceiveFireFoxOffer
PeerConnectionInterfaceTest.TestDataChannel
PeerConnectionInterfaceTest.TestSendBinaryOnRtpDataChannel
PeerConnectionInterfaceTest.TestSendOnlyDataChannel
WebRtcSessionTest.TestRtpDataChannelConstraintTakesPrecedence
WebRtcSessionTest.TestSctpDataChannelWithDtls
# The following disables all tests under tsan due to crashes on shutdown.
SctpDataChannelTest.*