From 41e8774113f221aeb628140fae3e2558934af271 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Sat, 12 Apr 2014 19:53:06 +0000 Subject: [PATCH] DrMemory: Excluding failing tests for Dr Memory Full The PortTest.TestLocalToTurn of libjingle_p2p_unittest and DtmfSenderTest.InsertDtmf of libjingle_peerconnection_unittest failed in the first run on http://build.chromium.org/p/client.webrtc/builders/Win%20DrMemory%20Full/ However, I cannot reproduce on my machine, so I'm disabling all test cases of those tests, assuming the others might fail as well. BUG=3158 TEST=None TBR=phoglund Review URL: https://webrtc-codereview.appspot.com/11889004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5891 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../libjingle_p2p_unittest.gtest-drmemory_win32.txt | 1 + .../libjingle_peerconnection_unittest.gtest-drmemory_win32.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/tools/valgrind-webrtc/gtest_exclude/libjingle_p2p_unittest.gtest-drmemory_win32.txt b/tools/valgrind-webrtc/gtest_exclude/libjingle_p2p_unittest.gtest-drmemory_win32.txt index 3666657af6..00bb4ba1d9 100644 --- a/tools/valgrind-webrtc/gtest_exclude/libjingle_p2p_unittest.gtest-drmemory_win32.txt +++ b/tools/valgrind-webrtc/gtest_exclude/libjingle_p2p_unittest.gtest-drmemory_win32.txt @@ -1,4 +1,5 @@ # Fails on Dr Memory Full. # https://code.google.com/p/webrtc/issues/detail?id=3158 P2PTransportChannel*.* +PortTest.* PseudoTcpTest.TestSendBothUseLargeWindowScale diff --git a/tools/valgrind-webrtc/gtest_exclude/libjingle_peerconnection_unittest.gtest-drmemory_win32.txt b/tools/valgrind-webrtc/gtest_exclude/libjingle_peerconnection_unittest.gtest-drmemory_win32.txt index ca25cc3320..6e92108a0a 100644 --- a/tools/valgrind-webrtc/gtest_exclude/libjingle_peerconnection_unittest.gtest-drmemory_win32.txt +++ b/tools/valgrind-webrtc/gtest_exclude/libjingle_peerconnection_unittest.gtest-drmemory_win32.txt @@ -1,5 +1,6 @@ # Flakily fails or crashes on Dr Memory Full. # https://code.google.com/p/webrtc/issues/detail?id=3158 +DtmfSenderTest.* JsepPeerConnectionP2PTestClient.* PeerConnectionEndToEndTest.* PeerConnectionInterfaceTest.*