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
This commit is contained in:
marpan@webrtc.org 2014-10-14 00:34:19 +00:00
parent b6af4283ca
commit 82e6fa533c
2 changed files with 3 additions and 3 deletions

View File

@ -8,3 +8,6 @@ AudioCodingModuleTest.TestStereo*
AudioCodingModuleTest.TestVADDTX*
AudioCodingModuleTest.TestOpus*
FecTest.FecTest
TestVp8Impl.BaseUnitTest
VideoProcessorIntegrationTest.ProcessNoLossChangeBitRateVP8
VideoProcessorIntegrationTest.*VP9

View File

@ -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