Reenable DTLS renegotiation unittest in libjingle.

This test is failing on memcheck bots. After investigation problem per
say is not in this particular unittest and rather is in suite. So this test
is added to memcheck exclude list.

R=wu@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5011 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/talk/app/webrtc/peerconnection_unittest.cc b/talk/app/webrtc/peerconnection_unittest.cc
index 74f420b..9de6ec9 100644
--- a/talk/app/webrtc/peerconnection_unittest.cc
+++ b/talk/app/webrtc/peerconnection_unittest.cc
@@ -1065,7 +1065,7 @@
 
 // This test sets up a audio call initially and then upgrades to audio/video,
 // using DTLS.
-TEST_F(JsepPeerConnectionP2PTestClient, DISABLED_LocalP2PTestDtlsRenegotiate) {
+TEST_F(JsepPeerConnectionP2PTestClient, LocalP2PTestDtlsRenegotiate) {
   MAYBE_SKIP_TEST(talk_base::SSLStreamAdapter::HaveDtlsSrtp);
   FakeConstraints setup_constraints;
   setup_constraints.AddMandatory(MediaConstraintsInterface::kEnableDtlsSrtp,
diff --git a/tools/valgrind-webrtc/gtest_exclude/libjingle_peerconnection_unittest.gtest-memcheck.txt b/tools/valgrind-webrtc/gtest_exclude/libjingle_peerconnection_unittest.gtest-memcheck.txt
index b6f59da..4d99d0f 100644
--- a/tools/valgrind-webrtc/gtest_exclude/libjingle_peerconnection_unittest.gtest-memcheck.txt
+++ b/tools/valgrind-webrtc/gtest_exclude/libjingle_peerconnection_unittest.gtest-memcheck.txt
@@ -12,6 +12,7 @@
 JsepPeerConnectionP2PTestClient.LocalP2PTest16To9
 JsepPeerConnectionP2PTestClient.LocalP2PTestDataChannel
 JsepPeerConnectionP2PTestClient.LocalP2PTestDtls
+JsepPeerConnectionP2PTestClient.LocalP2PTestDtlsRenegotiate
 JsepPeerConnectionP2PTestClient.LocalP2PTestDtmf
 JsepPeerConnectionP2PTestClient.LocalP2PTestReceiverDoesntSupportData
 JsepPeerConnectionP2PTestClient.LocalP2PTestOfferDtlsButNotSdes