From 83e9c89eeb606dc7f1b79b3f392ac9a2e2a2b161 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Wed, 16 Oct 2013 17:32:05 +0000 Subject: [PATCH] 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 --- .../gtest_exclude/modules_unittests.gtest-tsan_win32.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/valgrind-webrtc/gtest_exclude/modules_unittests.gtest-tsan_win32.txt b/tools/valgrind-webrtc/gtest_exclude/modules_unittests.gtest-tsan_win32.txt index 532b123cb1..f7b0115991 100644 --- a/tools/valgrind-webrtc/gtest_exclude/modules_unittests.gtest-tsan_win32.txt +++ b/tools/valgrind-webrtc/gtest_exclude/modules_unittests.gtest-tsan_win32.txt @@ -1,6 +1,12 @@ # 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