From 82e6fa533cab30534606e8cba8883b4df57c9377 Mon Sep 17 00:00:00 2001 From: "marpan@webrtc.org" Date: Tue, 14 Oct 2014 00:34:19 +0000 Subject: [PATCH] Move exlusion of VP9 integration tests for DrMemory from modules_unittests to modules_tests file. Also rename and move ProcessNoLossChangeBitRate, and move TestVp8Impl.BaseUnitTest to proper file. The previous commit r7435 disabled it in the wrong file. TBR=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/23969004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7438 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../gtest_exclude/modules_tests.gtest-drmemory.txt | 3 +++ .../gtest_exclude/modules_unittests.gtest-drmemory_win32.txt | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-drmemory.txt b/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-drmemory.txt index 9860c506ed..e4f3ae2412 100644 --- a/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-drmemory.txt +++ b/tools/valgrind-webrtc/gtest_exclude/modules_tests.gtest-drmemory.txt @@ -8,3 +8,6 @@ AudioCodingModuleTest.TestStereo* AudioCodingModuleTest.TestVADDTX* AudioCodingModuleTest.TestOpus* FecTest.FecTest +TestVp8Impl.BaseUnitTest +VideoProcessorIntegrationTest.ProcessNoLossChangeBitRateVP8 +VideoProcessorIntegrationTest.*VP9 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 de3de4083b..801c093e0f 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 @@ -9,10 +9,7 @@ TestScaler.PointScaleTest TestScaler.BiLinearScaleTest TestScaler.BoxScaleTest TestVideoSenderWithVp8.* -TestVp8Impl.BaseUnitTest VideoProcessingModuleTest.Denoising -VideoProcessorIntegrationTest.ProcessNoLossChangeBitRate -VideoProcessorIntegrationTest.*VP9 VideoSendersTest.* # https://code.google.com/p/webrtc/issues/detail?id=2323