From c2ac5ed5887598cde979b8a505940f9739151b95 Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Tue, 24 Sep 2013 18:45:19 +0000 Subject: [PATCH] Add more TSAN suppressions for libjingle_media_unittest. BUG=2078 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2282004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4830 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/valgrind-webrtc/tsan/suppressions.txt | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tools/valgrind-webrtc/tsan/suppressions.txt b/tools/valgrind-webrtc/tsan/suppressions.txt index f45bfeae92..4ea2b4cd98 100644 --- a/tools/valgrind-webrtc/tsan/suppressions.txt +++ b/tools/valgrind-webrtc/tsan/suppressions.txt @@ -702,8 +702,7 @@ bug_2078_21 ThreadSanitizer:Race fun:::FileVideoCapturerTest::VideoCapturerListener::frame_count - fun:::FileVideoCapturerTest_TestNoRepeat_Test::TestBody - fun:testing::internal::HandleSehExceptionsInMethodIfSupported + ... } { bug_2078_22 @@ -746,6 +745,12 @@ fun:talk_base::Thread::Run fun:talk_base::Thread::PreRun } +{ + bug_2078_26 + ThreadSanitizer:Race + fun:cricket::FileVideoCapturer::Start + ... +} { bug_2079_1 ThreadSanitizer:Race