diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 13:07:26 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-25 13:07:26 +0000 |
commit | 2855a555e0abd9cc5ce1c6bdeb7671735debd844 (patch) | |
tree | 66cb0f73b666cd30938813d03590f381ac9b755b /tools | |
parent | 1600d670006b53541edb8c73cbfc434402eda656 (diff) | |
download | chromium_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.txt | 5 |
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* |