From 1101278a1733bdb5895670d27480beeb5eaca0b8 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Fri, 28 Sep 2012 15:30:58 +0000 Subject: [PATCH] Wider suppression filter for tz-warnings in TSAN This catches the remaining warnings we see which it seems like the fun:__tz* suppression in Chromium's tools/valgrind/tsan/suppressions.txt file is aimed for. BUG=884 Review URL: https://webrtc-codereview.appspot.com/841006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2845 4adac7df-926f-26a2-2b94-8c16560cd09d --- tools/valgrind-webrtc/tsan/suppressions.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/valgrind-webrtc/tsan/suppressions.txt b/tools/valgrind-webrtc/tsan/suppressions.txt index ec20df46d8..7fc563f3bb 100644 --- a/tools/valgrind-webrtc/tsan/suppressions.txt +++ b/tools/valgrind-webrtc/tsan/suppressions.txt @@ -7,5 +7,11 @@ # be found in the AUTHORS file in the root of the source tree. # This file is used in addition to the one already maintained in Chrome. -# It acts as a place holder for future additions for WebRTC. # It must exist for the Python wrapper script to work properly. + +{ + bug_884 (Wider timezone filter than Chromium's suppressions) + ThreadSanitizer:Race + ... + fun:__tz* +}