summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 13:05:07 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-21 13:05:07 +0000
commitfce21ff8caedce1a014ce138d65e75558db629e7 (patch)
tree39c3787741c5ac5d6d2027d1fcf7f2ec54347146 /tools/valgrind
parent07bac8cf170574da65462bca3f12008632f67481 (diff)
downloadchromium_src-fce21ff8caedce1a014ce138d65e75558db629e7.zip
chromium_src-fce21ff8caedce1a014ce138d65e75558db629e7.tar.gz
chromium_src-fce21ff8caedce1a014ce138d65e75558db629e7.tar.bz2
Ignore base/thread_local_storage, not just _posix (ThreadSanitizer)
TBR=glider Review URL: http://codereview.chromium.org/1729004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45182 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/tsan/ignores.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/valgrind/tsan/ignores.txt b/tools/valgrind/tsan/ignores.txt
index 3a80051..4add15a 100644
--- a/tools/valgrind/tsan/ignores.txt
+++ b/tools/valgrind/tsan/ignores.txt
@@ -60,7 +60,7 @@ src:*base/atomic*
src:*base/condition_variable*
src:*base/lock*
src:*base/stats_counters*
-src:*base/thread_local_storage_posix*
+src:*base/thread_local_storage*
# Don't instrument tcmalloc
src:*/tcmalloc/*