From 8efaa270d8f61cb4bba1b0c695f635ea1bfbdc9a Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Thu, 16 Oct 2014 11:21:42 +0000 Subject: [PATCH] Disable a bunch of Nat and Ice tests when running under DrMemory. BUG=3925 TBR=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/26849004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7462 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../gtest_exclude/rtc_unittests.gtest-drmemory.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-drmemory.txt diff --git a/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-drmemory.txt b/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-drmemory.txt new file mode 100644 index 0000000000..b533c73e97 --- /dev/null +++ b/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-drmemory.txt @@ -0,0 +1,11 @@ +# Fails when run under DrMemory. +# https://code.google.com/p/webrtc/issues/detail?id=3925 +P2PTransportChannelTest.TestOPENToBLOCK_UDPAsIce +P2PTransportChannelTest.TestIceConfigWillPassDownToPort +P2PTransportChannelTest.TestIceRoleConflictWithoutBundle +P2PTransportChannelTest.TestNAT_ADDR_RESTRICTEDToNAT_SYMMETRICAsGiceNoneSharedUfrag +P2PTransportChannelTest.TestNAT_ADDR_RESTRICTEDToNAT_SYMMETRICAsGiceP0SharedUfrag +P2PTransportChannelTest.TestNAT_ADDR_RESTRICTEDToNAT_SYMMETRIC_THEN_CONEAsGiceP0SharedUfrag +P2PTransportChannelTest.TestNAT_FULL_CONEToOPENAsGiceBothSharedUfragWithMinimumStepDelay +P2PTransportChannelTest.TestNAT_PORT_RESTRICTEDToNAT_SYMMETRIC_THEN_CONEAsIce +P2PTransportChannelTest.TestNAT_SYMMETRICToNAT_SYMMETRIC_THEN_CONEAsIce