From 0a035c892401e3ff0d775e6cc3396dddf9965ac1 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Tue, 22 Apr 2014 08:07:03 +0000 Subject: [PATCH] Disable tests in common_video_unittests for Dr Memory. These tests takes about 1000 seconds to execute under Dr Memory Full, causing them to be killed if taking more than 1200 seconds. * TestScaler.BiLinearScaleTest * TestScaler.BoxScaleTest BUG=3247 TBR=zhaoqin@google.com Review URL: https://webrtc-codereview.appspot.com/12289004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5951 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../common_video_unittests.gtest-drmemory_win32.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tools/valgrind-webrtc/gtest_exclude/common_video_unittests.gtest-drmemory_win32.txt diff --git a/tools/valgrind-webrtc/gtest_exclude/common_video_unittests.gtest-drmemory_win32.txt b/tools/valgrind-webrtc/gtest_exclude/common_video_unittests.gtest-drmemory_win32.txt new file mode 100644 index 0000000000..d7767009b3 --- /dev/null +++ b/tools/valgrind-webrtc/gtest_exclude/common_video_unittests.gtest-drmemory_win32.txt @@ -0,0 +1,4 @@ +# Too slow on Dr Memory Full. +# https://code.google.com/p/webrtc/issues/detail?id=3247 +TestScaler.BiLinearScaleTest +TestScaler.BoxScaleTest