From a9ad2a806726259876995ba54d1aee68f30b63e4 Mon Sep 17 00:00:00 2001 From: "eugenis@google.com" Date: Thu, 9 Feb 2012 07:12:14 +0000 Subject: One more tsan suppression in webrtc. BUG=103711 TEST=none TBR=glider Review URL: https://chromiumcodereview.appspot.com/9372014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121207 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/valgrind/tsan/suppressions.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/valgrind') diff --git a/tools/valgrind/tsan/suppressions.txt b/tools/valgrind/tsan/suppressions.txt index 921b4b1..0044a33 100644 --- a/tools/valgrind/tsan/suppressions.txt +++ b/tools/valgrind/tsan/suppressions.txt @@ -662,6 +662,14 @@ fun:WebRTCAudioDeviceTest_Construct_Test::TestBody } { + bug_103711i + ThreadSanitizer:Race + fun:webrtc::ProcessThreadImpl::Process + fun:webrtc::ProcessThreadImpl::Run + fun:webrtc::ThreadPosix::Run + fun:StartThread +} +{ bug_104769 ThreadSanitizer:Race fun:timeout_correct -- cgit v1.1