Commit 9978ea86 authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Suppressed a data race in libjingle, re-grouped suppressions for third_party races.

BUG=25913
TBR=dank
Review URL: http://codereview.chromium.org/333047

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30178 0039d316-1c4b-4281-b951-d872f2087c98
parent 283eaf68
...@@ -29,13 +29,6 @@ ...@@ -29,13 +29,6 @@
fun:*CancelableRequest* fun:*CancelableRequest*
} }
{
bug_23244
ThreadSanitizer:Race
fun:event_*
fun:event_*
}
{ {
bug_23245, bug_25385 bug_23245, bug_25385
ThreadSanitizer:Race ThreadSanitizer:Race
...@@ -69,28 +62,43 @@ ...@@ -69,28 +62,43 @@
} }
{ {
bug_24724 bug_25385
ThreadSanitizer:Race ThreadSanitizer:Race
fun:*WTF*RefCountedBase*ref*
... ...
fun:*WebCore*WorkerRunLoop*Task* fun:*base*ThreadD*E*
} }
############################
# Real races in third_party
{ {
bug_25385 bug_23244 (libevent)
ThreadSanitizer:Race ThreadSanitizer:Race
fun:event_*
fun:event_*
}
{
bug_24724 (WebKit)
ThreadSanitizer:Race
fun:*WTF*RefCountedBase*ref*
... ...
fun:*base*ThreadD*E* fun:*WebCore*WorkerRunLoop*Task*
} }
{ {
bug_25645 bug_25645 (WebKit)
ThreadSanitizer:Race ThreadSanitizer:Race
fun:*WTF*RefCountedBase*ref* fun:*WTF*RefCountedBase*ref*
... ...
fun:*WebCore*StringImpl* fun:*WebCore*StringImpl*
} }
{
bug_25913 (libjingle)
ThreadSanitizer:Race
fun:*talk_base*MessageQueue*Stop*
}
############################ ############################
# Data races in tests # Data races in tests
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment