Exclude more tests for TSan on Windows.

Apparently more tests were also too slow for the bot
(but ran fine on my own machine). Adding a bunch now
so it should run fine from now on.

TEST=none
BUG=none
TBR=phoglund@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4978 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
kjellander@webrtc.org 2013-10-16 17:32:05 +00:00
parent d1cfa7149e
commit 83e9c89eeb

View File

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