1101278a17
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
18 lines
640 B
Plaintext
18 lines
640 B
Plaintext
# Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license
|
|
# that can be found in the LICENSE file in the root of the source
|
|
# tree. An additional intellectual property rights grant can be found
|
|
# in the file PATENTS. All contributing project authors may
|
|
# 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 must exist for the Python wrapper script to work properly.
|
|
|
|
{
|
|
bug_884 (Wider timezone filter than Chromium's suppressions)
|
|
ThreadSanitizer:Race
|
|
...
|
|
fun:__tz*
|
|
}
|