![kjellander@webrtc.org](/assets/img/avatar_default.png)
On some machines, this test has still been failing, so I'm widening the suppression to resolve this. BUG=300 TEST=passing linux_tsan trybot. Review URL: https://webrtc-codereview.appspot.com/992004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3280 4adac7df-926f-26a2-2b94-8c16560cd09d
41 lines
1.0 KiB
Plaintext
41 lines
1.0 KiB
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*
|
|
}
|
|
|
|
{
|
|
bug_1194
|
|
ThreadSanitizer:Race
|
|
fun:webrtc::TracePosix::AddTime
|
|
fun:webrtc::TraceImpl::AddImpl
|
|
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
|
|
fun:arena_thread_freeres
|
|
fun:__libc_thread_freeres
|
|
fun:start_thread
|
|
}
|