summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/tsan/ignores.txt
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-13 13:26:37 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-13 13:26:37 +0000
commitedc75aaccb3dbc06e27173212f8f1e9fa6649ee1 (patch)
treeba11aaab130e362d4a79f433f8c974dcd99be681 /tools/valgrind/tsan/ignores.txt
parentd34f59d0a26db8dd33b52927fbfc425711655b32 (diff)
downloadchromium_src-edc75aaccb3dbc06e27173212f8f1e9fa6649ee1.zip
chromium_src-edc75aaccb3dbc06e27173212f8f1e9fa6649ee1.tar.gz
chromium_src-edc75aaccb3dbc06e27173212f8f1e9fa6649ee1.tar.bz2
Ignore base::subtle::Barrier_AtomicIncrement under TSan
TBR=glider Review URL: http://codereview.chromium.org/4970001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66063 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/tsan/ignores.txt')
-rw-r--r--tools/valgrind/tsan/ignores.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt
index 5f32517..19685d5 100644
--- a/tools/valgrind/tsan/ignores.txt
+++ b/tools/valgrind/tsan/ignores.txt
@@ -61,6 +61,8 @@ src:*base/thread_local_storage*
# Don't instrument code dealing with atomics (base::subtle)
fun:*base*subtle*Release_Store*
fun:*base*subtle*NoBarrier_CompareAndSwap*
+# Keep some mangling so we don't match NoBarrier_AtomicIncrement
+fun:*base*subtle23Barrier_AtomicIncrement*
# Don't instrument tcmalloc
src:*/tcmalloc/*