Commit 48f1e5cb authored by timurrrr@chromium.org's avatar timurrrr@chromium.org

Suppress TSan reports from libdbus and ignore the lib

BUG=70938
TEST=TSan/unit should go green on Linux
Review URL: http://codereview.chromium.org/6297016

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72681 0039d316-1c4b-4281-b951-d872f2087c98
parent 6b55f190
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
obj:*/ld-2* obj:*/ld-2*
obj:*/libpthread-* obj:*/libpthread-*
obj:*/libfreetype* obj:*/libfreetype*
obj:*/libdbus*
# we ignore the whole NSS library for now since # we ignore the whole NSS library for now since
# its instrumentation is very slow. # its instrumentation is very slow.
......
...@@ -213,6 +213,13 @@ ...@@ -213,6 +213,13 @@
fun:exit fun:exit
} }
{
bug_70938
ThreadSanitizer:Race
...
obj:*libdbus*
}
############################ ############################
# 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