summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/gtest_exclude/base_unittests.gtest-tsan.txt
blob: 1f81beacd4a39c8781175dac7ccea6759d8db189 (plain)
1
2
3
4
5
6
7
8
9
10
# Don't run this test under TSan, it takes ~1-2 minutes to pass.
ProcessUtilTest.GetAppOutputRestrictedNoZombies

# Don't run Memcheck sanity tests under ThreadSanitizer since they can
# corrupt memory.
ToolsSanityTest.*Memory*
ToolsSanityTest.*Delete*

# TSan doesn't understand SharedMemory locks, see http://crbug.com/45083
StatsTableTest.*MultipleThreads