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
This commit is contained in:
kjellander@webrtc.org 2012-09-28 15:30:58 +00:00
parent 953368bf73
commit 1101278a17

View File

@ -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*
}