Disable PeerConnectionEndToEndTest for tsanv2 build.

BUG=1205
TEST=try
R=kjellander@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5162 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wu@webrtc.org
2013-11-22 19:14:25 +00:00
parent 1e8c93c953
commit b43202d839

View File

@@ -198,6 +198,10 @@ class PeerConnectionEndToEndTest
talk_base::scoped_refptr<PeerConnectionTestWrapper> callee_;
};
// Disable for TSan v2, see
// https://code.google.com/p/webrtc/issues/detail?id=1205 for details.
#if !defined(THREAD_SANITIZER)
TEST_F(PeerConnectionEndToEndTest, Call) {
CreatePcs();
GetAndAddUserMedia();
@@ -216,3 +220,5 @@ TEST_F(PeerConnectionEndToEndTest, CallWithLegacySdp) {
Negotiate();
WaitForCallEstablished();
}
#endif // if !defined(THREAD_SANITIZER)