diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 08:48:16 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 08:48:16 +0000 |
commit | ed7846c34aa8acf618dcd9ff869fc9a93137f9c0 (patch) | |
tree | 66a28b03b6638a96a0a8d5e7be184101bdba5917 /tools | |
parent | 35896a39fe47d8b17969a07c629c69e6a17ceb30 (diff) | |
download | chromium_src-ed7846c34aa8acf618dcd9ff869fc9a93137f9c0.zip chromium_src-ed7846c34aa8acf618dcd9ff869fc9a93137f9c0.tar.gz chromium_src-ed7846c34aa8acf618dcd9ff869fc9a93137f9c0.tar.bz2 |
Ignore __CFRunLoopDeallocate under TSan on Mac
BUG=46138
TBR=timurrrr
Review URL: http://codereview.chromium.org/2728003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49238 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/tsan/ignores_mac.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores_mac.txt b/tools/valgrind/tsan/ignores_mac.txt index d2bea71..4c3aa1b 100644 --- a/tools/valgrind/tsan/ignores_mac.txt +++ b/tools/valgrind/tsan/ignores_mac.txt @@ -40,3 +40,6 @@ fun_r:*SensitiveAllocator*free* # TODO(glider): replace all the CoreFoundation suppressions with ignores. fun_r:CFBag* fun_r:CFDictionary* + +# see crbug.com/46138 +fun_r:__CFRunLoopDeallocate |