From 171ac59426159f0d4a75ccc2e878e43e81059998 Mon Sep 17 00:00:00 2001 From: "phoglund@webrtc.org" Date: Thu, 10 Jan 2013 12:44:27 +0000 Subject: [PATCH] Corrected TSAN suppression. BUG= Review URL: https://webrtc-codereview.appspot.com/1029007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3356 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/valgrind-webrtc/tsan/suppressions.txt | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/tools/valgrind-webrtc/tsan/suppressions.txt b/tools/valgrind-webrtc/tsan/suppressions.txt index 64eaf8ee62..81acc46941 100644 --- a/tools/valgrind-webrtc/tsan/suppressions.txt +++ b/tools/valgrind-webrtc/tsan/suppressions.txt @@ -9,6 +9,15 @@ # This file is used in addition to the one already maintained in Chrome. # It must exist for the Python wrapper script to work properly. +{ + bug_300 + ThreadSanitizer:Race + fun:webrtc::TraceImpl::SetTraceCallbackImpl + fun:webrtc::Trace::SetTraceCallback + ... +} + +# Known bugs we don't care about / problems in third parties { bug_884 (Wider timezone filter than Chromium's suppressions) ThreadSanitizer:Race @@ -16,19 +25,12 @@ fun:__tz* } { - bug_1194 + don't care about issues in trace functions ThreadSanitizer:Race ... fun:webrtc::Trace::Add ... } -{ - bug_300 - ThreadSanitizer:Race - fun:webrtc::TraceImpl::SetTraceCallbackImpl - fun:webrtc::Trace::SetTraceCallback - ... -} { buganizer issue 7313086 TSAN: posix warning with 2 threads ThreadSanitizer:Race