From e8d1865408521e9603da878094f997633290f34d Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Mon, 7 Apr 2014 09:00:12 +0000 Subject: [PATCH] Disable more tests for DrMemory to speed up execution. Disable a few more tests on Windows when running under Dr Memory to get the build time down to a reasonable total. BUG=None TEST=None TBR=phoglund Review URL: https://webrtc-codereview.appspot.com/11299004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5852 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../modules_unittests.gtest-drmemory_win32.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tools/valgrind-webrtc/gtest_exclude/modules_unittests.gtest-drmemory_win32.txt b/tools/valgrind-webrtc/gtest_exclude/modules_unittests.gtest-drmemory_win32.txt index 8cab2f6581..9e5af09921 100644 --- a/tools/valgrind-webrtc/gtest_exclude/modules_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind-webrtc/gtest_exclude/modules_unittests.gtest-drmemory_win32.txt @@ -1,8 +1,12 @@ # Too slow to run with Dr Memory on Windows. ApmTest.EchoCancellationReportsCorrectDelays +ApmTest.FloatAndIntInterfacesGiveIdenticalResults +ApmTest.IdenticalInputChannelsResultInIdenticalOutputChannels +ApmTest.VerifyDebugDumpFloat +ApmTest.VerifyDebugDumpInt +TestVideoSenderWithVp8.* +VideoSendersTest.* VideoProcessingModuleTest.Denoising - # https://code.google.com/p/webrtc/issues/detail?id=2323 MouseCursorShapeTest.MatchCursors -