From e1cac6484214629c0a46b98bcb55a3188016c7e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=85sa=20Persson?= Date: Thu, 9 Jun 2016 09:15:03 +0200 Subject: [PATCH] Disable all BasicPortAllocatorTests on Dr Memory (flaky). BUG=webrtc:5929 NOTRY=True R=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/2049523006 . Cr-Commit-Position: refs/heads/master@{#13082} --- .../gtest_exclude/rtc_unittests.gtest-drmemory.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-drmemory.txt b/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-drmemory.txt index 888062773d..86ecb12b8d 100644 --- a/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-drmemory.txt +++ b/tools/valgrind-webrtc/gtest_exclude/rtc_unittests.gtest-drmemory.txt @@ -5,6 +5,8 @@ PortAllocatorTest.* PortTest.* PseudoTcpTest.TestSendBothUseLargeWindowScale SharedExclusiveLockTest.TestSharedShared +https://bugs.chromium.org/p/webrtc/issues/detail?id=5929 +BasicPortAllocatorTest.* # Fails on Dr Memory Light. # https://bugs.chromium.org/p/webrtc/issues/detail?id=5199 ThreadTest.ThreeThreadsInvoke