summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-03 13:02:10 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-12-03 13:02:10 +0000
commitc8c2f057adce3f316631c0c3a3562b34dae3f14c (patch)
tree1d39d98ead14a8cc858282d61714bd3ce751c2ab /tools
parentd97fdce79e15184ca27b7e19de599ee1fe6c81b8 (diff)
downloadchromium_src-c8c2f057adce3f316631c0c3a3562b34dae3f14c.zip
chromium_src-c8c2f057adce3f316631c0c3a3562b34dae3f14c.tar.gz
chromium_src-c8c2f057adce3f316631c0c3a3562b34dae3f14c.tar.bz2
Ignore memory accesses in XSetErrorHandler
BUG=65278 TEST=CrOS/TSan/UI should go greener TBR=glider Review URL: http://codereview.chromium.org/5620002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68164 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/tsan/ignores.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt
index 6b075c1..912ca2d 100644
--- a/tools/valgrind/tsan/ignores.txt
+++ b/tools/valgrind/tsan/ignores.txt
@@ -118,3 +118,7 @@ fun_r:*BrowserThread*CurrentlyOn*
# zlib is smarter than we are, see http://www.zlib.net/zlib_faq.html#faq36
fun_r:inflate
+
+# X11 reads the _XErrorFunction callback in a racey way, see
+# http://crbug.com/65278
+fun:XSetErrorHandler