Exclude the new AudioProcessingTest from some sanitizer bots.

It takes too long.

TBR=kjellander

Review URL: https://webrtc-codereview.appspot.com/12359004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5963 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2014-04-23 04:16:24 +00:00
parent 46b31b17df
commit db144429b2
4 changed files with 39 additions and 33 deletions

View File

@ -1,17 +1,18 @@
# Too slow to run with Dr Memory on Windows. # Too slow to run with Dr Memory on Windows.
ApmTest.EchoCancellationReportsCorrectDelays ApmTest.EchoCancellationReportsCorrectDelays
ApmTest.FloatAndIntInterfacesGiveIdenticalResults ApmTest.FloatAndIntInterfacesGiveIdenticalResults
ApmTest.IdenticalInputChannelsResultInIdenticalOutputChannels ApmTest.IdenticalInputChannelsResultInIdenticalOutputChannels
ApmTest.VerifyDebugDumpFloat ApmTest.VerifyDebugDumpFloat
ApmTest.VerifyDebugDumpInt ApmTest.VerifyDebugDumpInt
TestScaler.PointScaleTest CommonFormats/AudioProcessingTest*
TestScaler.BiLinearScaleTest TestScaler.PointScaleTest
TestScaler.BoxScaleTest TestScaler.BiLinearScaleTest
TestVideoSenderWithVp8.* TestScaler.BoxScaleTest
TestVp8Impl.BaseUnitTest TestVideoSenderWithVp8.*
VideoProcessingModuleTest.Denoising TestVp8Impl.BaseUnitTest
VideoProcessorIntegrationTest.ProcessNoLossChangeBitRate VideoProcessingModuleTest.Denoising
VideoSendersTest.* VideoProcessorIntegrationTest.ProcessNoLossChangeBitRate
VideoSendersTest.*
# https://code.google.com/p/webrtc/issues/detail?id=2323
MouseCursorShapeTest.MatchCursors # https://code.google.com/p/webrtc/issues/detail?id=2323
MouseCursorShapeTest.MatchCursors

View File

@ -0,0 +1,2 @@
# Tests that are too slow.
CommonFormats/AudioProcessingTest*

View File

@ -0,0 +1,2 @@
# Tests that are too slow.
CommonFormats/AudioProcessingTest*

View File

@ -1,16 +1,17 @@
# Too slow to run with TSan on Windows. # Too slow to run with TSan on Windows.
ApmTest.EchoCancellationReportsCorrectDelays ApmTest.EchoCancellationReportsCorrectDelays
ApmTest.IdenticalInputChannelsResultInIdenticalOutputChannels ApmTest.IdenticalInputChannelsResultInIdenticalOutputChannels
RingBufferTest.RandomStressTest CommonFormats/AudioProcessingTest*
RingBufferTest.RandomStressTestWithNullPtr RingBufferTest.RandomStressTest
VideoProcessingModuleTest.ContentAnalysis RingBufferTest.RandomStressTestWithNullPtr
VideoProcessingModuleTest.Deflickering VideoProcessingModuleTest.ContentAnalysis
VideoProcessingModuleTest.Denoising VideoProcessingModuleTest.Deflickering
TestVideoSenderWithVp8.* VideoProcessingModuleTest.Denoising
TestVideoSenderWithVp8.*
# https://code.google.com/p/webrtc/issues/detail?id=1938
MouseCursorShapeTest.MatchCursors # https://code.google.com/p/webrtc/issues/detail?id=1938
MouseCursorShapeTest.MatchCursors
# https://code.google.com/p/webrtc/issues/detail?id=2329
NetEqDecodingTest.TestBitExactness # https://code.google.com/p/webrtc/issues/detail?id=2329
NetEqDecodingTest.TestNetworkStatistics NetEqDecodingTest.TestBitExactness
NetEqDecodingTest.TestNetworkStatistics