webrtc/tools/valgrind-webrtc/tsan/suppressions.txt
kjellander@webrtc.org 14d1898bf9 Removing arena_thread_freeres suppression
It is no longer needed since we are now using a Chromium revision that
is newer than
http://src.chromium.org/viewvc/chrome?view=rev&revision=172313
In that revision, the arena_thread_freeres suppression was added to
ignore.txt.

BUG=300
TEST=tools/valgrind-webrtc/webrtc_tests.sh --tool=tsan -t
out/Release/system_wrappers_unittests
and trybot execution on linux_tsan

Review URL: https://webrtc-codereview.appspot.com/1019010

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3375 4adac7df-926f-26a2-2b94-8c16560cd09d
2013-01-16 10:49:31 +00:00

34 lines
938 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_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
...
fun:__tz*
}
{
don't care about issues in trace functions
ThreadSanitizer:Race
...
fun:webrtc::Trace::Add
...
}