summaryrefslogtreecommitdiffstats
path: root/base/data
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-26 10:20:54 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-26 10:20:54 +0000
commit2b9a1a23c16c7993b195f159b528dcbd570b7e7c (patch)
tree0e01208c5280e6a7ee6bce1ec943e11868efaaeb /base/data
parent51e99fdc31a197e970e9fe86fc036e092e82cfe6 (diff)
downloadchromium_src-2b9a1a23c16c7993b195f159b528dcbd570b7e7c.zip
chromium_src-2b9a1a23c16c7993b195f159b528dcbd570b7e7c.tar.gz
chromium_src-2b9a1a23c16c7993b195f159b528dcbd570b7e7c.tar.bz2
Don't run StatsTableTest.*MultipleThreads under TSan
BUG=45083 TBR=glider Review URL: http://codereview.chromium.org/2278001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48265 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/data')
-rw-r--r--base/data/valgrind/base_unittests.gtest-tsan.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/data/valgrind/base_unittests.gtest-tsan.txt b/base/data/valgrind/base_unittests.gtest-tsan.txt
index d085c69..1f81bea 100644
--- a/base/data/valgrind/base_unittests.gtest-tsan.txt
+++ b/base/data/valgrind/base_unittests.gtest-tsan.txt
@@ -5,3 +5,6 @@ ProcessUtilTest.GetAppOutputRestrictedNoZombies
# corrupt memory.
ToolsSanityTest.*Memory*
ToolsSanityTest.*Delete*
+
+# TSan doesn't understand SharedMemory locks, see http://crbug.com/45083
+StatsTableTest.*MultipleThreads