summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-23 15:47:22 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-23 15:47:22 +0000
commit5ec97cb5fc674eef4c5904aad3dcf4e39166e94f (patch)
tree196abbff7cc6d838713b0d88b5c48440d4b9d428 /tools
parent8eb0eeb9f703499723f8a57ece452f44ac8722e9 (diff)
downloadchromium_src-5ec97cb5fc674eef4c5904aad3dcf4e39166e94f.zip
chromium_src-5ec97cb5fc674eef4c5904aad3dcf4e39166e94f.tar.gz
chromium_src-5ec97cb5fc674eef4c5904aad3dcf4e39166e94f.tar.bz2
Added base::subtle::NoBarrier_CompareAndSwap and base::subtle::NoBarrier_Store
to the list of functions ignored by ThreadSanitizer on Mac OS. This patch was prepared by Alexander Potapenko (cc'ed) TBR=dank Review URL: http://codereview.chromium.org/333012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29893 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/tsan/ignores_mac.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores_mac.txt b/tools/valgrind/tsan/ignores_mac.txt
index ece86a8..104a38c 100644
--- a/tools/valgrind/tsan/ignores_mac.txt
+++ b/tools/valgrind/tsan/ignores_mac.txt
@@ -7,6 +7,8 @@
# Don't instrument code dealing with atomics (base::subtle)
fun:*base*subtle*NoBarrier_Load*
fun:*base*subtle*Release_Store*
+fun:*base*subtle*NoBarrier_Store*
+fun:*base*subtle*NoBarrier_CompareAndSwap*
# we ignore the Security libraries for now since
# their instrumentation is very slow.