summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-25 13:07:26 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-25 13:07:26 +0000
commit2855a555e0abd9cc5ce1c6bdeb7671735debd844 (patch)
tree66cb0f73b666cd30938813d03590f381ac9b755b /tools
parent1600d670006b53541edb8c73cbfc434402eda656 (diff)
downloadchromium_src-2855a555e0abd9cc5ce1c6bdeb7671735debd844.zip
chromium_src-2855a555e0abd9cc5ce1c6bdeb7671735debd844.tar.gz
chromium_src-2855a555e0abd9cc5ce1c6bdeb7671735debd844.tar.bz2
Ignore the CFBag* stuff on Mac.
TBR=timurrrr Review URL: http://codereview.chromium.org/1333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42606 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/tsan/ignores_mac.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores_mac.txt b/tools/valgrind/tsan/ignores_mac.txt
index e1f36fd..e9f2661 100644
--- a/tools/valgrind/tsan/ignores_mac.txt
+++ b/tools/valgrind/tsan/ignores_mac.txt
@@ -19,3 +19,8 @@ obj:*/libcrypto*
# It calls bzero (0xffff0633) which can't be resolved and thus should be
# ignored recursively.
fun_r:*SensitiveAllocator*free*
+
+# The CFBag operators should be thread-safe, but they are not annotated
+# properly.
+# TODO(glider): replace all the CoreFoundation suppressions with ignores.
+fun_r:CFBag*