summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/tsan
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-17 07:52:46 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-17 07:52:46 +0000
commitd2b80e63e28ac6ee164aec2f69e2e13508b0db91 (patch)
treead2930d261e034f9b797f98b61cd80c9221fc566 /tools/valgrind/tsan
parentffac8e95e7a00762cbaafa603627a0c5c2ecee04 (diff)
downloadchromium_src-d2b80e63e28ac6ee164aec2f69e2e13508b0db91.zip
chromium_src-d2b80e63e28ac6ee164aec2f69e2e13508b0db91.tar.gz
chromium_src-d2b80e63e28ac6ee164aec2f69e2e13508b0db91.tar.bz2
Ignore the CFDictionary operations, which are known to use unannotated
synchronization primitives. TBR=timurrrr Review URL: http://codereview.chromium.org/2107007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47398 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/tsan')
-rw-r--r--tools/valgrind/tsan/ignores_mac.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/valgrind/tsan/ignores_mac.txt b/tools/valgrind/tsan/ignores_mac.txt
index 9c491f2..d2bea71 100644
--- a/tools/valgrind/tsan/ignores_mac.txt
+++ b/tools/valgrind/tsan/ignores_mac.txt
@@ -35,7 +35,8 @@ obj:*/libcrypto*
# ignored recursively.
fun_r:*SensitiveAllocator*free*
-# The CFBag operators should be thread-safe, but they are not annotated
-# properly.
+# The CFBag and CFDictionary operators should be thread-safe, but they are not
+# annotated properly.
# TODO(glider): replace all the CoreFoundation suppressions with ignores.
fun_r:CFBag*
+fun_r:CFDictionary*