summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-09 08:48:16 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-09 08:48:16 +0000
commited7846c34aa8acf618dcd9ff869fc9a93137f9c0 (patch)
tree66a28b03b6638a96a0a8d5e7be184101bdba5917 /tools
parent35896a39fe47d8b17969a07c629c69e6a17ceb30 (diff)
downloadchromium_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.txt3
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