Corrected TSAN suppression.
BUG= Review URL: https://webrtc-codereview.appspot.com/1029007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3356 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
dc6fa02422
commit
171ac59426
@ -9,6 +9,15 @@
|
|||||||
# This file is used in addition to the one already maintained in Chrome.
|
# This file is used in addition to the one already maintained in Chrome.
|
||||||
# It must exist for the Python wrapper script to work properly.
|
# 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)
|
bug_884 (Wider timezone filter than Chromium's suppressions)
|
||||||
ThreadSanitizer:Race
|
ThreadSanitizer:Race
|
||||||
@ -16,19 +25,12 @@
|
|||||||
fun:__tz*
|
fun:__tz*
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
bug_1194
|
don't care about issues in trace functions
|
||||||
ThreadSanitizer:Race
|
ThreadSanitizer:Race
|
||||||
...
|
...
|
||||||
fun:webrtc::Trace::Add
|
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
|
buganizer issue 7313086 TSAN: posix warning with 2 threads
|
||||||
ThreadSanitizer:Race
|
ThreadSanitizer:Race
|
||||||
|
Loading…
x
Reference in New Issue
Block a user