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
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 8cab2f6..9e5af09 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

-