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:
parent
46b31b17df
commit
db144429b2
@ -1,17 +1,18 @@
|
||||
# Too slow to run with Dr Memory on Windows.
|
||||
ApmTest.EchoCancellationReportsCorrectDelays
|
||||
ApmTest.FloatAndIntInterfacesGiveIdenticalResults
|
||||
ApmTest.IdenticalInputChannelsResultInIdenticalOutputChannels
|
||||
ApmTest.VerifyDebugDumpFloat
|
||||
ApmTest.VerifyDebugDumpInt
|
||||
TestScaler.PointScaleTest
|
||||
TestScaler.BiLinearScaleTest
|
||||
TestScaler.BoxScaleTest
|
||||
TestVideoSenderWithVp8.*
|
||||
TestVp8Impl.BaseUnitTest
|
||||
VideoProcessingModuleTest.Denoising
|
||||
VideoProcessorIntegrationTest.ProcessNoLossChangeBitRate
|
||||
VideoSendersTest.*
|
||||
|
||||
# https://code.google.com/p/webrtc/issues/detail?id=2323
|
||||
MouseCursorShapeTest.MatchCursors
|
||||
# Too slow to run with Dr Memory on Windows.
|
||||
ApmTest.EchoCancellationReportsCorrectDelays
|
||||
ApmTest.FloatAndIntInterfacesGiveIdenticalResults
|
||||
ApmTest.IdenticalInputChannelsResultInIdenticalOutputChannels
|
||||
ApmTest.VerifyDebugDumpFloat
|
||||
ApmTest.VerifyDebugDumpInt
|
||||
CommonFormats/AudioProcessingTest*
|
||||
TestScaler.PointScaleTest
|
||||
TestScaler.BiLinearScaleTest
|
||||
TestScaler.BoxScaleTest
|
||||
TestVideoSenderWithVp8.*
|
||||
TestVp8Impl.BaseUnitTest
|
||||
VideoProcessingModuleTest.Denoising
|
||||
VideoProcessorIntegrationTest.ProcessNoLossChangeBitRate
|
||||
VideoSendersTest.*
|
||||
|
||||
# https://code.google.com/p/webrtc/issues/detail?id=2323
|
||||
MouseCursorShapeTest.MatchCursors
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Tests that are too slow.
|
||||
CommonFormats/AudioProcessingTest*
|
@ -0,0 +1,2 @@
|
||||
# Tests that are too slow.
|
||||
CommonFormats/AudioProcessingTest*
|
@ -1,16 +1,17 @@
|
||||
# Too slow to run with TSan on Windows.
|
||||
ApmTest.EchoCancellationReportsCorrectDelays
|
||||
ApmTest.IdenticalInputChannelsResultInIdenticalOutputChannels
|
||||
RingBufferTest.RandomStressTest
|
||||
RingBufferTest.RandomStressTestWithNullPtr
|
||||
VideoProcessingModuleTest.ContentAnalysis
|
||||
VideoProcessingModuleTest.Deflickering
|
||||
VideoProcessingModuleTest.Denoising
|
||||
TestVideoSenderWithVp8.*
|
||||
|
||||
# https://code.google.com/p/webrtc/issues/detail?id=1938
|
||||
MouseCursorShapeTest.MatchCursors
|
||||
|
||||
# https://code.google.com/p/webrtc/issues/detail?id=2329
|
||||
NetEqDecodingTest.TestBitExactness
|
||||
NetEqDecodingTest.TestNetworkStatistics
|
||||
# Too slow to run with TSan on Windows.
|
||||
ApmTest.EchoCancellationReportsCorrectDelays
|
||||
ApmTest.IdenticalInputChannelsResultInIdenticalOutputChannels
|
||||
CommonFormats/AudioProcessingTest*
|
||||
RingBufferTest.RandomStressTest
|
||||
RingBufferTest.RandomStressTestWithNullPtr
|
||||
VideoProcessingModuleTest.ContentAnalysis
|
||||
VideoProcessingModuleTest.Deflickering
|
||||
VideoProcessingModuleTest.Denoising
|
||||
TestVideoSenderWithVp8.*
|
||||
|
||||
# https://code.google.com/p/webrtc/issues/detail?id=1938
|
||||
MouseCursorShapeTest.MatchCursors
|
||||
|
||||
# https://code.google.com/p/webrtc/issues/detail?id=2329
|
||||
NetEqDecodingTest.TestBitExactness
|
||||
NetEqDecodingTest.TestNetworkStatistics
|
||||
|
Loading…
x
Reference in New Issue
Block a user